/*
*******************************************************
* 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
{
	padding: 5px 5px 5px 5px;
	margin: 0px;
	background-color: #ffffff;
	font-family: Georgia,"Times New Roman","MS Serif", "New York", serif;
	font-size : 11px;	
	font-weight : normal;	
	color: #000000;	
}

TD,P
{	
	font-family: Georgia,"Times New Roman","MS Serif", "New York", serif;
	font-size : 11px;	
	font-weight : normal;	
	color: #000000;
	line-height: 160%;
}

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

/*GENERAL TEXT*/
H1,.h1,.H1
{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;	
	font-size : 16px;	
	color: #231f20;
}
H2,.h2,.H2
{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;	
}
H3,.h3,.H3
{	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;	
}

/*END GENERAL TEXT*/


