BODY {
	
	scrollbar-face-color: #fe0000;
  scrollbar-shadow-color: #fe0000;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #b7b7b7;
  scrollbar-track-color: #FFFFFF;
  scrollbar-arrow-color: #FFFFFF;
  
	text-align: center;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  background-color: #FFFFFF;
}

.greytext {
	color: gray;
}

A {
	font-weight: bold;
	color: #c70000;
	font-size:11px; 
	line-height:18px;
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline;
}

A:hover {
	font-weight: bold;
	color: #ff9c00;
	font-size:11px; 
	line-height:18px;
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline;
}

TD {
	font-weight: normal;
	color: #595959;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif"
}

#container {
  width:943px;
  margin-left: auto; 
  margin-right: auto;
}

.topMenu {
  width:943px;
}

.content {
  width:943px;
  padding: 0px 0px 14px 0px;
}

.leftContent{
  width:200px;
	float:left;
}

.rightContent{
  width:730px;
  padding: 0px 11px 0px 0px;
	float:right;
	text-align: justify;
	font-size:12px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none;
}

#footer {
	text-align: center;
	width:943px;
	background-image: url(../images_utilities/bottommenu.gif);
  background-repeat: no-repeat;
}

.downMenu { 
	font-weight: bold;
	color: #FFFFFF;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: none;
}

.downMenu:hover {
	font-weight: bold;
	color: #ffd800;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
	text-decoration: underline;
}

.redText { 
	font-weight: bold;
	color: #fe0000;
	font-size:14px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
}

.smallText { 
	font-weight: normal;
	color: #000000;
	font-size:11px; 
	font-family:"Verdana","MS Sans Serif","sans-serif";
}


