/* CSS Document */

body {
    background-color: #000000;
    background-repeat: repeat;
    font-size:12px;
    line-height: 1.4em;
    width:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #F2F2F2;
	text-align: left; 
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #F2F2F2;
	text-align: left; 
}

a:link, a:visited, a:active {
	color: #FFCC33;
	text-decoration: underline;		
}

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

.maintext {
	font-family:Verdana;
	color:#999;
	font-size:12px;
	line-height:15px;
	font-weight:normal;
	word-spacing: -1px;
}

.style1 {
	color: #FFFFFF;
}

.tablenumbers {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
}

.footertext {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
}

#container {
	background: transparent;
	background-repeat: no-repeat;
	width: 900px;
	height: 500px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
	background-image: url(artwork/bg1.jpg);
}
#containerfooter {
	background: transparent;
	background-image: url(artwork/bgfooter1.jpg);
	background-repeat: no-repeat;
	width: 820px;
	height: 25px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

#containercontent {
	background: transparent;
	width: 410px;
	height: 370px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.title1 {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.title2 {
	font-family: Arial;
	font-size: 12px;
	color: #CC0000;
	font-weight: bold;
}

.title5 {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}

.title3 {
	font-family: Arial;
	font-size: 14px;
	color: #FFFF33;
	font-weight: bold;
}

.title4 {
	font-family: Arial;
	font-size: 16px;
	color: #FFF;
	font-weight: normal;
}

