/*
*******************************************************
* 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 {
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

td {
	color:#020101;
	font-size:12px;
	/*line-height:1.6em;*/
}

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

a:link, a:hover, a:visited, a:active{
	color:#000000;
}

/*GENERAL TEXT*/
h1, .h1, H1 {
	color:#000000;
	margin:0px;
	padding:0px;
	font: 21px Verdana, Arial, Helvetica, sans-serif;
}
h2, .h2, .H2 {
	color:#000;
	margin:0px;
	padding:0px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
}
h3, .h3, .H3 {
	color:#000;
	margin:0px;
	padding:0px;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
/*END GENERAL TEXT*/
a img {border:none;}
input[type='radio'] {width:auto;}
