<!--
/* STYLES THAT MAY NEED CHANGING */
.title {
	font-weight: bold;
	color:#003867;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#copy {
	background-color:#FFFFFF; 
	margin-top:5px; 
	margin-left:12px; 
	height:321px;
	padding-right:24px;
	
	overflow-y: scroll;
	overflow-x: hidden;

	/*scrollbar-arrow-color: blue;*/
	/*scrollbar-face-color: #e7e7e7;
	scrollbar-3dlight-color: #a0a0a0;
	scrollbar-darkshadow-color: #888888;*/
	/*
	scrollbar-base-color: #0C00FC;
	scrollbar-arrow-color: #FFF4F4;
	scrollbar-track-color: #00EFDB;
	*/
}
#copy_no_scroll {
	background-color:#FFFFFF; 
	margin-top:5px; 
	margin-left:12px; 
	height:321px;
	padding-right:24px;
}
a:link, a:active, a:visited {
	color: #515153;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
}

body {
	margin: 0px;
	padding:0px;
	overflow: hidden;
	clear: all;
	/*width:807px;
	height:474px;
	*/
	font-size:12px;
	color:#515153;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
}

/* FIXED STYLES */
#container {
	margin-left:6px;
	margin-top:6px;
	background-color:#FFFFFF;
	width:801px;
	height:468px;
	/*
	overflow: hidden;
	clear: all;
	*/
}
#right_container {
	background-color:#FFFFFF;
	width:240px;
	height:440px;
}
#right {
	background-color:#FFFFFF;
	width:556px;
	height:440px;
	margin-left:245px;
	float:none;
}
#hr {
	height:1px;
	width:100%;
	background-color:#515151;
	color:#515151;
	margin-top:5px;
}
#left {
	position:absolute;
	overflow:hidden;
	width:240px;
	height:435px;
}
#menus {
	width:240px;
	height:103px;
	background-color:#FFFFFF;
	text-align:center;
}
#general_image {
}
p {
	margin-top:8px;
	margin-bottom:8px;
}
.whiteTableTitle {
	color: #515153;
	text-decoration: none;
	font-weight: bold;
	font-size:12px;
}
.whiteTableTitle:link {
	color: #515153;
	font-weight: normal;
	text-decoration: underline;
}
.whiteTableTitle:visited {
	color: #515153;
	font-weight: normal;
	text-decoration: underline;
}
.whiteTableTitle:hover {
	color: #515153;
	font-weight: normal;
	text-decoration: underline;
}
ul {
	margin-left: 20px;
	list-style-type: disc;
	margin-top: 0;
	border-top-width: 0;
	padding-top: 0;
	margin-bottom: 0;
	border-bottom-width: 0;
	padding-bottom: 0;
	padding-left: 0;
}
li  {
	/*list-style-image: url(../../images/bullet.gif);*/
	padding-bottom: 10px;
}

.inputSml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	width: 60px;
}
.redBody {
	color:#c1022b;
	font-weight:bold;
	text-decoration:none;
}
-->
