@charset "utf-8";
/* CSS Document */

body  {
	background-color: #475371;
}

/* Sets the styles of headings*/
h1,h2,h3,h4{
	font-family: Verdana, Geneva, sans-serif;
	color: #475371}
	
h1{font-size:16px;font-weight:bold;}
h2{font-size:14px;}
h3{font-size:12px;}
h4{font-size:10px;
	font-weight: bold;
}
/* Default font style*/
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #475371;
}

/* Removes borders from image links*/
img { border: none; 
} 

/* Sets the styles of text links*/

A:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #475371;
}
A:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #475371;
	}
A:active {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #475371;
}
A:hover {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #1b3e96;
}
/* Main navigation text links*/
	
.classnav A:link {
	text-decoration: none;
	font-family: Verdana, Geneva, serif;
	font-size: 85%;
	color: #1b3e96;
	line-height: 18pt;
	font-weight: bold;
}
.classnav A:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, serif;
	font-size: 85%;
	color: #1b3e96;
	line-height: 18pt;
	font-weight: bold;
	}
.classnav A:active  {
	text-decoration: none;
	font-family: Verdana, Geneva, serif;
	font-size: 85%;
	color: #ff00ff;
	font-weight: bold;
	line-height: 18pt;
	background-color: #1b3e96;
}
.classnav A:hover {
	text-decoration: underline;
	font-family: Verdana, Geneva, serif;
	font-size: 85%;
	color: #ff00ff;
	line-height: 18pt;
	background-color: #1b3e96;

	}
	/* Footer navigation text links*/
	
.classfooternav A:link {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
}
.classfooternav A:visited {
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #fff;
	}
.classfooternav A:active  {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ff00ff;
}
.classfooternav A:hover {
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ff00ff;

	}


.maincontent {
	background-color: #eeeeee;
	padding: 10px;
}.bold {
	font-weight: bold;
}

