body {
	margin: 0px;
	background-image:  url("images/fond1.gif");
	padding-bottom: 30px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #3499CF;
}
a:visited {
	color: #3499CF;
}
a:hover {
	color: #3499CF;
}
a:active {
	color: #3499CF;
}
.style7 {color: #BE6418}
.style8 {font-size: 9px}
.style9 {font-size: 9px;
color: #3399CA;
}
.style10 {font-size: 16px;
color: #3399CA;
}
.priceStyle{
	font-size: 12px;
	font-weight: bold;
}
.footer
{
	font-size: 11px;
	color: #be6418;
	font-weight: bold;
}
	.footer a, .footer a:link, .footer a:active, .footer a:visited
	{
		color: #be6418;
		text-decoration: underline;
	}
	.footer a:hover
	{
		color: #be6418;
		text-decoration: underline;
	}


/* Custom */
TABLE.formTable{
   border: 1px solid #3398CC; 
   border-collapse: collapse;
   margin: 1px;
   text-align: left;
}

TABLE.formTable TD.head{
   background-color: #3398CC;
   line-height: 20px;
   color: #FFFFFF;
   font-weight: bold;
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
}

TABLE.formTable TD.label {
   font-weight: bold;
   text-align: right;
   background: white;
   border: 1px solid #3398CC;
}

.formTable input.textField, .formTable TD .textArea
{
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	min-width: 230px;
}

.formTable.selectField
{
	border: 1px solid #bbb;
	padding: 4px;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
	.button, .formButton 
	{
		border: 1px solid #205f80;
		background-color: #3398CC;
		color: #ffffff;
		padding: 4px;
		font-weight: bold;
		font-size: 11px;
	}

		.button:hover, .formButton:hover
		{
			cursor: pointer;
		}

	.error { color: red; }
