/* CSS Document */

body{
	background-color:#5B0E1E;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	margin:0;
}

#layer1{
	position:relative;
	z-index:0;
}

#layer2{
	position:relative;
	z-index:1;
	top:-389px;
}

a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:9pt;
}

a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size:9pt;
}

#topleft{
	background:url(../images/topleft1.jpg);
	background-repeat:no-repeat; 
	background-position:bottom;
	vertical-align:bottom;
	width:227px;
}

#topright{
	background:url(../images/topright1.jpg);
	background-repeat:no-repeat; 
	background-position:bottom;
	vertical-align:bottom;
	width:227px;
}

#backtop{
	background:url(../images/backtop.gif);
	background-position:top; 
	background-repeat:no-repeat;
}

#leftcurve{
	background:url(../images/leftcurve.jpg);
	background-position:left; 
	background-repeat:no-repeat; 
	valign:top;
}

#links{
	color:#FFFFFF; 
	font-weight:bold; 
	font-size:9pt; 
}

#bkcolor{
	background-color:#C9B499;
}

#content{
	font-size:8pt;
	color:#000000;
	padding:2px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
}

#content a{
	font-size:8pt;
	color:#5B0E1E;
	text-decoration:none;
}

#content a:hover{
	font-size:8pt;
	color:#5B0E1E;
	text-decoration:underline;
}

#comments{
	font-size:8pt;
	font-weight:bold;
	padding:1px;
}

