body
{
 	margin: 0px;
 	padding: 0px;
}

body.main
{
 	background-image: url(../images/bg.jpg);
 	background-repeat: repeat-x;
 	text-align: center;
}

a:link,
a:active,
a:visited
{
 	color: #222;
 	text-decoration: none;
 	font-weight: bold;
}

a:hover
{
 	color: #DF3955;
 	text-decoration: underline;
}

a img
{
 	border: none;
}

body,
table
{
 	color: #555;
 	font-family: verdana;
 	font-size: 9pt;
}

table.main
{
 	height: 100%;
 	width: 100%;
}

td.left,
td.right
{
 	width: 50%;
}

td.footer
{
 	text-align: center;
 	height: 150px;
}

td.left img
{
 	float: right;
 	margin: 20px;
}

img#logotext
{
 	position: relative;
 	left: -30px;
}

span.content
{
 	color: #414A6D;
 	font-weight: bold;
 	font-size: 12pt;
 	width: 400px;
 	border-left: 2 #909090 solid;
 	padding: 20px;
 	vertical-align: middle;
}

span.content:first-line
{
 	color: #444;
}

span.content table
{
	margin: 20px;
}

span.content table td
{
 	padding-right: 30px;
}

span.sponsor
{
 	width: 120px;
 	margin: 10px;
 	font-size: 7pt;
 	display: inline;
	text-align: center;
}

html > body span.sponsor
{
 	display: block;
 	height: 150px;
 	float: left;
}

span.sponsor img
{
 	margin: 2px;
}

td.menu
{
 	text-align: center;
 	vertical-align: middle;
 	height: 30px;
 	background-image: url(../images/menubg.jpg);
 	background-repeat: repeat-x;
 	border-bottom: 2px black solid;
}

td.menu a:hover
{
 	color: black;
}

td.titlebar
{
 	height: 40px;
 	padding: 5px;
}

td.titlebar img
{
 	margin-left: 10px;
 	vertical-align: middle;
}

td.content
{
 	padding: 20px;
 	padding-left: 68px;
 	vertical-align: top;
}

td.content td
{
 	vertical-align: top;
}

td.content td img
{
 	margin-bottom: 15px;
}

h2,
h4
{
 	color: #414A6D;
}h1{font-size : 24pt;color :#FF0000;}
