.header {
	background: #33CC00 url(/images/newsite/newlogo-test2.render.png) no-repeat left top;
	border-top: 1px dashed #006600;
	border-right: 1px dashed #006600;
	border-left: 1px dashed #006600;
	font-size:14px;
}
.subheader {
	background-color: #33CC00;
	border-top: 2px dashed #006600;
	border-bottom: 2px dashed #006600;
	line-height: 1px;
	/*font-size: 12px;*/
	color: #FFFFFF;
	font-size:10px;
}
BODY {
  margin:0 0 0 0;
}
BODY :link, BODY :visited{
	color: #6666FF;
}
BODY :link:hover, BODY :visited:hover{
	color: #FFFFFF;
	background-color:#6666FF;
}
.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: #33CC00;
	border-right: 2px dashed #006600;
	border-bottom: 2px dashed #006600;
	border-left: 2px dashed #006600;
	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:#006600;
	border-left-color:#006600;
	border-right-color:#006600;
	border-bottom-color:#006600;
}
DIV {
	margin:0 0 0 0;
}
.m1mit {
	border-left: 1px solid #FFFFFF !important;
	background:#33CC00 !important;
}
/*.m1mit :hover{
	background:#FFFFFF !important;
	color:#33CC00 !important;
}*/
#m1tlm0 {
	border-left: 0px !important;
	background:#33CC00 !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: #33CC00;
	cell-spacing: 0;
	width: 100%;
	border: 1px dashed #006600;
	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:#33FF99;
	filter:progid:DXImageTransform.Microsoft.Gradient(
		GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffaaaaff');}
		
