body
{
	margin: 0px;
	color: #bab8a3;
	padding: 0px;
	font-size: 10pt;
	font-family: verdana, arial, times new roman;
	background-color: #7b123a;
	background-image: url(../imgs/background.jpg);
	background-repeat: repeat
}

td
{
	color: #bab8a3;
	font-size: 10pt;
	font-family: verdana, arial, times new roman;
	background-color: #33152d;
	padding: 0px
}

a:link, a:visited
{
	color: #839c7c;
	font-weight: bold;
	text-decoration: none
}

a:active, a:hover
{
	color: #877533;
	font-weight: bold;
	text-decoration: none
}

blockquote
{
	padding: 10 50 25 50px;
	text-align: justify
}

h1
{
	font-size: 35pt;
	font-family: garamond, arial, sans-serif;
	color: #839c7c;
	font-style: italic;
	text-transform: lowercase;
	padding: 0px;
	text-align: right
}

h2
{
	font-size: 20pt;
	font-family: garamond, arial, sans-serif;
	color: #877533;
	font-style: italic;
	text-transform: lowercase;
	padding: 0px;
	text-align: left
}

.main
{
	padding-left: 75px;
	padding-right: 75px;
	text-align: justify;
	background-image: url(../imgs/background2.jpg);
	background-repeat: repeat
}

.header
{
	background-image: url(../imgs/background2.jpg);
	background-repeat: repeat
}

.disclaimer
{
	font-size: 7pt;
	color: #bab8a3;
	text-align: center;
	padding: 10 3 3 3px;
	background-image: url(../imgs/background2.jpg);
	background-repeat: repeat
}

ul.mainForm
{
	list-style-type: none;
	font-family: Verdana, sans-serif;
	font-size: 9pt
}
li.mainForm
{
	padding-bottom: 10px
}
#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%
}
input.mainFormError
{
	background-color: #FADADD
}
textarea.mainFormError
{
	background-color: #FADADD
}
select.mainFormError
{
	background-color: #FADADD
}
#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0
}
label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-weight:bold
}
label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%
}
input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px
}
/* tooltip */
a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative
}
a.info span {
	position: relative;
	display:none
}
a.info:hover {
	position: relative;
	cursor:default
}
a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:20px;;
	left:25px;
	width:150px; 
	height:50px; 
	border: 1px solid #ccc; 
	background:#f4f4f4 url(question.gif) no-repeat bottom right; 
	color:#000; 
	text-align:left; 
	font-size: 7pt; 
	padding: 10px
}
/* pop-up calendar */
button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(contact/calendar.png);
	cursor: pointer;
	cursor: hand
}