a:link {
        color: #0000CC;
        text-decoration: underline;
}
a:visited {
        text-decoration: underline;
        color: #0000CC;
}
a:hover {
        text-decoration: none;
        color: #333333;
}
a:active {
        text-decoration: underline;
}

.header {
	background-image: url(../msce2009/bg_bar.png);
}
.error_bg{
	background-color:#FAEBF4;

}
.small_font{ font-size:10px; font-family:Arial, Helvetica, sans-serif;
}
.common_font{font-family: Arial, Helvetica, sans-serif; font-size:12px; }
.faint_form{
		color:#999999;		
}
.gray_font{
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	
}
.table_up{
	font-size: 12px; font-family:Geneva, Arial, Helvetica, sans-serif; width:100%; background:#FAFFF4; border-bottom-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.table_lines{
	font-size: 12px; font-family:Geneva, Arial, Helvetica, sans-serif; width:100%; background:#FAFFF4; border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}