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

/* ----------------- Fonts ----------------- */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#3968AC;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color:#3968AC;
	margin-top:0;
}

.smalls {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight:normal;
}

.lists {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	font-weight:normal;
}
.red{
	color:#F00;
	font-weight:bold;
}

/* ----------------- News ----------------- */
#news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
}

#news p {
	color:#FFFFFF;
}

#news a:link {
     color: #000000;
	 text-decoration: underline;
	 font-weight:bold;
}
#news a:visited {
     color: #000000;
	 text-decoration: underline;
	 font-weight:bold;
}
#news a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-weight:bold;
}
#news a:active {
     color: #000000;
	 text-decoration: underline;
	 font-weight:bold;
}

/* ----------------- Search ----------------- */
#search h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color:#FFFFFF;
}

#search p {
	 color:#000000;
}

/* ----------------- Footer ----------------- */
#footer P {
	 text-align: center;
	 color: #FFFFFF;
}

#footer a:link {
     color: #FFFFFF;
	 text-decoration: underline;
}
#footer a:visited {
     color: #FFFFFF;
	 text-decoration: underline;
}
#footer a:hover {
	color:#000000;
	text-decoration: underline;
}
#footer a:active {
     color: #FFFFFF;
	 text-decoration: underline;
}

/* ----------------- Members ----------------- */
#members { width: 200px; font-size:16px; }

#members ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#members a
{
display: block;
padding: 3px;
width: 160px;
background-color: #B00000;
border-bottom: 1px solid #eee;
}

#members a:link, #members a:visited
{
color: #EEE;
text-decoration: none;
}

#members a:hover
{
background-color: #FF0000;
color: #fff;
}

