.title {
	font-family : arial;
	font-size : 16px;
	color : #fff;
	font-weight: bold;
	background-color: #112071;
}
.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: #16623e;
}
.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 : #fff;
	font-weight: bold;
	background-color: #0d3b25;
}
.row {
	font-family : arial;
	font-size : 12px;
	color : #000000;
}
.row1 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #c1c9f7;
}
.row2 {
	font-family : arial;
	font-size : 12px;
	color : #000;
	background-color: #fff;
}
.main_table {
	width: 100%;
}