BODY  {
	background-color: White;
	font-family :  arial, sans-serif;
	text-align : justify;
	font-size : 0.9em;
}
 
A {
	color: Black;
	text-decoration : none;
}


A:Hover {
	color: gray;
}

H1  { 
	font-family :  verdana, arial, sans-serif;
	background-color: #FF6600;
	color: black; 
	padding: 4px;
	width: 100%;
	font-size : 1.2em;
}

H2  { 
	background-color: #FFCC99;
	color: black; 
	padding: 2px;
	width: 100%;
	font-size : 1.1em;
}

H3  { 
	color: black; 
	padding: 2px;
	width: 100%;
	font-size : 1.1em;
}

H4  { 
	color: black; 
	padding: 1px;
	width: 100%;
	font-size : 1em;
}

.MENU {
	font-family :  verdana, arial, sans-serif;
	color: black; 
	font-size : 1em;
	border-right : thin solid #FF6600;
	border-bottom-width : thin solid #FF6600;
	border-color : #FF6600;
	list-style : square;
	text-align : right;
}

.HEADER {
	font-family :  verdana, arial, sans-serif;
	color: #FFCC99;
	font-size : 1em;
	text-align : right;
}

.pagetitle {
	font-family: Verdana,"Times New Roman", Times, serif;
	font-size: 20px;
	color: black;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;	
	TEXT-DECORATION: none;	
}

.sectiontitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: black;
}

.tablewithborder {
	background-color: #999999;
	display: block;
	/*width: 186px;*/
	/*border: 1px solid #999999;
	/*height: 266px;*/

}

TD.tableheader {
	PADDING-LEFT: 4px;
    background-color: #FFCC99; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

TD.tableheaderLIGHT {
	PADDING-LEFT: 4px;
    background-color: #9FDFBF; 
	font-weight: bold;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.tablerowlight {
BORDER-bottom: #DDDDDD 1px solid; 
CURSOR: default; 
BACKGROUND-COLOR: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
}

.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C52525;
}



