/*
*******************************************************
* 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:Arial, Verdana, 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 */
}

td {	
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
}

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

/*GENERAL TEXT*/
a {
text-decoration:none; c
olor:#4f61c1;
}

a:visited
{
color: black;
text-decoration: none;
color:#4f61c1;
}


h1, .h1, H1 {
	font-size:12px;
	line-height:2em;
	color:#fff;
	margin:0px 0px 10px;
	padding:0px 0px 0px 15px;
	font-weight: bold;
	background: url(../graphics/h1bg.gif) no-repeat left center;
}
h2, .h2, .H2 {
	font-size:30px;
	font-weight: bold;
	color:#4f61c1;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
}
h3, .h3, .H3 {
	font-size:16px;
	color:#4f61c1;
	margin:0px;
	padding:5px 0px;
}
h4, .h4, .H4 { 
	font-size:12px;
	line-height:2em;
	color:#fff;
	margin:0px 0px 10px;
	padding:0px 0px 0px 15px;
	font-weight: bold;
	background: url(../graphics/h4bg.gif) no-repeat left center;
}
/*END GENERAL TEXT*/