/*
*******************************************************
* THIS STYLE SHEET IS ALSO USED IN BACKEND,           *
* TO REFLECT THE STYLES IN FRONTEND.                  *
*                                                     *
* PLEASE DO NOT USE THIS FILE TO ADD STYLES,          *
* YOU ARE ONLY ALLOWED TO CHANGE THE EXISTING STYLES. *
*******************************************************
*/

body {
	color:#333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

* html body {
	font-size:10px; /* for IE5/Win */
	
}

td {
	color:#333333;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}


p {font: 10px Verdana, Arial, Helvetica, sans-serif;}
/*GENERAL TEXT*/
h1, .h1, H1 {
	color:#7a8606;
	margin:0px;
	padding:0px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	white-space: nowrap;
}
h2, .h2, .H2 {
	font-size:130%;
	color:#7a8606;
	margin:0px;
	padding:0px;
	margin-bottom:2px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
h3, .h3, .H3 {
	font-size:120%;
	color:#7a8606;
	margin:0px;
	padding:0px;
	font: 18px Georgia, "Times New Roman", Times, serif;
}
/*END GENERAL TEXT*/
