/* CSS Document */

body{
	margin:0px;
	background:#D3D3D3;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
}
.maintitle {
	font-size: 14px;
	font-style: italic;
}

a:link {
	color: #061149;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #061149;
}
a:hover {
	text-decoration: none;
	color: #BF0B17;
}
a:active {
	text-decoration: none;
	color: #061149;
}
.whitetext {
	color: #FFFFFF;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.white a:hover {
	text-decoration: none;
	color: #061149;
}
.white a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.red a:link {
	color: #BF0B17;
	text-decoration: none;
}
.red a:visited {
	text-decoration: none;
	color: #BF0B17;
}
.red a:hover {
	text-decoration: none;
	color: #061149;
}
.red a:active {
	text-decoration: none;
	color: #BF0B17;
}
h1 {
	color: #BF0B17;
	font-size: 14px;
}
.top a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.top a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.top a:hover {
	text-decoration: none;
	color: #BF0B17;
}
.top  a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.date {
	font-size: 10px;
}
.newstitle {
	font-size: 12px;
	font-weight: bold;
}
