
	
	
body, p {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	bgcolor: white;
	}
	
h1 {
	color: #9BACBD;
	font-size: 14px;
	font-weight: bold;
}
	
ul {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	}

li {
	color: #000;
	font-family: arial, verdana, sans-serif;
	font-size: 12px;
	}
	
.small {
	font-size: 10px;
}

.bold {
	font-weight: bold;
}

.boldsmall {
	font-size: 10px;
	font-weight: bold;
	color: #334D66;
}
	
.white {
	color: #fff;
}
	
a.whitelink {
	text-decoration: underline;
	color:  #fff;
	}
a:visited.whitelink {
	color:  #fff;
	}
a:active.whitelink {
	color:  #fff;
	}
a:hover.whitelink {
	color: #ccc;
	text-decoration: none;
	}
	
a {
	text-decoration: underline;
	color:  #003366;
	}
a:visited {
	color:  #003366;
	}
a:active {
	color:  #003366;
	}
a:hover {
	color: #9BACBD;
	text-decoration: none;
	}

.tdpadding {
	padding: 20px;
}

.subnav {
	font-size: 12px;
	font-weight: bold;
	color: #334D66;
}

.blue {
	font-size: 12px;
	color: #334D66;
}

a.subnavlink {
	text-decoration: underline;
	color:  #334D66;
	}
a:visited.subnavlink {
	color:  #334D66;
	}
a:active.subnavlink {
	color:  #334D66;
	}
a:hover.subnavlink {
	color: #334D66;
	text-decoration: none;
	}
	
.padright {
	padding-right: 10px;
}
