/*
*******************************************************
* 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: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;	
	font-size:small;
	color:#000000;
}

* html body {
	font-size:xx-small; /* for IE5/Win */
	f\ont-size:x-small; /* for other IE versions */
}

/*GENERAL LINK STUFF*/
a:link { color: blue; text-decoration:none; }
a:visited { color: darkblue; text-decoration:none; }
a:hover { color: blue; text-decoration:none; }
a:active { color: darkblue; text-decoration:none; }
/*END GENERAL LINK STUFF*/

hr{
	border: 0;
	height: 1px;
	width: 100%;
	text-align: left;
}

/*GENERAL TEXT*/
H1, .h1, H1 {
	font-size:200%;
	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;
}
/*END GENERAL TEXT*/

