body {
	background-image: url("../images/bg.jpg"); 
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
} 

body, div, span, tr, td, th, select, text, textarea, dl, dt, dd, li, ul, ol, p, a, h1, h2, h3, h4, h5, h6, b, i {
	font-family: verdana,arial,san-serif;
	font-size: 	9.0pt;
	color:		#ABABAB;
}
body, tr, td, th, dl, dt, dd, li, ul, ol, p, a {
	font-size: 	9.0pt;
}

a {
	color:		#2B50AC;
	text-decoration: underline;
}
a.link {
	color:		#2B50AC;
	text-decoration: underline;
}
a:visited {
	color:		#87B5EE;
}
a:hover {
	color:		#F2FF12;
}
a.linkBold {
	color:		#2B50AC;
	font-weight: 	bold;
}

a.linkSm {
	color:		#87B5EE;
	text-decoration: underline;
	font-size:	8.0pt;
}
a.linkSm:visited {
	color:		#2B50AC;
	text-decoration: underline;
	font-size: 	8.0pt;
}
a.linkSm:hover {
	color:		#BA2820;
	text-decoration: underline;
	font-size: 	8.0pt;
}

a.linkLg {
	color:		#2B50AC;
	text-decoration: underline;
	font-size:	11.0pt;
	font-weight: 	bold;
}
a.linkLg:visited {
	color:		#87B5EE;
	text-decoration: underline;
	font-size: 	11.0pt;
	font-weight: 	bold;
}
a.linkLg:hover {
	color:		#F2FF12;
	text-decoration: underline;
	font-size: 	11.0pt;
	font-weight: 	bold;
}

a.linkBtn {
	color:		#F2FF12;
	text-decoration: none;
	font-size:	12.0pt;
}
a.linkBtn:visited {
	color:		#F2FF12;
	font-size: 	12.0pt;
}
a.linkBtn:hover {
	color:		#BA2820;
	text-decoration: underline;
	font-size: 	12.0pt;
}

.large {
	font-size:	11.0pt;
	font-weight:	bold;
	color:		#BA2820;
}

.small {
	font-size:	8.0pt;
	color:		#F2FF12;
}

.credits {
	color:		#87B5EE;
	font-size:	8.0pt;
}