.ErrorText 
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
#ads {
	float: 				right;
	height:				auto;
	width:				auto;
	margin: 			1em 0;
}

#ads img {
	border:				0;
	display:			block;
	padding: 		    0px 0px 10px 0px;
}


/* General Styles */
html 
{
	text-align: center;
	color: #000000;
}

body 
{
	background: #3a2207 url(../images/bodybg.jpg);
	text-align: center;
	margin: 0;
	padding: 0;
}

form 
{
	background: #edeadf url(../images/content-bg.jpg);
	border: 0;
	font-size: 16px;
	line-height: 18px;
	color: #3b2709;
	font-family: Arial, sans-serif;
	margin: 10px;
	padding: 10px;
	letter-spacing: 0.75px;
	word-spacing: 1px;
}

h1 
{
	color: white;
	text-align: left;
	font: 'Times New Roman';
	font-size: 30pt;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 10px;
}
h2,h3,h4,h5,h6,th 
{
	color: #bd472f;
}
#redbutton 
{ background-color: #CC0033;
	color: white;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	padding: 5px;
 }
	
a.linkUnderline
{
	color: white;
	font-family: Helvetica;
	font-size: 10pt;
	text-decoration: underline;
}

a.linkSeparator
{
	color: white;
	text-decoration: none;
	font-family: Helvetica;
	font-size: 10pt;
}

a.linkUnderline:hover
{
	color: black;
	text-decoration: underline;
}

a
{
	color: black;
	text-decoration: none;
}	

table
{
	border-collapse: collapse;
	border-spacing: 0;
}

.Content {
    background-color: #edeadf;
    color: #000000;
}

.ContentWithBorder
{
	border-width: 1px;
  	border-style: dotted;
  	border-color: orange;
}

.txContent {
    background-color: #edeadf;
    color: #000000;
    font-size: 20px;
}
.Copyright {
    color: #FFFFFF;
    font-size: 65%;
}
.Select
{
	border: 1px solid orange;
  	color: orange;
}

/* Header */


/* Thankyou form */

#thankyou
{background: #edeadf url(../images/content-bg.jpg);
	border: 0;
	font-size: 20px;
	line-height: 18px;
	color: #3b2709;
	font-family: Tahoma, Arial, sans-serif;
	margin: 10px;
	padding: 10px;
	letter-spacing: 0.75px;
	word-spacing: 1px;
}


