.header {
	background: url(/images/newsite/newlogo-test3.render.png) top left no-repeat;
	background-color: #9999CC;
	border-top: 1px dashed #660099;
	border-right: 1px dashed #660099;
	border-left: 1px dashed #660099;
	font-size:14px;
}
.subheader {
	background-color: #9999CC;
	border-top: 2px dashed #660099;
	border-bottom: 2px dashed #660099;
	line-height: 1px;
	/*font-size: 12px;*/
	color: #FFFFFF;
	font-size:10px;
}
BODY {
  margin:0 0 0 0;
}
BODY :link, BODY :visited{
	color: #9999CC;
}
BODY :link:hover, BODY :visited:hover{
	color: #FFFFFF;
	background-color:#9999CC;
}
.header_link {
	color: #FFFFFF;
}

.header_link :link, .header_link :visited{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.header_link :link:hover, .header_link :visited:hover {
	color: #9999CC;
	font-weight: bold;
	background-color:#FFFFFF;
	text-decoration: none;
}

.footer {
	background-color: #9999CC;
	border-bottom: 2px dashed #660099;
	border-right: 2px dashed #660099;
	border-left: 2px dashed #660099;
	font-size:10px;
}
.footer :link, .footer :visited{
	color:#FFFFFF;
}
.footer :link:hover, .footer :visited:hover {
	color: #660099;
	font-weight: bold;
	background-color:#FFFFFF;
	text-decoration: none;
}


input.btnhov{
	border-top-color:#660099;
	border-left-color:#660099;
	border-right-color:#660066;
	border-bottom-color:#660066}
	
DIV {
	margin:0 0 0 0;
}
.m1mit {
	border-left: 1px solid #FFFFFF !important;
}
#m1tlm0 {
	border-left: 0px !important;
}

/*.header_link td:hover, .header_link :link{
	background-color:#FFFFFF;
	color: #9999CC;
	font-weight: bold;
}*/

/* POLL CSS /*
/* main table (bordering the question boxes) - dark blue */
.mainTable {
	background-color: #9999CC;
	cell-spacing: 0;
	width: 100%;
	border: 1px dashed #660099;
	color:#FFFFFF;
}
INPUT, TEXTAREA, SELECT, OPTION, input.submit {
	color:#333;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	border:1px solid;
	font-size:14px;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#666;
	border-bottom-color:#666;
}
INPUT, TEXTAREA, SELECT, OPTION{
	background-color:#ccf;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');
}
.news_headline {
	font: bold 14px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #9999CC;
	border-top: none;
	border-right: none;
	border-bottom: 2px dashed #000000;
	border-left: none;
	text-indent: 10px;
}
.news_body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
.news_date {
	font: italic 10px Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
}

.news_title {
	font: bold 24px Geneva, Arial, Helvetica, sans-serif;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	background-color: #9999CC;
	border: 2px dashed #660099;
	/*font-size: 12px;*/
	color: #FFFFFF;
	font-size:16px;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}
