/*
BACKGROUND COLORS
body				#ffffff
green	(header)	#699425
blue	(side)		#cbc9dc
red		(center)	#fcf2e0
menu				#567d1a
article title		#fbf1df
side body			#f7f7fa

TEXT COLORS
body				#000000
article title		#99141b
latestnews title	#d54a21
links				#534b8b
links hover			#699425
links visited		#534b8b
*/

body
{
	background-color:	#ffffff;
	margin-top:			20px;
}

.vl_text
{
	color:				#000000;
	font-family:		"Arial";
	font-size:			11px;
	text-align:			justify;
}

.vl_latestnews_title
{
	color:				#d54a21;
	font-family:		"Arial";
	font-size:			13px;
	font-weight:		bold;
	text-align:			left;
}

.vl_article_title
{
	color:				#99141b;
	font-family:		"Arial";
	font-size:			15px;
	font-weight:		bold;
	text-align:			left;
}

.vl_contentsmenu
{
	color:				#000000;
	font-family:		"Arial";
	font-size:			11px;
	text-align:			left;
}

.vl_gallery
{
	color:				#000000;
	font-family:		"Arial";
	font-size:			9px;
	text-align:			justify;
}

a:link
{
	color:				#534b8b;
	font-size:			bold;
}
a:hover
{
	color:				#534b8b;
	font-size:			bold;
}
a:active
{
	color:				#534b8b;
	font-size:			bold;
}
a:visited
{
	color:				#534b8b;
	font-size:			bold;
}

.vl_article_header
{
	position:			relative;
	top:				0px;
	left:				0px;
	background:			url(images/title_article.png) no-repeat;
}
