body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}

td {
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
}

.mainbody {
	font-size: 11px;
	line-height: 1.5em;
	color: #000000;
}

.rtpad {
	padding-right: .5em;
}

.ltpad {
	padding-left: .5em;
}

.text {
	color: #000000;
}

A.banner:link {
	font-family: Futura Std Book, sans-serif;
	font-size: 13px;
	color:#006699;
	text-decoration: none;
	font-weight: bold;
}

A.banner:active {
	font-family: Futura Std Book, sans-serif;
	font-size: 13px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

A.banner:visited { 
	font-family: Futura Std Book, sans-serif;
	font-size: 13px;
	color:#006699; 
	text-decoration:none;
	font-weight: bold;
}
A.banner:hover { 
	font-family: Futura Std Book, sans-serif;
	font-size: 13px;
	color:#005447;
	font-weight: bold;
}

A:link {
	font-size: 12px;
	color:#006699;
	//color: #443C53;
	text-decoration: none;
	font-weight: bold;
}

A:hover {
	font-size: 12px;
	color: #443C53;
	text-decoration: none;
	font-weight: bold;
}

A:active {
	font-size: 12px;
	color: #443C53;
	text-decoration: none;
	font-weight: bold;
}

A:visited {
	font-size: 12px;
	color: #993613;
	text-decoration: none;
	font-weight: bold;
}

A.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006699;
	text-decoration: none;
	font-weight: bold;
}

A.footer:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

A.footer:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#006699; 
	text-decoration:none;
	font-weight: bold;
}
A.footer:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#005447;
	font-weight: bold;
}

A.article:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699;
	text-decoration: none;
	font-weight: bold;
}

A.article:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

A.article:visited { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#006699; 
	text-decoration:none;
	font-weight: bold;
}
A.article:hover { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#005447;
	font-weight: bold;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	color: #000000;
}

ul {
	font-size: 11px;
	list-style-type: #8226; 
	//  url(images/assets/green_dot.jpg);
}

ul.square {
	list-style-type: square;
}

ul.dot {
	list-style-image:  url(images/assets/green_dot.jpg);
}

h1 {
	font-size: 20px;
	color: #006699;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

h4 {
	font-size: 14px;
	color: #006699;
	text-align: left;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	color: #006699;
	text-align: left;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: .1em;
}

.headerNoPad {
	font-size: 13px;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.blueheader {
	font-size: 12px;
	color: #006699;
	text-align: left;
	font-weight: bold;
}

.leaderNoPad {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.notice {
	font-size: 12px;
	color: #396E0E;
	font-weight: bold;
}

.smnotice {
	font-size: 11px;
	color: #396E0E;
	font-weight: bold;
}

.smalltxt {
	font-size: 10px;
	color: #000000;
}

.midtxt {
	font-size: 12px;
	font-weight: bold;
}

.instruct {
	font-size: 10px;
	font-style: italic;
	line-height: 1em;
	color: #000000;
}

.boxed {
	border-color: #344E67;
	border-style: solid;
	border-width: 1px;
	padding: .5em .5em; 	
}

.fatbox {
	//border-color: #344E67;
	border-color: #006699;
	border-style: solid;
	border-width: 1px;
	padding: 1em 1em; 	
}

.thinboxleft {
	float: left;
	display: inline;
	border: 1px solid #4D562C;
	padding: 5px;
	margin-right: .5em;
	margin-top: .5em;
	margin-bottom: .5em;
}

.thinboxright {
	float: right;
	display: inline;
	border: 1px solid #4D562C;
	padding: 5px;
	margin-left: .5em;
	margin-top: .5em;
	margin-bottom: .5em;
}

.emptybox {
	border-width: 1px;
	padding: 1em 1em; 	
}

.boxleftnopad {
	float: left;
	display: inline;
	padding: 5px;
	margin-right: .5em;
	margin-top: .5em;
	margin-bottom: .5em;
}