/*
*******************************************************
* 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, td {	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color:#000000;
}

/*GENERAL TEXT*/
h1, .h1, H1 {
	font-size:150%;
	color:#000;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
h2, .h2, .H2 {
	font-size:130%;
	color:#000;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
h3, .h3, .H3 {
	font-size:120%;
	color:#000;
	margin:0px;
	padding:0px;
	margin-bottom:3px;
}

p{
	margin:0px;
	padding:0px;
	/*margin-bottom:10px;*/
}

img{
	border:none;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: line-through;
}

hr{
	border:0px;
	border-bottom: 1px solid #ddd;
}

/*END GENERAL TEXT*/
