/* root level text style */

a:link {color: #013370;}
a:visited {color: #164D91;}
a:active {color: #000000;}

a.white:link {color: #ffffff; text-decoration: none;}
a.white:visited {color: #eeeeee; text-decoration: none;}
a.white:active {color: #ffffff; text-decoration: none;}

a:hover {color: #000000; text-decoration: none;}
a.white:hover {color: #ffffff; text-decoration: underline;}

a.nound:link {text-decoration: none;}
a.nound:active {text-decoration: none;}
a.nound:visited {text-decoration: none;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	}
	
b {
	color: #013370;
	}
	
td {
	font-size: 11px;
	color: #000000;
	}
	
.SMboldTitle {
	font-size: 12px;
	font-weight: bold;
	color: #013370;
	}
	
.boldTitle {
	font-size: 14px;
	font-weight: bold;
	color: #013370;
	}
	
.topNav {
	font-weight: bold;
	text-decoration: none;
	}
	
.subHeader {
	font-weight: bold;
	color: #8F1D1C;
	font-size: 16px;
	letter-spacing: 2px;
	}

.leftNav {
	color:#ffffff;
	font-size: 11px;
	font-weight: bold;
	}
	
.leftNavTitle {
	background: #1F4F88;
	padding: 3px 2px 5px 8px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 0px;	
	margin-bottom: 1px;
	}
	
.leftNavSublinks {
	padding: 4px;
	display: none;
	}
	
.imageAlignRight {
	float: right;
	padding: 5px;
	}
	
.imageAlignLeft {
	float: left;
	padding: 5px;
	}