/* CSS Document */

    body {
	background-image: url('images/main_bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed}

	P {
	font-weight:normal;
	font-family:"verdana";
	color:#000000;
	text-decoration:none;
	font-size:11px;
	text-align:justify}
	
	br {
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
	}
	
	h1 {
	font-family:"verdana";
	font-weight:"bold, italic";
	color:#6C3535;
	font-size:12px;}
	
	a:link {
	font-family:"verdana";
	color:#666666;
	text-decoration:underline;
	font-size:11px;
	font-weight:bold;}
	
	a:hover {
	font-family:"verdana";
	color:#666666;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;}
	
	a:visited {
	font-family:"verdana";
	color:#666666;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;}
	
	a:active {
	font-family:"verdana";
	color:#666666;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;}
	
	
