body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	font-family: Verdana, Arial;
	line-height: 1.166;	
}

body, td, p {
	font-size: small;
	color: #333333;
}

form {
	padding: 0px;
	margin: 0px
}

blockquote {
	margin-top: 5px;
	margin-left: 15px;
	margin-bottom: 5px;
}

#topBar {
	height: 66px;
	width: 100%;
	position: static;
	background-image: url(../images/ds.gif);
}

#topBarImage {
	background-image: url(../images/light.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #005FA9;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}



.grayBox {
	background-color: #F5f7f7;
	padding:10px 10px 10px 10px;
	border: 1px solid #cccccc;
}

.siteInfo1 {
border:1px solid #cccccc;
	clear: both;

	color: #999999;
	padding-left: 10px;

	visibility: visible;
}
.siteInfo1 td{
	font: 80% verdana;

	color: #999999;
}

 .siteInfo1 a:link, .siteInfo1 a:visited  {

text-decoration:none;
	color: #999999;
}

.siteInfo1 a:hover {
text-decoration:underline;
color:#333333;
}
#contentUMT {
	padding: 15px;
}
.TextGreenBold {
	font-weight: bold;
	color: #339999;
	padding-bottom: 4px;	
}
.smallText {
 	font: 80% verdana;
}
.red {
	color: #cc0000;
}
hr {
	border: none 0; 
	border-top: 1px dashed #999999;
	height: 1px;

	
}
