/*
*******************************************************
* 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 {	
	font-family: 'lucida sans unicode', 'lucida Grande', Arial, sans-serif;
	font-size: 11px;
	color: #191919;
}

p,td{
	font-family: 'lucida sans unicode', 'lucida Grande', Arial, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: Georgia, 'lucida sans unicode', 'lucida Grande', Arial, sans-serif;
	font-size: 25px;
	font-weight:bold;
	color: #3977a7;
	margin-top:0px;
}

h2 {
	font-family: Georgia, 'lucida sans unicode', 'lucida Grande', Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #191919;
	margin-top:0px;
}

h3 {
	font-family: Georgia, 'lucida sans unicode', 'lucida Grande', Arial, sans-serif;
	font-size: 15px;
	font-weight:bold;
	font-style: italic;
	color: #3977a7;
	margin-top:0px;
}
/*END GENERAL TEXT*/

p{
	margin-top:0px;
	margin-bottom:10px;
}

img{
	border:none;
}
