H4 {font-size:16px;}

body {
color:black;
background-color:#ffffff;
font-family : 'arial',sans-serif;
font-size:12px;

}

#framecontent{
position: absolute; 
top: 5px; 
left: 0px; 
width: 100%; 
height: 110px; /*Height of frame div*/
background-color: green;
color: white;
}


#maincontent{
top: 120px; 
left: 0;
right: 0;
bottom: 0;
background: #ffffff;
font-size:12px;
position:absolute;
}



/*  PAGE SPECIFIC */
.mainT {
	width:98%;
	border: 0px solid #e0e0e0; 
	border-spacing:1px;
	top:10px;
	position:absolute;
	background-color:#f0f0f0;
	margin-left:10px;
	font-size:12px;
}

.subT {

	width:100%;
	cellpadding:5px;
	border: 0px solid #E8E8E8;
	font-size:12px;
}

#LHC {
 	width:200px;
	background-color:#E8E8E8;
	border-right: 5px solid green;
	border-bottom: 5px solid green;
	font-size:12px;
}

.LHColumn {
 	width:200px;
	background-color:#E8E8E8;
	border-right: 5px solid green;
	border-bottom: 5px solid green;
	font-size:12px;
}
.name {
	left:20px;
	top:15px;
	color:#00ff00;
	position:absolute;
	font-size:36px;
}

.bar  {
	width:100%;
	top:70px;
	left:0px;
	position:absolute;

	background-color:#006400;
	height:40px;
}

/*  STANDARD  */
A  {
	text-decoration : none;
	background-color:transparent;
	color : blue;
	font-weight:bold;
	font-size:12px;
	font-family : arial,sans-Serif;
}

A:Visited  {
	color : blue;
	text-decoration : none;
	font-weight:bold;
	font-family : 'arial', sans-erif;
/*	background-color : transparent;  */
}

A:Active  {
	color : blue;
	text-decoration : none;
	font-family : 'arial',sans-serif;
	font-weight:bold;
/*	background-color : #FFFF80; */ 
	background-color:transparent;
	font-size:12px;
}

A:Hover  {
	text-decoration : underline;
	color : red;
	font-weight : bold;
	background-color : #99FFFF;
	background-color : transparent;
}
a.important  {
	color : black;
	background : white;
	text-decoration : underline;
}

.sum {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 15px;
font-weight: bold;
color: black;
text-decoration: none;
text-indent: 15px;
list-style-position: inside;
list-style-type: square;
padding: 0px;
margin: 0px;
margin-bottom:0px;
top:-10px;
position:relative;
}


// p { margin-top: 2px; margin-bottom: 4px; }


td.s	{
	border: 1px dotted #000000;
	valign:top;
	font-size:12px;
	padding:5px;
}

/*
 outset none hidden dotted dashed solid double ridge groove inset 
 http://www.somacon.com/p141.php

 serif sans-serif cursive fantasy monospace
 font-weightnormal bold bolder lighter 100 200 500 600 900
*/
p#important {
	font-family: sans-serif, vandana;
	font-style: normal;
	font-variant: small-caps;
	font-weight: 600;
	font-size: normal;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: justify;
	text-indent: 0ex;
}