body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #315d8e;
	background-image: url(../images/bgr.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a:link, a:visited {
	text-decoration: underline;
	color: #3399FF;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

.cell1 {
	background-color: #eef2f6;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a0b0c2;
}
.cell2 {
	background-color: #c5d3e1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #a0b0c2;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CC0000;
}
.red1 {background-color: #cc0000;}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(../images/footer_02.gif);
	text-align: center;
}
.footer a:link, .footer a:visited{
	text-decoration: none;
	color: #FFFFFF;	
}
.footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
.footer a:active{
	color: #FFFFFF;
	text-decoration: none;
}
.copyr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #336699;
	text-align: center;
}

.navbar {
	background-color: #cc0000;
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.navbar a {
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 0px;
	padding-left: 0px;
}

.navbar a:link, .navbar a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
.navbar a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.navbar a:active{
	color: #000000;
	text-decoration: none;
}

.visited {
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
	padding-right: 0px;
	padding-left: 0px;

}

.style1 {font-size: 12px}
.style6 {color: #000000;font-weight: bold;}
