body { background-color: white; margin: 10px; }
.mainMenu { font-family: Arial; font-size: 12px; font-weight: bolder; font-style: italic; color: white; text-align: left; vertical-align: middle; }
.subMenu { font-family: Arial; font-size: 6px; color: white; text-align: left; vertical-align: top; padding: 0px; }
.content { text-align: left; vertical-align: top; padding: 10px; }
.footer { font-family: Arial; font-size: 11px; font-weight: bold; color: white; text-align: center; vertical-align: middle; }

h1 {
	font-family: Arial; font-size: 16px; font-weight: bolder; color: black; font-style: italic;
}

h2 {
	font-family: Arial; font-size: 14px; font-weight: bolder; color: black; font-style: italic;
}

h3 {
	font-family: Arial; font-size: 12px; font-weight: bolder; color: black;
}

p, td {
	font-family: Arial; font-size: 12px; font-weight: none; color: 000066;
}

li, .p_content { 
	text-align: justify;
}

a      		{	text-decoration: none;	color: black; }
a:active    {	color: navy; text-decoration: underline;}
a:hover     {	color: navy; text-decoration: underline;}

.menu_a      	{text-decoration: none;	color: white; text-decoration: underline;}
.menu_a:active  {color: white; text-decoration: underline;}
.menu_a:hover   {color: white; text-decoration: underline;}

.submenu_a      	{text-decoration: none;	color: black; text-decoration: none; font-size: 10px; }
.submenu_a:active  {color: white; text-decoration: underline; font-size: 10px; }
.submenu_a:hover   {color: white; text-decoration: underline; font-size: 10px; }


input, select {
background-color: C0DDFF;
background-color: EEEEEE;
border-style: solid;
border-width: 1px;
border-color: 334488 556688 556688 334488;
color: black;
font-family: Verdana;
font-size: 11px;
height: 18px;
vertical-align: middle;
}

textarea {
background-color: EEEEEE;
border-style: solid;
border-width: 1px;
border-color: 334488 556688 556688 334488;
color: black;
font-family: Verdana;
font-size: 11px;
width: 250px;
height: 100px;
}

.menutable {
background: url(images/menu-bg22.gif) 0% 0% repeat-x;
background-color: 007777;
height: 25px;
}

.menubar {
cursor: hand;
font: 12px Verdana;
font-weight: bold;
color: white;
background-color: none;
border-style: none;
border-color: white;
border-width: 1px;
}

.menu_link_table {
visibility: hidden; 
position: absolute;
z-index: 20;
border-style: solid;
border-color:  003333 007777 007777 003333;
border-width: 1px;
margin: 0px;
background-color: D0E0DD;
}

.menu_link_td {
border-style: none;
padding: 2px 2px 2px 2px;
margin: 0px;

font-family: Verdana;
font-size: 11px;
}

hr {
	color: none;
	border-width: 2px;
	border-color: 9999FF;
	border-style: solid;
	padding: 0px;
	margin: 0px;
}

<!-- STYLE BY KILLER -->
.ListTable {
	border-width: 1px;
	border-color: blue navy navy blue;
	border-style: solid;
}

.ListTr {
	padding: 2px;
}

.ListMenuUp {
	background-color: 4B81CE;
	color: white;
	font-weight: bold;
	font-size: 11px;
	border-width: 1px;
	border-color: FF6633;
	border-style: none none solid none;
	height: 20px;
	padding: 1px 5px 1px 1px;
}

.ListMenuDown {
	background-color: 4B81CE;
	color: white;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	border-style: solid none none none;
	border-width: 1px;
	border-color: FF6633;
	height: 20px;
	padding: 1px 5px 1px 1px;
}

.ListTd1 {
	background-color: none;
	color: black;
	border-width: 1px;
	border-color: BBBBFF;
	border-style: none none solid none;
	padding: 1px 5px 1px 1px;
}

.ListTd2 {
	background-color: DAE6FA;
	color: black;
	border-width: 1px;
	border-color: BBBBFF;
	border-style: none none solid none;
	padding: 1px 5px 1px 1px;
}

.ListMenu_a {
	color: white;
}

.List_a {
	color: black;
}

.ListDown_a {
	color: white;
}

.DetailsTable {
	border-width: 1px;
	border-color: blue navy navy blue;
	border-style: solid;
}

.DetailsTr {
	padding: 2px;
}

.DetailsUp {
	background-color: 4B81CE;
	color: white;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	padding: 2px;
	border-width: 1px;
	border-color: FF6633;
	border-style: none none solid none;
}

.DetailsDown {
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
	background-color: 4B81CE;
	color: white;
	border-width: 1px;
	border-color: FF6633;
	border-style: solid none none none;
}

.DetailsInput {
	text-align: left;
	vertical-align: top;
	padding-left: 5px;
	background-color: none;
	font-weight: bold;
	border-width: 1px;
	border-color: white;
	border-style: none none solid none;
}

.DetailsLabel {
	font-size: 14px;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 20px;
	background-color: none;
	border-width: 1px;
	border-color: E0E0FF;
	border-style: none solid solid none;
}

.DetailsLabel_error {
	font-size: 14px;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	padding-left: 20px;
	background-color: none;
	border-width: 1px;
	border-color: E0E0FF;
	border-style: none solid solid none;
	color: red;
}

.InputButton {
background-color: 84FAB4;
border-style: solid;
border-width: 1px;
border-color: 407050;
color: black;
font-family: Verdana;
font-size: 11px;
}

.InputCheckbox {
background: none;
border-style: none;
}

.InputRadio {
background: none;
border-style: none;
}

.InputText {
width: 220px;
}

.Header {
font-size: 15px;
}


.stdTABLEheader {
	background-color: 4B81CE; 
	color: white; 
	font-weight: bold; 
	font-size: 10px; 
	text-align: center;
}

.stdTABLEleft A:hover {
	color: black;
}

.stdTABLEleft {
	background-color: AFCBEC; 
	color: black; 
	font-weight: bold; 
	font-size: 12px; 
	text-align: center;
}

.stdTABLEtd {
	background-color: D0DFF0; 
	 text-align: center;
	color: black;
}

.stdTABLEinfo {
	font-size: 10px;
}

