.body-gr { color: #a8a8a8; font-size: 11px; font-family: Arial, Helvetica, Tahoma, Geneva }
.body-wh { color: white; font-size: 11px; font-family: Arial, Helvetica, Tahoma, Geneva }
.proj-name { color: white; font-weight: bold; font-size: 11px; font-family: Arial, Helvetica, Tahoma, Geneva }
.head  { color: white; font-weight: bold; font-size: 14px; font-family: Arial, Helvetica, Tahoma, Geneva }
.head a:link {
	color: white;
	text-decoration:none;
	}
.head a:visited {
	color: white;
	text-decoration:none;
	}
.head a:hover {
	color:#009dee;
	text-decoration:none;
	}
.head a:active {
	color:#009dee;
	text-decoration:none;
	}
.info { color: #00000c; font-size: xx-small; }
.info a { color: #00000c; }
.info a:visited { color: #00000c; }
.sidenav { color: #a8a8a8; font-size: 10px; font-family: Arial, Helvetica, Tahoma, Geneva; margin-top: 0; margin-bottom: 8px; }
.sidenav-on { color: #fff; font: 10px Arial, Helvetica, Tahoma, Geneva; margin-top: 0; margin-bottom: 8px; display:block; background-image:url(images/nav-bullet.gif); background-repeat:no-repeat; background-position: 1px 0; text-decoration: none; margin-top: 0; padding-left: 15px; }
a.rolloverLink { font-size: 10px; font-weight: normal; font-style: normal; font-variant: normal; line-height: normal; display:block; background-repeat:no-repeat; background-position: 1px 0; text-decoration: none; margin-top: 0; padding-left: 15px; }
a.rolloverLink:link { color: #999; background-image:url(images/blank.gif); text-decoration: none; }
a.rolloverLink:visited { color: #999; background-image:url(images/blank.gif); text-decoration: none; }
a.rolloverLink:hover { color: #fff; background-image:url(images/nav-bullet.gif); text-decoration: none; }
a.rolloverLink:active { color: #fff; background-image:url(images/nav-bullet.gif); text-decoration: none; }
a.graylink:link { color: #999; text-decoration: none; }
a.graylink:visited { color: #999; text-decoration: none; }
a.graylink:hover { color: #306496; text-decoration: underline; }
a.graylink:active { color: #306496; text-decoration: underline; }
a:link { color: #346da4; text-decoration: none; }
a:visited { color: #346da4; text-decoration: none; }
a:hover { color: #fff; text-decoration: underline; }
a:active { color: #9db324; text-decoration: underline; }

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.logo30 {
	float: right;
	height: 78px;
	width: 70px;
}
.logo2 {
	vertical-align: bottom;
	float: left;
	height: 26px;
	width: 125px;
	margin-top: 50px;
}
