body {
	background-color : white;
	margin: 4px;
}		
a.menu {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #8E8E8E;
}
a.menu:hover {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #8E8E8E;
}

a.menu_blue {
	font-family : Verdana;
	font-weight:bold;
	font-size : 12px;
	text-decoration : none;
	cursor:pointer;
	color : #007096;
}
a.menu_blue:hover {
	font-family : Verdana;
	font-weight:bold;
	font-size : 12px;
	text-decoration : none;
	cursor:pointer;
	color : #70AC00;
}

a.green {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #70AC00;
}
a.green:hover {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #007096;
}

a.dark_blue_blue {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #00A1E1;
}
a.dark_blue_blue:hover {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #6DBF52;
}







a.blue {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #00A1DE;
}
a.blue:hover {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #6DBF52;
}







a.menu_inactive {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #12142D;
}
a.menu_inactive:link {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #12142D;
}
a.menu_inactive:hover {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #12142D;
}
a.menu_inactive:visited {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #12142D;
}
a.menu_inactive:active {
	font-family : Verdana;
	font-weight:bold;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #12142D;
}

a.black {
	font-family : Verdana;
	font-size : 10px;
	padding : 2px;
	text-decoration : none;
	color : black;
}

a.red {
	font-family : Verdana;
	font-size : 10px;
	padding : 2px;
	text-decoration : none;
	color : #CA3A3A;
}

td {
	font-family: Verdana, Verdana, Helvetica, sans-serif;
	font-size : 12px;
	color:#333333;
}
h2.hdr {
	font-size:12px;
	color: #007096;
	font-weight:bold;
}
a.white {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : white;
}
a.white:hover {
	font-family : Verdana;
	font-size : 11px;
	text-decoration : none;
	cursor:pointer;
	color : #6DBF52;
}

input {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	padding-left: 5px;
	border: 1px solid #999999;
	background-color:white;
}
input.checkbox {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #AFC1D5;
}
input.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #484848;
}
textarea { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #3B3B3B;
	padding-left: 5px;
	border: 1px solid #484848;
	background-color: #FFFfff; 
}
select { 
	font-family: Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	padding-left: 5px;
	border: 1px solid #999999; 
	background-color:white;
}
