/*
*******************************************************
* 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. *
*******************************************************
*/

/*GENERAL LINK STUFF*/
A:link { color: #78643F; text-decoration:underline; }
A:visited { color: #78643F; text-decoration:underline; }
A:hover { color: #78643F; text-decoration:none; }
A:active { color: #78643F; text-decoration:none; }
/*END GENERAL LINK STUFF*/

/*GENERAL TEXT*/
H1, .H1, .h1
{
	color: #78643F;
	font-family: Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height:20px;
	font-weight: normal;
	margin-bottom:18px;
}
H2, .H2, .h2
{	
	font-family : Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 16px;	
	color: #343434;
	font-weight: bold;
}
H3, .H3, .h3
{
	font-family :Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;	
	color: #343434;
	font-weight: bold;
	line-height:14px;
}
P,LI,DT,DD,ADDRESS,PRE
{	
	font-family : Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;	
	font-weight : normal;	
	color: #343434;
	line-height: 18px;
	padding:0px;
	margin:0px;
	margin-bottom:6px;
}
INPUT
{
	font-family : Georgia, Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;	
	font-weight : normal;	
	color: #343434;
}
/*END GENERAL TEXT*/