/* CSS Document */

#greybg {
	background-color:#171817;
	height:26px;
}	
.greylink {
	font-weight:bold;
	color:#716F6D;
	font-size:12px;
}
.greylink, .greenlink {
	text-decoration:none;
}
.greylink:hover, .greenlink:hover {
	text-decoration:underline;
}		
#bodyleft {
	padding-right:30px;
}		
#footer {
	padding:10px 10px 10px 30px;
}	
#bodyformat {
	padding: 30px 30px 0px 30px;
}	
#rightbody {
	background-color:#1F211F;
	padding:16px;
	color:#828280;
	line-height:16px;
}	
.whiteishheading {
	color:#737877;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}	
.greenlink {
	color:#707009;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}		

/* CSS General Declaration */

body {
	margin:0px;
	background-color:#2F2F2B;
	background-image: url(images/body-bg.gif);
	background-repeat:repeat-x;
}
td {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666662;
	text-decoration: none;
}
.widthfull, #externaltable {
	height:100%;
}
.width100per, .widthfull {
	width:100%;
}	
#externaltable {
	width:778px;
	border-left:1px solid #62625F;
	border-right:1px solid #62625F;
	background-color:#000000;
}
.width100per, .widthfull {
	border:0px;
}		
.height1 {
	height:1px;
}	
.width1 {
	width:1px;
}	
.lt, .lm, .lb {
	text-align:left;
}
.lt, .rt, .ct {
	vertical-align:top;
}
.lm, .rm, .cm {
	vertical-align:middle;
}		
.rt, .rb, .rm {
	text-align:right;
}	
.lb, .cb, .rb {
	vertical-align:bottom;
}	
.ct, .cb, .cm {
	text-align:center;
}
