@charset "utf-8";
/* CSS Document */
/* Main */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 14px;
}
a:link {
	color: #FDFDFD;
	text-decoration: underline;
}
a:visited {
	color: #FDFDFD;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.style2 {
	font-size: 30px;
	color: #2D3885;
}
.style3 {
	font-size: 18px;
	color: #FFFFFF;
}
.style4 {
	font-size: 24px;
	font-weight: bold;
}
.style5 {
	font-size: 24px;
	color: #CCCCCC;
}
.style6 {font-size: 12px}

.style7 {font-size: 10px}
.style8 {
	color: #333333;
	font-weight: bold;
	font-size: 18px;
}
.style9 {color: #FFFFFF}
.style11 {
	font-weight: bold;
	font-size: 18px;
}
.style12 {font-weight: bold}
.style13 {
	font-size: 22px
}

/* Headings */

h1 { 
font-family: Arial; 
color: #2D3885; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h2 { 
font-family: Arial; 
color: #2D3885; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h3 { 
font-family: Arial; 
color: #2D3885; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

h4 { 
font-family: Arial; 
color: #2D3885; 
font-size: 26px; 
font-weight: bold; 
line-height: 30px; 
margin-top: 0px; 
margin-bottom: 0px; } 

/* Menu */

#menu {
	float:left;
	width:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12;
	line-height:normal;
	border-bottom:0px solid #666;
	margin-bottom:0em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

#menu ul {
	margin:0;
	padding:5px 5px 0 0px;
	list-style:none;
	
	}

#menu li {
	display:inline;
	margin:0;
	padding:0;
	}

#menu a {
	float:left;
	background:url("images/left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

#menu a span {
	float:left;
	display:block;
	background:url("images/right.png") no-repeat right top;
	padding:6px 12px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a span {float:none;}

/* End IE5-Mac hack */
#menu a:hover span {
	}

#menu a:hover {
	background-position:0% -42px;
	}

#menu a:hover span {
	background-position:100% -42px;
	}

.class1 A:link { color: #2a2a2a; border-bottom: 1px #666666 dotted; text-decoration: none;}
.class1 A:visited { color: #2a2a2a; border-bottom: 1px #666666 dotted; text-decoration: none}
.class1 A:active { color: #2D3885; border-bottom: 1px #666666 dotted; text-decoration: none}
.class1 A:hover {color: #2D3885; border-bottom: 1px #000000 dotted; text-decoration: none}

.class2 A:link { color: #2D3885; border-bottom: 2px #666666 dotted; text-decoration: none;}
.class2 A:visited { color: #2D3885; border-bottom: 2px #666666 dotted; text-decoration: none}
.class2 A:active { color: #2D3885; border-bottom: 2px #666666 dotted; text-decoration: none}
.class2 A:hover {color: #2D3885; border-bottom: 3px #000000 dotted; text-decoration: none}

img
{  border-style: none;
}