@charset "utf-8";

/* Start of layout rules for all pages */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* End of layout rules for all pages */

/* Start of link behaviour */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
/* End of link behavior */

/* Left menu style settings */
#list ul {font-family: Arial, Helvetica, sans-serif; font-size: small; margin: 0 0 10px 0; padding: 0; list-style-type: none; }
#list li { margin: 0 0 .2em 0; }
#list a {display: block; color: #FFFFFF; background-color: #1F1F1F; width: 189px; padding: 3px; text-decoration: none; border-style: dotted; border-color: #4a4a4a; border-width: 0 0 1px 0;}
#list a:hover {background-color: #911b04; color: #FFFFFF; border-style: solid; border-color: #4a4a4a; border-width: 0 0 1px 0; } 
#active a {display: block; background-color: #911b04; color: #FFFFFF; border-style: solid; border-color: #4a4a4a; border-width: 0 0 1px 0; }
/*** *** *** *** *** *** ***/

/* Top menu style settings */
.topmenufont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
/*** *** *** *** *** *** ***/

/* Information box style settings */
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #FFFFFF;
}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #CCCCCC;
}
.addressline1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.addressline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
/*** *** *** *** *** *** ***/

.redtitle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #931d06;
}
.redtitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #931d06;
}
.smallestfont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}