/*
*******************************************************
* 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: 11px Arial, Helvetica, sans-serif;color: #000000;
	margin:0;
	padding:0;
}

/*GENERAL TEXT*/
td{
	font: 11px Arial, Helvetica, sans-serif;color: #000000;
	line-height:1.4em;
}

p{
	margin-bottom:8px;
	line-height:1.4em;
}

a, a:link, a:visited, a:hover{
	color:#9e0d0a;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

.whitebg{background-color:#fff;}

h1, .h1, H1 {
	font-size:21px;
	margin-bottom:6px;
	font-weight:bold;
	line-height:normal;
}
h2, .h2, .H2 {
	font-size:14px;
	margin-bottom:2px;
	margin-top:2px;
	line-height:normal;
}
h3, .h3, .H3 {
	font-size:12px;
	margin-bottom:2px;
	margin-top:2px;
	line-height:normal;
}
/*END GENERAL TEXT*/