BODY  {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #191c23;
}

TD  {
	font-family : Helvetica, Arial, sans-serif;
	font-size : 12px;
	color : #191c23;
}

blockquote {
	margin-top : 0;
	margin-bottom : 0;
	}

ul {
	margin-top : 0;
	padding-top : 0;
	list-style-position : outside;	
	}
ul li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 0;
	list-style-position : outside;
	list-style-image:url(gif/li.gif);
	}
p  {
	}

ol li {
	margin-top : 0;
	padding-top : 0;
	margin-bottom : 12px;
	list-style-position : outside;
	}



	
/* HEADERS */
	
h1 {
	font-size : 40px;
	color : #e40603;
	font-weight : normal;
	display : inline;
	}
h2 {
	font-size : 25px;
	color  : #7c584f;
	font-weight : normal;
	display : inline;
	}
h3 {
	font-size : 14px;
	color  : #998876;
	font-weight : normal;
	display : inline;
	}
h4 {
	font-size : 12px;
	color  : #998876;
	font-weight : normal;
	display : inline;
	}
	
	
	
	
	
	
#btns1  {
	text-align : right;
	white-space : nowrap;
	padding-right : 30px;
	}
#btns2  {
	}
	
#contentBox  {
	padding:10px; 
	margin: 0 0 0 12px; 
	border:2px solid #d7bab7; 
	width: 300px; 
	text-align:left; 
	background-image:url(gif/bg-seethru.png); 
	overflow:auto;
	}

#contentText img  { 
	padding : 4px;
	}
	
#bottomAddress  {
	font-size : 10px;
	color : #eb9eb8;
	text-transform : uppercase;
	text-align:center;
	vertical-align : top;
	padding : 9px 0 9px 0;
	}
	
#copyrights  {
	font-size : 10px;
	color : #6f3c34;
	text-align : center;
	padding : 6px 0 12px 0;
	}
	
	
/* FORMS */
	
input  {
	color : #483434;
	font-weight : normal;
	background : #cec1b3;
	border : 2px solid #998876;
	margin-top : 3px;
	padding : 2px;
	font-size : 11px;
	line-height : 11px;
	width: 130px;
	height: 14px;
	}
input.go  {
	color : #ffffff;
	font-weight : bold;
	background : red;
	border : 2px solid #998876;
	margin-top : 0;
	padding : x;
	height: 22px;
	width: 60px;
	}
textarea  {
	color : #483434;
	font-weight : normal;
	background : #cec1b3;
	border : 2px solid #998876;
	margin-top : 3px;
	padding : 2px;
	font-size : 11px;
	line-height : 11px;
	width: 284px;
	}
.radiostyle {
	color : #483434;
	background-color : #cec1b3;
	border : 2px solid #998876;
	}
	
	
	
/* LINKS */

a.button:link {
	color : #FFF1E1;
	font-weight : bold;
	text-decoration : none;
}

a.button:visited {
	color : #FFF1E1;
	font-weight : bold;
	text-decoration : none;
}

a.button:hover {
	text-decoration : underline;
}
	
	

A:link {
	color : #ff0000;
	text-decoration : none;
}

A:visited {
	color : #ff0000;
	text-decoration : none;
}

A:hover {
	text-decoration : underline;
}
