/* CSS Document */





/*********************** LINKS ***********************/


}

A:link {
	COLOR: #000042; TEXT-DECORATION: underline 
}
A:active {
	COLOR: #000042; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #333333; TEXT-DECORATION: underline
}
A:hover {
	COLOR: #0000CC; TEXT-DECORATION: none
}


/************************ HEADERS ************************/

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 10px;
	padding: 10px;
	color: #0000CC;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 10px;
	padding: 10px;
	color: #68661D;
}



.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #68661D;
}

.subhead2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED5934;
}


.subhead3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #68661D;
}

/*********************** BACKGROUNDS-BORDERS ***********************/



table.status{
	border-width: 1px 1px 1px 1px;
	border-style: none;
	border-color: #68661D;
	background-color: transparent;

}



td.sidebar {
	padding: 4px;
	background-color: #C4C5C4;
	-moz-border-radius: 0px 0px 0px 0px;


}

td.home {
	padding: 5px;
	-moz-border-radius: 0px 0px 0px 0px;


}




table.sample td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #000042;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	}
	




/*********************** TEXT STYLES ***********************/

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
}

.productdiscr {
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #2A191C;
}



.boxtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
}


.intro {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	padding: 10px;
	line-height: 20px;
	color: #000000;
}

.homepagetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 12px;
	line-height: 20px;
	color: #000000;
}



.sidebar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	border-width: 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid;
	border-color: #000042;
	color: #000042;
	background-color: #CCCCCC;
}



.footer {
	font-family: "Trebuchet MS", Arial,Helvetica,Verdana,sans-serif;
	font-size: 10px;
	color: #2A191C;
	text-align: center;
}


