body {
	background-color: #FFFF00; /* background color */
	color: black; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
	font-size : 9px;
	scrollbar-face-color:yellow;
	scrollbar-highlight-color:black;
	scrollbar-3dlight-color:black;
	scrollbar-darkshadow-color:black;
	scrollbar-shadow-color:black;
	scrollbar-arrow-color:black;
	scrollbar-track-color:yellow;
}

.phpmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

/* main table */
.ewTable {
	width: ; /* table width */	
	color: #000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small
}

/* main table data cells */
.ewTable td {
	border-color: #000000;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #000000; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: middle;	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFCC;  /* alt row color 1 */
}

/* main table alternate row color 
.ewTableAltRow {
	background-color: #FFFFAA; /* alt row color 2 */	
} */

/* main table footer section */
.ewTableFooter {
	background-color: #669ACC;	
}

A:hover {
font-weight : normal;
font-size : 9px;
font-family : Verdana;
color : #FFFF00;
background : #FF0000;
text-decoration : normal;
} 

A:link, A:active {
font-weight : normal;
font-size : 9px;
font-family : Verdana;
color : #FF0000;
text-decoration : normal;
} 

A:visited {
font-weight : normal;
font-size : 9px;
font-family : Verdana;
color : #000000;
text-decoration : normal;
} 

H4 {
font-family : Verdana;
font-size : 9px;
color : #FF0000;
font-weight: normal;
margin-top: 0;
margin-bottom: 0;
} 

H3 {
font-family : Verdana;
font-size : 11px;
font-weight: bold;
color : #000000;
text-align : center;
margin-top: 0;
margin-bottom: 0;
} 

H2 {
font-family : Verdana;
font-size : 12px;
font-weight: bold;
color : #000000;
text-align : center;
margin-top: 0;
margin-bottom: 0;
} 

H1 {
font-family : Verdana;
font-size : 14px;
font-weight: bold;
color : #000000;
text-align : center;
margin-top: 0;
margin-bottom: 0;
} 
