/* CSS Document */

body  {
margin:0;
background-color: #4A628E;
}

body, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #003366;
}

a:link, a:visited {
	color: #6174B6;
	font-weight: normal;
	text-decoration: none;

}
a:hover, a:active {
	color: #000033;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6  {
color: #003366;
}
#toptable {
background-color: #003366;
width:100%;
border-top: 1px solid #5571A3;
border-bottom: 10px solid #5571A3;
padding: 40px 10px 10px 10px;
color: #FFFFFF;
}
#outertable  {
margin: 0;
background-color: #FFFFFF;
border-top: 4px double #003366;
width:100%;
}

#innertable {
	width:760px;
	border:0;
	
}

#contenttd {
padding: 0;
line-height:140%;
font-size:13px;
}

#contenttd a:link, #contenttd a:visited {
	color: #6174B6;
	text-decoration: none;
}
#contenttd a:hover, #contenttd a:active {
	color: #003333;
	text-decoration: underline;
}

#contenttd h1  {
font-size: 13px;
color: #6174B6;
font-weight:bold;
margin:0px;
padding-top: 10px;
}
#smalltxt {
	font-family: Verdana;
	font-size: 9px;
	color: #99A3C6;
}	
.borderleft {
border-left:1px solid #6174B6;
}
.bdrbtm {
border-bottom:1px solid #6174B6;
}
#padtop {
padding-top: 3px;
}


#footer  {
width:100%;
background-color: #003366;
}
#footer td {
	font-family: Verdana;
	font-size: 9px;
	color: #6174B6;
	line-height: 170%;
}

#footer a:link, #footer a:visited {
	color: #7B8BC1;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #BECAF2;
	text-decoration: underline;
}

/* not using below */


