BODY {
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #000000;
	border: #ffffff;
	color: #FFFFFF;
    }
    
.cContentColumn {
	LEFT: 12.44em;
	color: #FFFFFF;

	}
.cContentInner {position:relative;height:100%;padding:0 5px 0 5px;}
.style1 {
	font-size: 1.4em;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
.style2 {
	font-size: medium;
	font-weight: bold;
	color: #0000FF;

}

a:link {
	text-decoration: inherit;
}
a:visited {
	text-decoration: inherit;
	/*
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	*/
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: inherit;
}

table.green {
	border-width: 4px;
	border-spacing: 0px;
	border-style: groove;
	border-color: gray;
	border-collapse: separate;
	background-color: black;
}
table.blue th {
	border-width: 1px;
	padding: 0px;
	border-style: dotted;
	border-color: blue;
	background-color: black;
	-moz-border-radius: 0px;
	vertical-align: top;
	text-align: left;
}
table.blue td {
	border-width: 1px;
	padding: 0px;
	border-style: dotted;
	border-color: blue;
	background-color: black;
	-moz-border-radius: 0px;
	line-height: 100%;
}