body {
	FONT: 8pt Verdana; COLOR: #333333
}
td {
	FONT: 8pt Verdana; COLOR: #333333
}
.input {
	FONT: 8pt Verdana;
	COLOR: #333333;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 150px;
}
select {
	FONT: 8pt Verdana;
	COLOR: #333333;
	border: 1px solid #666666;
	//width: 200px;
}
textarea {
	FONT: 8pt Verdana;
	COLOR: #333333;
	border: 1px solid #666666;
	height: 80px;
	width: 200px;
}
.submit {
	FONT: bold 8pt Verdana;
	COLOR: #333333;
	border: 1px solid #666666;
	background-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
}
.menutop {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
	border: none;
	word-spacing: 10px;
	margin-left: 10px;
}
a.menutop {
	color: #555555;
}
a.menutop:hover {
	color: #ffffff;
}
.sitename {
	font-family: Verdana, Arial, Helvetica;
	font-size: 18px;
	font-weight: bold;
	text-indent: 15pt;
}
.tdleft {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tdright {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tdbottom {
	font-family: Verdana, Arial;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
}
.tdcolor1 {
	background-color: #405480;	// hard color
}
.tdcolor2 {
	background-color: #7F7F7F;	// hard grey
}
.tdcolor3 {
	background-color: #CCCCCC;	// light grey
}
.tdcolor4 {
	background-color: #6687CC;	// light color
}
.menuheader {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;			// header menu color
	margin-left: 2px;
	padding-left: 3px;
}
.menuitem {
	font-family: Verdana, Arial;
	font-size: 11px;
	margin-bottom: 2px;
	margin-top: 2px;
	text-decoration: none;
	color: #000000;			// item menu color
	border: none;
	margin-left: 8px;
}
a.menuitem {
	color: #000000;
	text-decoration: none;
}
a.menuitem:hover {
	color: #999999;
	text-decoration: none;
}
.contenthead {
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #405480;			// hard color // Paragraph header
}

a {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EFEFEF;
	text-decoration: none;
	color: #D1D1D1;
}
a:hover {
	text-decoration: none;
	color: #333333;
	border: none;
}

