/*
*******************************************************
* 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: Tahoma, Arial, Verdana, Helvetica, sans-serif, "Lucida Sans";
	font-size:small;
	color:#996733;
}

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

td {	
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif, "Lucida Sans";
	font-size:small;
	color:#996733;
	text-decoration:none;
}

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

img{
	text-decoration:none;
	border:none;
}

/*LINK STUFF*/
a:link, a:hover, a:visited, a:active{
	color:#996733;
}
/*END LINK STUFF*/

/*GENERAL TEXT*/
h1, .h1, .H1 {
	font-size:160%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-weight:normal;
}
h2, .h2, .H2 {
	font-size:140%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-weight:normal;
}
h3, .h3, .H3 {
	font-size:130%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-weight:normal;
}
h4, .h4, .H4 {
	font-size:120%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-weight:normal;
}
h5, .h5, .H5 {
	font-size:110%;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	font-weight:normal;
}

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

.smalltext{
	font-size:80%;
}
/*END GENERAL TEXT*/