a {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #EE0000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #EE0000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:active {
	color: #000000;
}


.maintext {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.bigtext {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #F60100;
}
.hairline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

.indentmenu{
font: bold 13px Arial;
width: 780px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #FFFFFF; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid #FFFFFF;
	padding-top: 6px;
	padding-right: 39px;
	padding-bottom: 6px;
	padding-left: 40px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}
.textfield {
	font-family: "Trebuchet MS", "Times New Roman";
	font-size: 12px;
	color: #000000;
	width: 300px;
}
.border {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
body {
	background-color: #DDDDDD;
	background-image: url(../images/bg.gif);
}
 
