/* FirstView */
/* Basics */

body{
	font-size : 62.5%;
	margin-left : 3px;
	margin-top : 3px;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	color : Silver;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.4em;
	font-weight : bold;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.3em;
	font-weight : bold;
}

h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.2em;
	font-weight : bold;
}

h4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 1.1em;
	font-weight : bold;
}

a {
	color : #FF8000;
	text-decoration : none;
}

a:hover {
	color : Red;
	text-decoration : underline;
}

a:visited {
	color : #FF8000;
	text-decoration : underline;
}

/* Tables */

.header {
	background-image :    url("../global/head.gif");
	background-repeat : no-repeat;
	background-position : top;
	width : 765px;
	height : 67px;
}

.lsidebar {
	background-image :    url("../global/lsbar.gif");
	width : 30px;
	height : 688px;
	background-repeat : no-repeat;
	background-position : top;
}

.bodytable {
	background-color : black;
	width : 699px;
	height : 688px;
}

.rsidebar {
	background-image :    url("../global/rsbar.gif");
	width : 36px;
	height : 688px;
	background-repeat : no-repeat;
	background-position : top;
}

.footer {
	background-image :    url("../global/foot.gif");
	width : 765px;
	height : 187px;
	background-repeat : no-repeat;
	background-position : top;
}

.footheadspacer {
	height : 30px;
}

.footleftspacer {
	width : 30px;
}

.footrightspacer {
	width : 36px;
}

/* Credits */

.sponsor {
	background-image :     url("../global/sponsor.gif");
	width : 312px;
	height : 38px;
	background-repeat : no-repeat;
	background-position : top;
}