

html, body {
	width:  100%;
	height: 100%; }
	
body, table, tr, td, .body, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border-spacing: 0;
 	border-collapse: collapse; 
	border-style: none;
	empty-cells: show;
	vertical-align: top;
	padding: 0;
	color: #444;
	text-align: left;
	font-family: "Courier New", Courier, "Andale Mono", monospace;
	font-size:   12px;
	line-height: 14px;
	font-weight: normal; }

body {
	background-color: #FFF;
	/*background-image: url(/MEDIA/grid.gif);*/ 
	}


a:link {
	background-color: transparent;
	color: #C00; 
	text-decoration: none; }

a:visited {
	background-color: transparent;
	color: #C00; 
	text-decoration: none; }

a:hover	{
	background-color: #C00;
	color: #FFF; 
	text-decoration: none; }

a:active { 
	background-color: transparent;
	color: #C00; 
	text-decoration: none; }




ol, ul, li {
	display: inline;
	margin:  0;
	padding: 0;
	list-style: none; }

.bar {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	color: #201F0F; }

.box {
	position: relative;
	float: left;
	margin: 0 10px 10px 0;
	/* border: 1px solid #CCC; */
	border: 1px solid #666;

	padding: 10px; }
.box:hover {
	border: 1px solid #F00;
	}
	
.col {
	position: relative;
	float: left;
	margin: 0 40px 10px 0; }




img {
	border: none; }
	
.img a:link {
	background-color: transparent;
	border: none; }

.img a:visited {
	background-color: transparent;
	border: none; }

.img a:hover {
	background-color: transparent;
	border: none; }

.img a:active {
	background-color: transparent;
	border: none; }




.listActive a:link {
	display: block;
	background-color: #CCC;
	color: #000;
	text-decoration: none; }

.listActive a:visited {
	display: block;
	background-color: #CCC;
	color: #000;
	text-decoration: none; }

.listActive a:hover {
	display: block;
	background-color: #999;
	color: #000;
	text-decoration: none; }

.listActive a:active {
	display: block;
	background-color: #999;
	color: #FFF;
	text-decoration: none; }




.listStatic a:link {
	display: block;
	background-color: transparent;
	color: #000;
	text-decoration: none; }

.listStatic a:visited {
	display: block;
	background-color: transparent;
	color: #000;
	text-decoration: none; }

.listStatic a:hover {
	display: block;
	background-color: #999;
	color: #000;
	text-decoration: none; }

.listStatic a:active {
	display: block;
	background-color: transparent;
	color: #CCC;
	text-decoration: none; }




.feature {
	position: absolute; 
	z-index: 90; 
	top:   50%; 
	left:  50%;
	width: 30%;
	margin: 0 0 0 -15%; }

.feature a:link {
	background-color: transparent;
	color: #201F0F;
	text-decoration: none; }

.feature a:visited {
	background-color: transparent;
	color: #201F0F;
	text-decoration: none; }

.feature a:hover {
	background-color: #201F0F;
	color: #FFF2AB;
	text-decoration: none; }

.feature a:active {
	background-color: transparent;
	color: #201F0F;
	text-decoration: none; }




