/* CSS Document */

body {
	background-color: #25577A;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #996600;
}
a:active {
	text-decoration: none;
	color: #990000;
}

Category:link {
	color: Black;
	text-decoration: none;
}
Category:visited {
	text-decoration: none;
	color: Black;
}
Category:hover {
	text-decoration: underline;
	color: Red;
}
Category:active {
	text-decoration: underline;
	color: Red;
}
.footer {
	font-size: 10px;
	background-color :#ffffff;
}
.right_side_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.main_titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
}



.grid_text a:link {
	color: blue;
	text-decoration: underline;
}
.grid_text a:visited {
		color: blue;
	text-decoration: underline;
}
.grid_text a:hover {
		color: blue;
	text-decoration: none;
}
.grid_text a:active {
		color: blue;
	text-decoration: underline;
}
.cat_text a:link {
	color: DarkBlue;
	text-decoration: none;
}
.cat_text a:visited {
    color: DarkBlue;
	text-decoration: none;
}
.cat_text a:hover {
		color:DarkRed;
	text-decoration: underline;
}
.cat_text a:active {
		color: DarkRed;
	text-decoration: underline;
}
