/*
*******************************************************
* 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-bottom : 0px;	
margin-left : 0px;	
margin-right : 0px;	
margin-top : 0px;	
SCROLLBAR-FACE-COLOR: #d5d5d5; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #ffffff; 
SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
SCROLLBAR-ARROW-COLOR: #767682; 
SCROLLBAR-TRACK-COLOR: #ffffff; 
SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
font-family: Verdana, Arial,Times New Roman, Times, serif;
font-size : 10px;
}
	
P{
margin: 0px;
padding:0px;
padding-bottom:10px;
}

/*GENERAL LINK STUFF*/
A:link { color: #40545f; text-decoration:underline; }
A:visited { color: #40545f; text-decoration:underline; }
A:hover { color: #FFFFFF; text-decoration:none;background-color:#eb4f5f;}
A:active { color: #40545f; text-decoration:none;background-color:#eb4f5f;}
A:visited:hover { color: #FFFFFF; text-decoration:none;background-color:#eb4f5f;}
/*END GENERAL LINK STUFF*/

/*GENERAL TEXT*/
H1
{
	color: #40545f;
	font-family: Verdana, Arial,Times New Roman, Times, serif;
	font-size: 17px;
	font-weight: normal;
  letter-spacing: 2px;
	margin-bottom: 0px;
}
H2
{	
	font-family: Verdana, Arial,Times New Roman, Times, serif;
	font-size : 14px;	
	font-weight : bold;	
	color: #40545f;
}
H3
{	
	font-family: Verdana, Arial,Times New Roman, Times, serif;
	font-size : 11px;	
	font-weight : bold;	
	color: #40545f;
}
P,LI,DT,DD,ADDRESS,PRE,
{	
	font-family Tahoma, Arial, Helvetica, sans-serif;	
	font-size : 10px;	
	font-weight : normal;	
	color: #40545f;
	line-height: 130%;

}
.H1
{
	color: #40545f;
	font-family: Verdana, Arial,Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: normal;
  letter-spacing: 2px;
	margin-bottom: 0px;
	/*color:#7F7C6B;
	FONT-SIZE: 18px; 
	LINE-HEIGHT: 19px; 
	FONT-FAMILY: "Trebuchet MS", Arial, Helvetica, sans-serif;
	TEXT-TRANSFORM: uppercase; */
}

.H2 {
	color:#40545f;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 13px; 
	PADDING-BOTTOM: 0px; 
	LINE-HEIGHT: 17px; 
	font-family: Verdana, Arial,Times New Roman, Times, serif;
}
.H3
{
	font-family: Verdana, Arial,Times New Roman, Times, serif;
	font-size : 14px;	
	font-weight : bold;	
	color: #40545f;
}

.small_text
{
	font-family: Verdana, Arial,Times New Roman, Times, serif;
	font-size : 11px;	
	font-weight : normal;	
	color: #FFFFFF;
}
/*END GENERAL TEXT*/