body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #333333;
	scrollbar-face-color: #eaeaea;
	scrollbar-highlight-color: #666666;
	scrollbar-shadow-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #cccccc;
	scrollbar-darkshadow-color: #999999;
	text-align: justify;
}
INPUT {
	FONT-SIZE: 11px; FONT-FAMILY: Arial;
}
OPTION {
	FONT-SIZE: 11px; FONT-FAMILY: Arial;
}
SELECT {
	FONT-SIZE: 11px; FONT-FAMILY: Arial;
}
a:link { 
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	}
a:active { 
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	}	
a:hover {
	color: #0086E8;
	text-decoration: underline;
	font-weight:normal;
	}
a.link_blue:link { 
	color: #ff6600;
	}
a.link_blue:visited { 
	color: #ff6600;
	}
a.link_blue:active { 
	color: #ff6600;
	}	
a.link_blue:hover { 
	color: #1A878D;
	}
a.link_blue1:link { 
	color: #8D6138;
	text-decoration: none;
	}
a.link_blue1:visited { 
	color: #8D6138;
	text-decoration: none;
	}
a.link_blue1:active { 
	color: #8D6138;
	text-decoration: none;
	}	
a.link_blue1:hover { 
	color: #8D6138;
	text-decoration: underline;
	}
.bottom_back {
	background-image: url(../images/bottom_back.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 24px;
	text-align: center;
	color: #FFFFFF;
}
.table_height {
	height: 100%;
}
.red_font {
	color: #FF0000;
}
.bullet {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding: 5px;
}
.grade_line {
	background-image: url(../images/grade_line.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.border {
	border: 1px solid #999999;
}
.padding_5px_all {
	padding: 5px;
}
.divider {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.blue_text_bold {
	color: #2772BE;
	font-size:12px;
	font-weight:bold;
}
.justify {
	text-align: justify;
}
.green_text_bold {
	font-weight: bold;
	color: #0066CC;
}