/* TYPOGRAPHY */

body {
	font-family:Verdana,Arial,sans-serif;
	font-size:100%;
	line-height:1.2em;
	text-align:center}

h1,h2,h3,h4,h5,h6{
	font-family:Arial,sans-serif
}
h1{
	font-size:120%
}
h2{
	font-size:110%
}
h3{
	font-size:100%
}
h4{
	font-size:90%
}
h5{
	font-size:80%
}
h6{
	font-size:70%
}
a{
	font-weight:bold
}
a:link,a:visited{
	text-decoration:none
}
a:hover,a:active{
	text-decoration:underline
}
a:link,a:visited{
	color:#0D396A
}
.emphasis,a.emphasis{
	color:#FDCC39
}
.success{
	background-color:#edc2de
}

.search {
/*	background-color:#1A72D2; */
	background-color:#CCE1F9;
	font-size:70%;
	text-align:center;
	color:#000;
	
}
th.search {
	background-color:#1A72D2; 
	font-size:70%;
	color:#CCE1F9;
	text-align:center;
}


tr.even{
	background-color:#CCE1F9;
	color:#000;
}
tr.odd{
	background-color:#fff;
	color:#000;
}

a img{
border:0
}
