@charset "utf-8";


body{
	margin:0;
	background-color:#666666;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

.Header {
	font-size: 13px;
	font-weight: bold;
}

.RedHeader {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	padding:0px 0px 10px 0px;
}

.Imgtd{
	padding:10px 0px;
}

.Menu{
	background-image:url(images/menubg.jpg);
	padding-bottom:5px;
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
}

.Menu A{
	text-decoration:none;
}
.MenuSel{
	background-image:url(images/menubg.jpg);
	padding-bottom:5px;
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:12px;
	font-weight:bold;
}

.MenuSel A{
	text-decoration:none;
	color:#ffffff;
}

LI{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

A{
	color:#FF0000;
}

input{
	height:16px;
	width:280px;
}

textarea{
	width:280px;
}

.submitbutton{
	width:180px;
	height:22px;
}

img{
	border:0px;
}