/**
 *  title: global.css
 *  purpose: defines base styles for the ECS site.
 */
body {
	font:9pt arial;
	background:#000000;
	color:#63665e;
}
table {
	font:9pt arial;
}
select,input,textarea {
	border:1px solid #aaa;
	font:8pt arial;
}
.xmpb table {
	color:#ffffff !important;
	font-weight:bold;
	margin:0px !important;
}
a,a:visited,a:hover {
	color:#98aa66;
	text-decoration:underline;
}
.stir {
	font-size:12pt;
	font-weight:bold;
	color:#227ec1;
}
.corn_topx {
		background: url(../img/corn/pixl.gif) 0 0 repeat-x;
}
.corn_bott {
	background: url(../img/corn/pixl.gif) 0 100% repeat-x;
}
.corn_left {
	background: url(../img/corn/pixl.gif) 0 0 repeat-y;
}
.corn_rght {
	background: url(../img/corn/pixl.gif) 100% 0 repeat-y;
}
.corn_btlf {
	background: url(../img/corn/btlf.png) 0 100% no-repeat;
}
.corn_btrt {
	background: url(../img/corn/btrt.png) 100% 100% no-repeat;
}
.corn_tplf {
	background: url(../img/corn/tplf.png) 0 0 no-repeat;
}
.corn_tprt {
	background: url(../img/corn/tprt.png) 100% 0 no-repeat;
}

