body {
	text-align: center;
	margin-bottom: 0px;	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #FFF;
        overflow-y: scroll;
}

td, textarea, input, select {
	font-family: Arial;
	font-size: 14px;
	color: #000;
	font-weight: normal;
	line-height: 16px;
	text-align: left;
}

.vert {
	width: 2px;
	background-image: url("../images/spacerV.gif");
}

.frame {
	border: 1px solid #E8E9D7;
	background-color:#0CF
}

.cursor {
	cursor:pointer;
}

.textc {
	text-align: center;
}

.textm {
	text-align: left;
	font-weight:bold;	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textmi {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}

.text1 {
	font-family: arial;
	font-size: 12px;
	color: a2cddf;
	font-weight: normal;
}

.text2 {
	font-family: arial;
	font-size: 12px;
	color: a2cddf;
	font-weight: normal;
	text-align: center;
}

.first {
	text-indent:40px;
	text-align: left;
}

a:link {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #009;
}

a:visited {
	color: #009;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover {
	color: #33cc00;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}

.inputstyle {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #5F726F;
	background-color: #E2EDEB;
	border: 1px solid #333333;
}

ul { margin: 0; padding: 0; list-style: none; width: 220px; border-bottom: 1px solid #ccc; }

ul li { position: relative; }

li ul { position: absolute; left: 219px; top: 0; display: none; }

ul li a { display: block; text-decoration: none; color: #777; background: #fff; padding: 5px; border: 1px solid #ccc; border-bottom: 0; }

li:hover ul, li.over ul { display: block; background: #000; }

/* Fix IE. Hide from IE Mac \*/ 
* html ul li { float: left; height: 1%; } 
* html ul li a { height: 1%; } 
/* End */
