body
{
background-image:url('bg.jpg');
background-color: #003300;
background-repeat: no-repeat;
background-position: bottom right;
}

img
{
border: 1px solid #000000;
}

.menu
{
	font-size: 12px;
	color: #FFBB00;
	font-family: verdana;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	cursor: default;
	background-color: #8E1317;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu a, .menu a:link, .menu v:link
{
	color: #FFFFFF;
	font-family: verdana;
	text-decoration: none;
}
.menu a:hover
{
	color: #FFCC00;
	font-family: verdana;
	text-decoration: none;
}


.content
{
	font-size: 13px;
	color: #333333;
	font-family: verdana;
	text-decoration: none;
	text-align: justify;
	cursor: default;
	padding: 10px;
	line-spacing: 150%;
}
.content a, .content a:link, .content v:link
{
	color: #8E1317;
	font-family: verdana;
	text-decoration: underline;
}
.content a:hover
{
	color: #FF9900;
	font-family: verdana;
	text-decoration: underline;
}


.left
{
	font-size: 11px;
	color: #000000;
	font-family: verdana;
	text-decoration: none;
	text-align: center;
	cursor: default;
	background-color: #eee8d9;
}

.title
{
	font-size: 20px;
	color: #8E1317;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
} 

.subtitle
{
	font-size: 16px;
	color: #8E1317;
	font-family: verdana;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
} 
