A {

	COLOR: #7474FF;

	TEXT-DECORATION: none;

	font : 10pt;

}

A:visited {

	COLOR: #7474FF;

	TEXT-DECORATION: none;

	font-size : 10pt;

}

A:active {

	COLOR: #003366; TEXT-DECORATION: none

	font-size : 10pt;

}

A:hover {

	COLOR: #cc3300; TEXT-DECORATION: none

	font-size : 10pt;

}



/*body {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; margin-left: 6px; margin-right: 6px}*/



li {font-family:  Verdana, Arial, Helvetica, sans-serif;

font-size: 10pt;

font-style: bold;

font-align: left;

list-style-type: disk;

margin-right: 6px;

margin-left: 6px

}





/* BELOW IS MAIN CONTENT DIV WITH 12 PT TEXT  VARIOUS COLORS */



.maintext {

	margin-right: 10pt;

	margin-left:10pt;

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	text-align: left;

}



.maintext_bold {

	color: #000000;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10pt;

	font-style: normal;

	text-align: left;

	font-weight : bold;

}

/* removed from maintext margin-right: 6px;

	margin-left: 6px; */



.blacktext {

	color: #000000;

	margin-right: 6px;

	margin-left: 6px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12pt;

	font-style: normal;

	text-align: left;

}



.faqnumber {

	color: #CC6600;

	margin-right: 6px;

	margin-left: 6px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14pt;

	font-style: normal;

	text-align: left;

}

.quescolor {

	color: #921708;

	margin-right: 6px;

	margin-left: 6px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14pt;

	font-style: normal;

	text-align: left;

}



.anscolor {

	color: #CC6600;

	margin-right: 6px;

	margin-left: 6px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14pt;

	font-style: normal;

	text-align: left;

}

.redtext_headline {

	margin-right: 2px;

	margin-left: 2px;

	color: #921708;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 9pt;

	font-style: normal;

	text-align: left;

	font-weight : bold;

}

	

.BodyText {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10pt;

}

/* BELOW ARE STYLES FROM KARL KORE FORM */

warn_box{

/* This is the DIV which prints errors at the top of the page during validation */

	border: 1px solid #ccc;

	background-color: #ddd;

	padding: 5px;

}



#warn_box ul{

/* This is the list of error messages in the 'warn_box' DIV  */

	list-style-type: square;

}



#cont_form_wrapper{

/* This is the div that wraps the form itself. No styles here, but I list it anyway */

}



#contact_form{

/* This is the table which holds the form */

	border: 0;

	border-collapse: collapse;

}



#contact_form td{

/* These are the cells in the form table */

	padding: 3px;

	vertical-align: top;

}



.warn_msg{

/* These are the table cells which print the individual messages during validation */

	border: 1px solid #ccc;

	background-color: #ddd;

	padding: 3px;

}



.form_label{

/* These are the labels for each form element */

	width: 200px;

	text-align: right;

}



.form_text{

/* These are the 'text' input types in the form */

	width: 200px;

}



.form_txt_area{

/* This is the textarea used in the form */

	width: 200px;

}

/* styles used for the adminpage */
.adminactive {border-left: solid black 2px; border-top: solid black 3px; border-right: solid black 2px;}
.admininactive {border-left: solid black 1px; border-top: solid black 2px; border-right: solid black 1px; border-bottom: solid black 3px; background-color: #DDDDDD;}
.adminerror {color: red; font-size: 18px; font-weight: 700;}
.adminnormalrow {font-size: 14px;}
.admincolorrow {background-color: #EEEEEE; font-size: 14px;}
.orderheader1 {border: solid #921708 1px; font-weight: bold; color: #921708; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;}
.orderheader2 {border-top: solid #921708 1px; font-weight: bold; color: #921708; border-bottom: solid #921708 1px; border-right: solid #921708 1px;}
.orderrow1 {font-weight: bold; border-left: solid #921708 1px; border-bottom: solid #921708 1px; border-right: solid #921708 1px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;}
.orderrow2 {border-bottom: solid #921708 1px; border-right: solid #921708 1px;}
.note {font-size: 11px; font-style: italic;}