body {
	FONT: 10pt Verdana; COLOR: #333333
}
td {
	FONT: 10pt Verdana; COLOR: #333333
}
.input {
	FONT: 10pt Verdana;
	COLOR: #333333;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	width: 200px;
}
select {
	FONT: 10pt Verdana;
	COLOR: #333333;
	border: 1px solid #666666;
	//width: 200px;
}
textarea {
	FONT: 10pt Verdana;
	COLOR: #333333;
	border: 1px solid #666666;
	height: 80px;
	width: 200px;
}
.submit {
	FONT: bold 10pt 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: #248244;	
}
.tdcolor2 {
	background-color: #234C78;	
}
.tdcolor3 {
	background-color: #CCCCCC;	
}
.tdcolor4 {
	background-color: #FFCC33;	
}
.tdcolor5 {
	background-color: #234C78;	
}
.menuheader {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;			
	margin-left: 2px;
	padding-left: 3px;
}
.menuitem {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin-bottom: 2px;
	margin-top: 2px;
	text-decoration: none;
	color: #000000;			
	border: none;
	margin-left: 8px;
	line-height:18px;
}
a.menuitem {
	color: #000000;
	text-decoration: none;
}
a.menuitem:hover {
	color: #999999;
	text-decoration: none;
}
.contenthead {
	font-family: Verdana, Arial;
	font-size: 18px;
	color: #234C78;			
}

a {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
	border: none;
}


div.page_name_auto_complete {
	width: 100px;
	background: #fff;
	display: inline;
}

div.page_name_auto_complete ul {
	border: 1px solid #888;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style-type: none;
}

div.page_name_auto_complete ul li {
	margin: 0;
	padding: 3px;
}

div.page_name_auto_complete ul li.selected { 
	background-color: #ffb; 
}

div.page_name_auto_complete ul strong.highlight { 
	color: #800; 
	margin: 0;
	padding: 0;
}