body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #006666;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.smallfonts {
	font-family: "Trebuchet MS";
	font-size: 12px;
}
.headingfonts {font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold; }
.grayheadfont {
	color: #333333;
	font-weight: bold;
	font-size: 14px;
}

A.speciallink:link,visited,hover,active {
	color: #0000FF;
	font-weight: bold;
	font-size: 16px;
}

.bigfont {
	color: #000000;
	font-size: 14px;
}

.detail {
	color: #990000;
	font-size: 16px;
}


.detailHeading {
	color: #990000;
	font-size: 18px;
}

TABLE.dataTable {
	BORDER-LEFT: #6699cc 1px solid; 
	BORDER-RIGHT: #6699cc 1px solid; 
	BORDER-top: #6699cc 1px solid; 
	BORDER-BOTTOM: #6699cc 1px solid; 

	BORDER-RIGHT-COLOR: #6699cc
	BORDER-LEFT-COLOR: #6699cc; 
	BORDER-TOP-COLOR: #6699cc; 
	BORDER-BOTTOM-COLOR: #6699cc
	
	border-collapse: separate;
	border-spacing: 1px;
}


TABLE.dataTable td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #006666 #006666 #006666 #006666;
	-moz-border-radius: 1px 1px 1px 1px;
	font-size: 14px;
}

table.dataTable th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	font-size: 16px;
	color: #990000;
}


A.prominant:link {
	color: #006666;
	text-decoration: underline;
	font-size: 16px;
}
A.prominant:visited {
	color: #008866;
	text-decoration: underline;
	font-size: 16px;
}
A.prominant:hover {
	color: #886666;
	font-size: 18px;
	text-decoration: underline;
}
A.prominant:active {
	color: #006666;
	font-size: 16px;
	text-decoration: underline;
}
TABLE.dataTableBorder {
	BORDER-LEFT: #6699cc 1px solid; 
	BORDER-RIGHT: #6699cc 1px solid; 
	BORDER-top: #6699cc 1px solid; 
	BORDER-BOTTOM: #6699cc 1px solid; 
}
A.company:link {
	color: #FF0000;
	text-decoration: underline;
	font-size: 14px;
}