/*
*******************************************************
* 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 {	
	color:#333333;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	letter-spacing:0px;
}

a {
	color:#333333;
	text-decoration:underline;
}

a:link {
	color:#333333;
	text-decoration:underline;
}

a:visited {
	color: #333333;
	text-decoration:underline;
}

a:hover {
	color: #333333;
	text-decoration:none;
}

img{
	border:none;
}

p{
	margin-bottom:10px;
}

/*GENERAL TEXT*/
h1, .h1, H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
h2, .h2, .H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
h3, .h3, .H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
/*END GENERAL TEXT*/
