@charset "utf-8";
body 		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			text-align: left;							
			color: #747474;			
			line-height: 13px;
			padding: 0px 0px 0px 0px;
			letter-spacing: 0px;

			}

a:link		{ color: #BB8900;  text-decoration: none; font-weight: normal; padding-bottom: 0px;}
a:visited	{ color: #BB8900; text-decoration: none; font-weight: normal; padding-bottom: 0px;} 
a:active	{ color: #BB8900; text-decoration: none; font-weight: normal; padding-bottom: 0px;} 
a:hover		{ color: #855723; text-decoration: none; font-weight: normal; padding-bottom: 0px;} 


p 			{
			font-family: Tahoma;
			color: #747474;
			font-size: 11px;			
			line-height: 13px;
			padding: 0px 0px 0px 0px;
			letter-spacing: 0px;
			}
			
h1			{
			font-family: Tahoma;
			color: #7C1D20;
			margin: 0;
			padding: 0px 0px 5px 0px;
			font-size: 11px;
			letter-spacing: 0px;
			font-weight: bold;
			}
h2			{
			font-family: Tahoma;
			color: Grey;
			margin: 0;
			padding: 0px 0px 5px 0px;
			font-size: 9px;
			letter-spacing: 0px;
			font-weight: normal;
			}
li	{ 
			font-family: Tahoma; 
			font-size: 11px;
			line-height: 13px;
			color: #747474; 
			text-decoration: none; 
			font-weight: normal; 
			list-style-image: url("images/marker_2.gif"); 
			list-style-position: outside; 
			}
img {
	border:0px;
}

.submit_nobutton{
	display:inline;

	width:auto;
	text-align:left;
		

	background:none;
	padding:0px; 
	margin:0px;
	border:none;

	color: #BB8900;	
	font-family: Tahoma;

	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	behavior: url(hover.htc);
}

.submit_nobutton:hover, .submit_nobutton.hover { 
	display:inline;

	width:auto;
	text-align:left;
		
	background:none;
	padding:0px; 
	margin:0px;
	border:none;
			
	font-family: Tahoma;
	color: #C0362C;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;	
	
	cursor:pointer;cursor:hand
} 

