@charset "utf-8";
/* CSS Document */

h1{
	font-size: 24px;
	margin-bottom: 0;
}

h2{
	font-size: 18px;
	margin-bottom: 0;
}

h3{
	font-size: 14px;
	margin-bottom: 0;
}

h4{
	font-size: 11px;
	margin-bottom: 0;
}

h5{
	font-size: 10px;
	margin-bottom: 0;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	margin: 0;
	padding: 3px;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#nav{
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#nav a{
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav a:hover{
	text-decoration: underline overline;
	color:#FFFFFF;
}

#copyright{
	font-size: 10px;
	color: #FFFFFF;
}

#sidenav{
	color: #FFFFFF;
	font-weight: bold;
}

#sidenav a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px
}	

#sidenav a:hover{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline overline;
}	

#mainnews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	margin: 0;
	padding: 3px;
}

#mainnews a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d62f12;
}

#mainnews a:hover{
	color: #283168;
	text-decoration: underline;
}

#headlines a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #283168;
}

#headlines a:hover{
	color: #283168;
	text-decoration: underline;
}



#bottomnews{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	margin: 0;
	padding: 3px;
}

#bottomnews a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d62f12;
}

#bottomnews a:hover{
	color: #283168;
	text-decoration: underline;
}

.error {
	font-weight: bold;
	color: #C00
}

.admin {
	color:#FF0;
}

.form {
	padding-left:10px;
	padding-top:10px;
}