.title {
	font-family : arial;
	font-size : 16px;
	color : #fff;
	font-weight: bold;
	background-color: #00258e;
}
.title a:link,
.title a:visited,
.title a:active {
	font-size: 16px;
	color: yellow;
}
.title :hover {
	color: white;
}
.sub {
	font-family : arial;
	font-size : 12px;
	color : #fff;
	font-weight: bold;
	background-color: #e30b16;
}
.sub a:link,
.sub a:visited,
.sub a:active {
	color: blue;
}
.sub a:hover {
	color: white;
}
.sub_sub {
	font-family : arial;
	font-size : 12px;
	color : #000;
	font-weight: bold;
	background-color: #E4E4BF;
}
.row {
	font-family : arial;
	font-size : 12px;
	color : #000000;
}
.row1 {
	font-family : arial;
	font-size : 12px;
	font-weight: bold;
	color : #000;
	background-color: #e6e6e6;
}
.row2 {
	font-family : arial;
	font-size : 12px;
	color : #000;
}
.main_table {
	width: 100%;
}
