BODY, FORM, TD, DIV {
	margin: 0;
	font-family	: verdana;
	font-size: 9pt;
}
#layoutTable {				
	border-collapse: collapse;
	width: 100%;
	height: 100%;
}

#layoutTable TR TD {
	/*border: 1px solid red;*/
}

#topRow {
	height: 16px;
	background-color: #1C7307; 
}

#topCell {
	text-align: right;
	font-size: 8pt;
	color: #aaa;
	width:800px;
}

#shortcuts {
	display:inline;
	background-image: url(hDotInColor.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
	height: 18px;
}

#topCell a {
	color: white;
	text-decoration: none;
}

#topCell a:hover {
	text-decoration: underline;
}

#logoRow {
	background-color: #1C7307; 
	#0e3782;
}

#logoCell {
	width: 800px;
	height: 90px;
}

#firstMenuRow {
	background-color: #1C7307;
}
#firstMenuCell {
	height: 20px;
	padding: 0;
}

#secondMenuRow {
	background-color: #f0f0f0;
	border-bottom: 1px solid #cccccc;
}

#secondMenuCell {
	height: 25px;
}

#secondMenuCell a {
	color: black;
	text-decoration: none;
}

#secondMenuCell a.selected {
	color: red;
	font-weight: bold;
}

#secondMenuCell a:hover {
	text-decoration: underline;
}

#banerRow {
	height: 120px;
}

#banerCell {
	text-align: center;
	width: 800px;
}

#footerCell {
	height: 40px;
	width: 800px;
	/*border-top: 1px solid #cccccc;*/
	font-size: 7pt;		
	background-image: url(hDot.gif);
	background-repeat: repeat-x;
}

div.tab {
	display: block-inline;
	float: left;
	background-color: #25A206;
	padding: 5px 3px 5px 3px;
	border-top: 1px solid #30DF05;
	border-left: 1px solid #30DF05;
	margin-right: 2px;				
}

div.tab a {
	color: white;
	text-decoration: none;
}

div.tab a:hover {
	color: white;
	text-decoration: underline;
}

div.selected a:hover {
	color: black;
	text-decoration: underline;
}

div.selected {
	background-color: #f0f0f0;
}

div.important {
	background-color: red;
}

div.selected a {
	color: black;
}	

img.vertSep14 {
	vertical-align: middle;
}

#contentCell {
	vertical-align: top;
	padding-top: 5px;	
}

.contentWidth {
	width: 800px;
}