/* CSS Document */
body
{
	background: url(bg.jpg) top center no-repeat #989797;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}

h1
{
	font-size: 15px;
	color: #007DA0;
	font-weight: normal;
}

.index
{
	font-size: 14px;
	line-height: 23px;
}

.sidebar
{
	font-size: 11px;
	line-height: 16px;
}

.footer
{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.newstitle
{
	font-size: 15px;
	color: #007DA0;
	font-weight: normal;
}

A:link	{font-size: 12px; font-weight: bold; color: #3C75A2; text-decoration: none;}
A:visited {font-size: 12px; font-weight: bold; color:#3C75A2; text-decoration: none;}
A:active {font-size: 12px; font-weight: bold; color:#3C75A2; text-decoration: none;}
A:hover	{font-size: 12px; font-weight: bold; color:#3C75A2; text-decoration: underline;}

.footer :link	{font-size: 11px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.footer :visited {font-size: 11px; font-weight: bold; color:#FFFFFF; text-decoration: none;}
.footer :active {font-size: 11px; font-weight: bold; color:#FFFFFF; text-decoration: none;}
.footer :hover	{font-size: 11px; font-weight: bold; color:#FFFFFF; text-decoration: underline;}

