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


#join {
	color: #006600;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform:capitalize;
}
#join a{
	color: #006600;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-transform:capitalize;
}
#join a:link {
text-decoration: underline;
	color: #006600;
}
#join a:visited {
	text-decoration: underline;
	color: #006600;
}
#join a:hover {
	text-decoration: underline;
	color: #006600;
}
#join a:active {
	text-decoration: underline;
	color: #006600;
}

#news a {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #B30000;
	font-weight: bold;
	}
#news a:link {
	text-decoration: none;
}
#news a:visited {
	text-decoration: none;
}
#news a:hover {
	text-decoration: underline;
	color: #B30000;
}
#news a:active {
	text-decoration: none;
}

.content {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

.content a{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color:#000000;
}
.content a:link {
	text-decoration: underline;
}
.content a:visited {
	text-decoration: underline;
}
.content a:hover {
	text-decoration: underline;
	color: #000000;
}
.content a:active {
	text-decoration: underline;
}

.subtitle {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B30000;
	}
	.subtitle a {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #B30000;
	}

.sidebar {
	color: #006600;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
}
