body, td {
	font-family:Arial;
	font-size:10px;
}
a.main {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
tr.header {
	font-weight:bold;
	height:20;
}
a.header_link_selected {
	color:#5b0103;
	font-weight:bold;
	font-size:14;	
	text-decoration:none;
}
a.header_link {
	color:#FFFFFF;
	font-size:12;	
	text-decoration:none;
}
input, select, textarea {
	font-family:Arial;
	font-size:10px;
}
label.main_label {
	font-size:16px;
	font-weight:bold;
}
label.sub_label {
	font-size:14px;
	font-weight:bold;
}
label.section_label {
	font-size:16px;
	font-weight:bold;
	color:#666666;
}
label.error_msg {
	color:red;
	font-style:italic;
}
label.input_box {
	border-color:#666666;
	border-style:solid;
	border-width:1px;
	padding:2px;
	background:#FFFFFF;
	height:20px
}
table.bordered {
	border-color:#666666;
	border-style:solid;
	border-width:1px;
}
img {
	text-decoration:none;
	border:none;
}
.main_number {
	text-align:right;
	font-size:16;
	font-weight:bold;
	border:none;
	background-color:#eff5f9;
	color:#000000;
}
.disabled {
	background-color:#FFFFFF;
	color:#000000;
}
.tab {
	background-image:url(tab_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.tab_selected {
	background-image:url(tab_selected_bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}
.tab_link {
	color:#FFFFFF;
	text-decoration:none;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
}
.tab_selected_link {
	color:#990000;
	text-decoration:none;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
}
.sub_menu_link {
	text-decoration:none;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
}
div.scrollable {
	overflow:auto;
	height:400px;
	width:300px;
	border-style:solid;
	border-width:1px;
	border-color:#333333;
	background-color:#F0F0F0;
}
.row_link {
	cursor:pointer;
}
.row_selected {
	background-color:#0033FF;
	cursor:pointer;
	color:#FFFFFF
}
a.main_link {
	font-size:16px;
	font-weight:bold;
}
