a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #505050;
	text-decoration:none;
}
a:hover {
	color: #C20B07;
	text-decoration:underline;
}

.body {
	margin= 0px 0px 0px 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color:#EEEEEE;
	margin: 0px;
}
.top{background-image:url(images/topbg.gif);
background-repeat:no-repeat;
}
.header {background-image:url(images/header1.jpg);
background-repeat:repeat-y;
}
.middle{background-image:url(images/middle.gif);
background-repeat:repeat-y;
}
.bottom{background-image:url(images/bottom.gif);
background-repeat:no-repeat;

}
A.mainlevel-front:link {
	DISPLAY: block;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 2px;
	WIDTH: 150px;
	COLOR: #666666;
	LINE-HEIGHT: 18px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #cccccc 1px solid;
	LETTER-SPACING: 0px;
	TEXT-ALIGN: right;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}
A.mainlevel-front:visited {
	DISPLAY: block;
	FONT-SIZE: 12px;
	PADDING-BOTTOM: 2px;
	WIDTH: 150px;
	COLOR: #666666;
	LINE-HEIGHT: 18px;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #cccccc 1px solid;
	LETTER-SPACING: 0px;
	TEXT-ALIGN: right;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}
A.mainlevel-front:hover {
	BACKGROUND-POSITION: left 50%; BACKGROUND-IMAGE: url(images/over.gif); COLOR: #c20b07; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #fafafa
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C20B07;
	padding: 2px;
	border: 1px solid #FDD6D5;
	background-color: #FFFDEE;
	width:80px;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}
.man {
	background-image: url(images/man.jpg);
	background-repeat: no-repeat;
	background-color:#fffdee;
}
.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B5B5B;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 0;
left: 0;
}
#menu {
width: 15em;
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #ccc;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
}
.textbig{

	FONT-SIZE: 11px; COLOR: #D60000; TEXT-DECORATION: none
; font-weight: bold; font-family: Tahoma, Tahoma, Verdana, Arial
}