body { 
	font: 12pt/12pt;
	font-family: arial, "lucida console", sans-serif; 
	color: #000000; 
	background: #FFFFFF;
	margin: 0px; 
}

a { 
	font: 12pt/12pt; 
	font-family: arial, "lucida console", sans-serif; 
	font-weight: none; 
	text-decoration: none; 
	color: #400000;
}
a:hover { 
	text-decoration: underline; 
	color: #000080;
}

#header {
	background: url(images/header_bg.png) repeat-x top left;
}

#left_col {
	float: left;
	margin: 0px;
}

#right_col {
	background: url(images/right_main_bg.jpg) no-repeat top right #FFFFFF;
	margin: 0px;
	height: 291px;
}

#yellow_line {
	background: #F79D00;
	height: 1px;
}

div.scroll {
	height: 280px;
	width: 550px;
	overflow: auto;
	border: 0px;
	padding: 3px;
}