/*
*******************************************************
* 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
{
	margin: 5px;
	border-style: none;
	/*background-color: #5D6264;*/
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	font-weight : normal;	
	color: #5D6264;	
}

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

/*GENERAL TEXT*/
H1
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 14px;	
	font-weight : normal;	
	color: #4b6567;
}
H2
{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 16px;	
	font-weight : bold;	
	color: #ad4201;
}
H3
{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 14px;	
	font-weight : bold;	
	color: #ad4201;
}
P,LI,DT,DD,ADDRESS,PRE
{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 11px;	
	font-weight : normal;	
	color: #393939;
	line-height:16px;
}
.H1
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 15px;	
	font-weight : normal;	
	color: #4b6567;
}
.H2
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 13px;	
	font-weight : bold;	
	color: #ad4201;
}
.H3
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 14px;	
	font-weight : bold;	
	color: #ad4201;
}

.HR
{
	size:1px;
	width:100%;
}
/*END GENERAL TEXT*/


