@charset "iso-8859-1";
body {
	font-family: arial,sans-serif;
	font-size: 11px;
	background-color:#FFFFFF }
.header{
	position: absolute;
	top:0px;
	left:100px; 
	width:85%;
	height:40px;
	background-color:#CCCCCC}
.logo {
	position:absolute;
	top:40px;
	left:100px;
	z-index: 1}
.backgrnd {
	position:absolute;
	top:40px;
	left:100px;
	z-index: 0;}
.foregrnd {
	position:absolute;
	top:45px;
	left:200px;
	z-index: 1;
	font-style: normal;
	text-align: left;
	overflow: hidden;
	width: 700px;
	height: 675px;}
.form1 {
	position:absolute;
	top:525px;
	left:210px;
	z-index: 1;
	font-style: normal;
	text-align: left;
	overflow: hidden;
	width: 700px;
	}
.trailer {
    position:absolute;
	top:550px;
	left:200px;
	font-size:9px;
	z-index: 1;
	font-style: normal;
	text-align: center;
	overflow: hidden;
	width: 650px;
	height:100px;}
#trailer {text-align:center; width:650px}
a.menuItem {
	text-decoration : none;
	color : black;
	padding:0px;
	}
a.menuItem:hover {
	color: #BBAACE;
	}
h1 {
	font-size:20px;
	font-weight:bold;
	color:#606060;
	margin-top:0px;
	margin-bottom:0px;
	}
h2 {
	font-family: lucida handwriting,cursive,sans-serif,arial;
	font-size:32px;
	color:#BBAACE;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	}
	
h3 {
	font-family: lucida handwriting,cursive,sans-serif,arial;
	font-size:24px;
	color:#BBAACE;
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	}
h4 {font-size:20px; 
    font-weight:bold;
	font-family: sans-serif,arial;
	color:black;
	text-align:center;
	margin-top:10px;
	margin-bottom:0px;
	}
h5 {font-size:16px;
    font-weight:bold;
	font-family: sans-serif,arial;
	color:black;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	font-style:italic;
	}
h6 {
	font-family: sans-serif,arial;
	font-size:18px;
	color:#CC3399;
	margin-top:0px;
	margin-bottom:0px;
	}



p {margin-bottom:0px;
    }
