@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/cbg.gif);
	background-attachment:fixed;
	background-repeat: repeat-x;
	background-color: #C40000;
	overflow-x:hidden;
	text-align:left;
}
p {
     width:400px;
     font-size:13px;
	 color:#000000;
	 font-family:Arial, Helvetica, sans-serif;
	 margin-top:9px;
	 border-bottom-style:dotted;
	 border-bottom-width:thin;
	 border:1px;
	 border-bottom-color:#FF3300;
	 padding-bottom:10px;
	 }
 h1 {
	font-size:15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFCC00;
	width:400px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border:1px;
	border-bottom-color: #FF9900;
	padding-bottom:5px;
	margin-bottom:5px;
 }		
h1 a:link{color:#FFCC00;text-decoration: none;}
h1 a:visited {color:#FFCC00;text-decoration: none;}
h1 a:active {color:#FF0000;text-decoration: none;}

