body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: Black;
	margin-top: 0px;
	text-align: left;
	color: White;
}
A:Link{
	color: #9A0000;
	text-decoration: underline;
	font-weight: bold;
}
A:Visited{
	color: #9A0000;
	text-decoration: underline;
	font-weight: bold;
}
A:Hover{
	color: #9A0000;
	text-decoration: none;
	background-color: White;
	font-weight: bold;
}
A:Link.menu{
	color: #FBD317;
	background-color: Black;
	text-decoration: none;
}
A:Visited.menu{
	color: #FBD317;
	background-color: Black;
	text-decoration: none;

}
A:Hover.menu{
	color: White;
	text-decoration: none;
	background-color: Black;
}

table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
table.main{
	width: 750px;
}
td.mainleft{
	background-image: url(images/hand_left_bw.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 100px;
}
td.mainright{
	background-image: url(images/hand_right_bw.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 650px;
}
td.title{
	font-size: 36px;
	text-align: center;
}
td.menu{
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
td.content{
	line-height: 17px;
	text-align: justify;
	vertical-align: top;
}
table.news{
	border: 1px dashed White;
	background-color: #161616;
	filter:70;
	opacity:0.70;
	-moz-opacity:0.70;
	font-size: 11px;
	line-height: 16px;
}
td.subtitle{
	font-size: 12px;
	border-bottom: 1px dashed White;
	letter-spacing: 1px;
	font-weight: bold;
	color: #FBD317;
}
span.subtitle2{
	color: #EAC304;
	font-weight: bold;
}