/* CSS Document */
td
{
	font-family: arial, helvitica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
}

td.footer 
{
	font-family: arial, helvitica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000;
}

.footlink
{
	text-decoration: none;
	color: #000066;
}
.footlink:hover
{
	text-decoration: underline;
	color: #9098BB;
}

/********************* ANCHOR PSEUDO-CLASSES *********************/

a:link,a:visited,a:active
{
	color: #FFFFFF; 
	font-weight: bold;
	text-decoration: none
}

a:hover
{
	color: #00CCFF; 
	font-weight: bold;
	text-decoration: underline
}

a.nav:link,a.nav:visited,a.nav:active
{
	color: #FFFFFF; 
	font-weight: normal;
	text-decoration: none
	font-size: 12px;
}

a.nav:hover
{
	color: #00CCFF; 
	font-weight: normal;
	text-decoration: underline
	font-size: 12px;
}


a.footer:link, a.footer:visited, a.footer:active
{
	font-weight: normal;
	text-decoration: none;
	color: #223278;

}
a.footer:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #9098BB;

}




/********************* CLASSES *********************/
.textfield 
{
	font-family: "Courier New", Courier, mono;
	font-size: 10px;
	border: 1px solid #666666;
	background-color: #DDDDDD;

}

.copyright 
{
	font-size: 10px;
	padding: 15px;
	background-color: #6689BA;
	text-align: left;
	color: #000000;
}

.title 
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.subtitle 
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.menu {
	background-color: #EEEEEE;
	padding: 4px;
	border: 1px solid #666666;
}

.body {
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #999999;
}

.navCell {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;

}
.row1 {
	background-color: 43518C;
}
.row2 {
	background-color: 394786;
}
