@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2F5F96;
	margin: 0;
}
p {
	font-size: 13px;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: inherit;
}


li {
	font-size: 13px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
}
h1 {
	font-size: 20px;
	margin-left: 20px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	margin-left: 20px;
}
h3 {font-size: 14px;
	font-weight: normal;
	
}
.bluegrd {
	background-image: url(images/bluegradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.greengrd {
	background-image: url(images/greengradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

a.line {
	text-decoration: underline;
	color: #003333;
	font-weight: bold;
}

a.line:hover {color: #003333;
	text-decoration: none;}
a.line:link {
	text-decoration: underline;
	color: #003333;
	font-weight: bold;
}
a.line:active {
	text-decoration: underline;
	color: #003333;
	font-weight: bold;
}
a.line:visited {
	text-decoration: underline;
	color: #003333;
	font-weight: bold;
}	
a:link {
	color: #003333;
	text-decoration: underline;
}

a:visited {
	color: #000066;
	text-decoration: underline;
}
a:hover {
	color: #003333;
	text-decoration: none;
}
a:active {
	color: #003333;
	text-decoration: underline;
}
.dots {
	border: 1px dotted #003366;
	padding-right: 15px;
	padding-left: 15px;
}
.colpad{
	padding-right: 15px;
	padding-left: 15px;}
.allpad{
	padding:20px;
	background-color:#81B5FC;}	
.fter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #D7E8FE;
}
a.whit {color: #D7E8FE;}
a.pink:link, a.pink:visited, a.pink:active {
	color: #E61052;
	text-decoration:none;
	font-size: 14px;
}
a.pink:hover {
	color: #E61052;
	text-decoration: underline;
	font-size: 14px;
}
a.gry:link, a.gry:visited, a.gry:active {
	color: #666666;
	text-decoration: underline;
	font-size: 14px;
}
a.gry:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 14px;
}

.gray{ color:#666666;}

ul {
	margin-right: 20px;
	margin-left: 20px;
}
.nopad {
	margin: 0px;
}
.toppad {
	padding-top: 40px;
}
.pad10{
	padding-right: 10px;
	padding-left: 10px;
	line-height: 20px;
	}	

