/*
*******************************************************
* 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:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	color:#000000;
	background-color:#fff;
	padding:5px;
	line-height:1.5em;
}

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

td {	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:x-small;
	color:#000000;
	line-height:1.5em;
}

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

/*GENERAL LINK STUFF*/
a:link { color: #000; text-decoration:underline; }
a:visited { color: #000; text-decoration:underline; }
a:hover { color: #e90082; text-decoration:underline; }
a:active { color: #000; text-decoration:underline; }
/*END GENERAL LINK STUFF*/

/*GENERAL TEXT*/
h1, .h1, .H1{
	font-size: 150%;
	font-weight: bold;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
h2, .h2, .H2{	
	font-size: 130%;
	font-weight: bold;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
h3, .h3, .H3{	
	font-size: 110%;
	font-weight: bold;
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}
p{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
/*END GENERAL TEXT*/

