/* CSS Document */
* { background-repeat:repeat-x; font-family: Geneva, Arial, Helvetica, sans-serif; }

.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration:none
}

.style2 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #417CFE;
	text-decoration:none
}

.style3 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #417CFE;
	text-decoration:none
}

.style4 {
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #417CFE;
	text-decoration:none
}

.style5 {
	font-size: 16px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #417CFE;
	text-decoration:none
}

.style6 {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #417CFE;
	text-decoration:none
}

.style7 {
	font-size: 12px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #417CFE;
	text-decoration:none
}


.style8{
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #353660;
	text-decoration:none
}


.styleemail {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #417CFE;
	text-decoration:none
}

td.contentpadding{
	padding-left:10px;
	padding-right:10px;
}

	form.contact_form input {
		font-size: 12px;
		text-align: left;
		border: 1px;
		border-style: solid;
		width: 400px;
		background-color: #e5e9fe;
		padding: 4px;
		color: #000000;
	}
	
	form.contact_form textarea {
		font-size: 12px;
		text-align: left;
		border: 1px;
		border-style: solid;
		width: 400px;
		height: 300px;
		background-color: #e5e9fe;
		padding: 4px;
		color: #000000;
	}
	
	form.contact_form input.submit_button {
		font-size: 12px;
		text-align: center;
		width: 400px;
		background-color: #aab8fc;
		border: 1px;
		border-style: solid;
		padding: 4px;
		color: #000000;
		font-weight:bold;
	}
	
	form.contact_form input.submit_button_over {
		font-size: 12px;
		text-align: center;
		width: 400px;
		background-color: #bfc9fe;
		border: 1px;
		border-style: solid;
		padding: 4px;
		color: #000000;
		font-weight:bold;
	}
	
	span.error_text {
		color: #FF4444;
	}