/* body*/

body  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : x-small;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	background-color: #969696;
	color : #000000;
}

td {
	font-size: x-small;
}

p {
	font-size: x-small;
}

/* links*/
A  {
	text-decoration : underline;
	color : #000000;
}

A:hover  {
	color : #4A6BA5
}

.white {
	color: #ffffff;
	font-size:xx-small;
}

.white A {
	text-decoration : none;
	color : #FFFFFF;
}

.white A:hover  {
	text-decoration: underline;
	color : orange;
}


A.mainnav  {
	font-weight : bold;
	text-decoration : none;
	color : #DDDDDD;
}
A.mainnav:hover  {
	text-decoration : underline;
	color : #FF0000;
}


A.toolsnav  {
	text-decoration : none;
	color : #FFFFFF;
}
A.toolsnav:hover  {
	text-decoration : underline;
	color : #FF0000;
}

A.RightNavLink  {
	text-decoration : none;
	color : #FFFFFF;
}

/* applies the default font to everything in between <p> tags*/


/* applies different font to various headers*/
H1  {
	font-weight : bold;
}

H2  {
	font-weight : bold;
}

H3  {
	font-weight : bold;
}

H4  {
	font-weight : bold;
}

/* special text cases*/
.em  {
	font-style : italic;
}

.strong  {
	font-weight : bold;
}

ul {
	margin:20px;
}

li {
	margin:10px;
}

/* Callout Text */
.CalloutText  {
	color : #666666;
}

.testimonial  {
	font-style : italic;
	color : #666666;
}

.BlackText  {
	TEXT-DECORATION : none;
	color : #000000;
}

.FooterText  {
	color : #DDDDDD;
}
.date  {
	color : #ffffff;
}
.topnav  {
	color : #ffffff;
}
.mainnavtext  {
	color : #ff0000;
}

.content  {
	text-align : left;
	color : #000000;
}
.contentwhite  {
	text-align : left;
	color : #FFFFFF;
}
.formtext  {
	color : #000000;
}

ul.square {
	list-style-type:square;
}

.tnav {
	color: #ffffff;
	font-size:xx-small;
	background-color:#95A2AE;
	
}
.tnav a {
	text-decoration : none;
	font-weight:bold;
	color : #3A4C7A;
	background-color:#95A2AE;
}

.tnav a:hover  {
	font-weight:bold;
	text-decoration: underline;
	background-color:#95A2AE;
	color : white;
}


.tleft {
	float:left;
	color: #ffffff;
	font-size:xx-small;
	width:48%;
	vertical-align:bottom;
	background-repeat:no-repeat;
	background-position:bottom right;
}

