
body {
	background-color: #000000;
	font-family: Georgia, Verdana, Arial, sans-serif;
	font-size:12px;
	color: white;
}
#container {
	width:800px;
	height:90%;
	margin:20px;
	margin-left:10px;
	height:100%;
	border:0;
}
#menu_cell {
	width:240px;
	border-right:10px solid #52616B;
	background-color:#E73C18;
	padding:0;
	padding-left:12px;
	font-size:12px;
	font-weight:bold;
}
#header_cell {
	text-align:right;
	color:#FFFFFF;
	padding-right:12px;
	height:124px;
	font-size:16px;
	font-weight:bold;
}
#title_cell {
	background-color:#9CA2A5;
	height:20px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#content {

}
#footer_cell {
	height:20px;
	background-color:#E73C18;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
}
.big_dot {
	border:0;
	width:20px;
	height:16px;
	margin-top:12px;
	margin-right:10px;
	padding:0;
	font-style:italic;
	font-weight:bold;
}
.small_dot {
	border:0;
	margin-top:6px;
}
.menu_span {
	font-size:12px;
	font-weight:bold;
	font-style:italic;
}
.sub_menu_span {
	font-weight:normal;
	font-size:11px;
	margin-left:30px;	
}
.sub_sub_menu_span {
	font-weight:normal;
	font-size:11px;
	margin-left:40px;	
}
div {
	padding:0;
	margin:0;
	border:0;
}
#content a:link {
	color:#E73C18;
}
#content a:visited {
	color:#E73C18;
}
#content a:hover {
	color:#E73C18;
	text-decoration:underline;
	cursor:pointer;
}
#content a:active {
	color:#E73C18;
}
#content HR {
	width:80%;
	color:#52616B;
	margin-top:0;
	margin-bottom:20px;
}
label {
	width:96px;
	text-align:right;
	padding-right:4px;
	font-weight:bold;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	cursor:pointer;
}
a:active {
	text-decoration: none;
}
/* end of original css */
* {
	line-height:1.5;
}
#homemain textarea {
	color:white;
}
.VAImages {
	overflow-x:auto;
	margin:10px;
	padding:6px;
	height:190px;
 	scrollbar-darkshadow-color: #170602;
	scrollbar-highlight-color: #ed6d52;
	scrollbar-face-color: #E73C18;
	scrollbar-3dlight-color: #ed6d52;
	scrollbar-shadow-color: #ad2d12;
	scrollbar-track-color: #555555;
	scrollbar-arrow-color: #52616B;
	/*scrollbar-base-color: #fdece8;*/
}