a:link {
	color: black;
	text-decoration: underline;
 
}

a:visited {
	color: gray;
	text-decoration: underline;
}

a:hover {
	color: black;
	text-decoration: underline;
}

.FormLt1 { 
	font-family : Arial;
	font-size : 8pt;
}

textarea {
	font-size:8pt; 
	height:75px; 
	width:175px;
}

.logohead {
	font-family : Arial;
	font-size : 25pt;
	font-weight : bold;
}

.logosub {
	font-family : Arial;
	font-size : 8pt;
	font-weight : bold;
}

/* CONTENT */

.content {
	padding-top: 15px, 10px, 15px, 10px;
	width: 385px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

.content2 {
	border: none;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: white;
	vertical-align:top;
	margin: auto;
}

a.content2:link {	
	color: black;
	text-decoration: underline
	}
	
.content3 {
	border: none;
	padding: 15px 10px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-color: white;
}

a.content3:link {	
	color: black;
	text-decoration: underline
	}

.contentsubpage {
	padding: 15px 10px 15px 10px;
	width: 547px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	border: none;
}

.content p {
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: black;
}



.border {  
	font-family: Arial; 
	font-size: 8pt; 
	border: 1px black inset;
}



.text {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt;
}



.SMtext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt;
}



.uptext {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 7pt; 
	color: darkgreen;
}

.article_table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

.article_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font : bold;
}

.article_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}


/*

//=============================

-- Created by SOHOtemplates.com-

   Template-Specific Classes

//=============================

*/



body{
	text-align: center;
	margin-top: 0px;
	background-color: #FFCC33;
}

/*

//=============================

  Table_01: layout settings

//=============================

*/

.Table_01 {
	margin: 10px;
	border: medium solid olive;
	padding: 0px;
	text-align: left;
}



/*################################################################################################

--------------------------------------------------------------------------------------------------

>> Menu System

--------------------------------------------------------------------------------------------------

################################################################################################*/



/*================================================================================

>> General

================================================================================*/

#menu {
	background-color: #CCCC00;
	text-align: left;
	height: 26px;
	width: auto;
	color: black;
	padding-top: 2px;
	padding-left: 15px;
	padding-right: 15px;
}

#menu a {
	text-align: left;
	color: black;
	font-size: 9pt;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a:hover {
	text-align: left;
	color: black;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}



/* This is the main hsub table */

table.hmains {
	width: 100%;
	color: olive;
}



/* This cell contains a submenu link */

td.hmains {
	text-align: left;
	color: olive;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;

}



a.hmains:link { text-align: left;	color: black; text-decoration:underline}

a.hmains:visited { text-align: left; color: black; text-decoration:none}

a.hmains:hover { text-align: left; color: black; text-decoration:underline}

a.hmains:active { text-align: left;	color: black;}





/*################################################################################################

--------------------------------------------------------------------------------------------------

>> Menu System - #VSUBS#

--------------------------------------------------------------------------------------------------

################################################################################################*/



/*================================================================================

>> General

================================================================================*/

.vmenu_main_top { 
   font-family: Arial, Helvetica, sans-serif; font-size: 8pt;
	margin: 0px;
	border: none;
   padding: 0px;
   background-color:#CCCC00;
   text-align: left; 
}

.vmenu_main_sub {  
	font-family: Arial, Helvetica, sans-serif; 	font-size: 8pt;
	background-color:#CCCC00;
	text-align: left;
}


/* This cell contains the submenu table */

td.vmenu_main_sub {
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 9pt;
   text-indent: 0em;
	margin: 0px;
   border: none;
   padding: 15px 1em 15px 1em;
}



a.vmenu_main_sub:link { color: black; text-decoration: underline; }

a.vmenu_main_sub:visited { color: black; text-decoration: none; }

a.vmenu_main_sub:hover { color: black; text-decoration: underline; }

a.vmenu_main_sub:active { color: black; text-decoration: none; }

/*

//=============================

// companyname: This defines where you logoimage will be placed

//=============================

*/

.companyname {
	background-color:olive
}

.companyname2{
	background-color: olive;
	background-image :  url("images/top.jpg");
	background-repeat : no-repeat;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: white;
	padding-left : 30px;
	}

.companyname3{
	background-color: olive;
	background-repeat : no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	margin: 0px;
	border: none;
	padding-left: 0px;
	height: auto;
	}

.companyname4 {
	background-color:olive;
}

/*

//=============================

// headers: This defines the headers in your site

//=============================

*/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	color: black;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: black;
	font-weight: bold;
	margin-bottom: 0px;
}


/*

//=============================

// promobox: promobox content

//=============================

*/

#promo {
	background-color: #F1F1F1;
	height: 119px;
	width: 587px;
}

#promotext {
	width: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}

#promotext p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	margin-top: 0px;
}

#promotext H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #124989;
	font-weight: bold;
	margin-bottom: 0px;
}



/*//=============================

begin newsbox

//=============================*/

#newsbox {
	width: 202px;
	padding-top: 30px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFF66;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}

#newsbox h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #B5B5B5;
}

#newsbox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}

#newsbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}

#newsbox a:link {
	color: #035681;
	text-decoration: underline;
}

#newsbox a:visited {
	color: #035681;
	text-decoration: none;
}

/* end newsbox */


.leftcol {
	background-color: #CCCC00;
	width: 175px;
	margin: 0px;
	border: none;
	padding: 0px;
	vertical-align:top;
}

.addressfield {
	background-color: #808000;
	height: 100px;
	width: 150px;
	margin: 0px;
   border: none;
   padding: 15px 1em 15px 1em;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	font-size: 10pt;
}


li {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	list-style-image:  url("file:///C|/Documents and Settings/ewaka/Local Settings/Temporary Internet Files/Content.IE5/MN6PWLYH/images/subbullet.gif");
}

/*

//=============================

// copyright: copyright content

//=============================

*/

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	font-size: 11px;
	padding: 10px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	background-color: #999900;
}

#bottom {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: olive;
}

.h_separator {
	border-bottom: 1px dotted #D8D8D8;
	margin: 0 1px 0 0;
	height: 5px;
}
