body {
	background-color: white;
	color: #000000;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

img{
	border : none;
}

h1{
	font-size:12px;
	margin: 0px;
	margin-bottom: 16px;
}

h2{
	font-size:12px;
}

h3{
	font-size:11px;
	margin: 0px;
	padding-bottom: 5px;
	color: #484848;
}

td{
	font-size: 11px;
}

th{
	font-size: 11px;
}

form{
	margin: 0px;
}

input{
	font-size:11px;
}

select{
	font-size:11px;
}

textarea{
	font-size:11px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
}

ul {
	padding: 0px;
	margin: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
}

li {
	padding: 0px;
	margin: 0px;
	margin-left: 16px;
}

a:link{
	color:#265AA6;
	text-decoration : underline;
	font-weight: normal;
}

a:visited{
	color:#265AA6;
	text-decoration : underline;
	font-weight: normal;
}

a:hover{
	color:#7497CA;
	text-decoration : underline;
	font-weight: normal;
}

a.contentdoc:link, 
a.contentdoc:visited{
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/arrow_blueonwhite_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	color:#265AA6;
}

a.contentdoc:hover{
	font-weight: bold;
	text-decoration: none;
	background-image: url(../images/arrow_blueonwhite_down.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 14px;
	color:#7497CA;
}

span.strong-blue{
	font-weight: bold;
	color: #265AA6;
}

