
td {
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}
.left {
	font-family: Verdana;
	font-size: 10px;
	color: #005A75;
	text-decoration: none;
	border: none;
}
.center {
	font-family: Verdana;
	font-size: 11px;
	color: #5C5C5C;
	text-decoration: none;
	border: none;
}
.right {
	font-family: Verdana;
	font-size: 10px;
	color: #5B5A35;
	text-decoration: none;
	border: none;
}
.wht {
	font-family: Verdana;
	font-size: 10px;
	color: white;
	text-decoration: none;
	border: none;
}
.table1 {
	text-decoration: none;
	border: 1px solid black;
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
A:link {font-style: text-decoration: none; color: blue}
A:visited {font-style: text-decoration: none; color: #660000}
A:active {font-style: text-decoration: none; color: #993333}
A:hover {font-style: text-decoration: cursor: hand; color: #ff8300}
*		{scrollbar-base-color:#777777;
scrollbar-track-color:#BCFBAA;scrollbar-darkshadow-color:#336600;scrollbar-face-color:#669900;
scrollbar-arrow-color:#666600;scrollbar-shadow-color:#336633;scrollbar-highlight-color:#2DEE17;}
input,select {font-family:verdana,arial;font-size:12px;text-decoration:none;border:1px dotted #009900;}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

body {
	font: 10px Verdana, Verdana, Arial, sans-serif;
	text-align: center;
}
#pleahFormValidation {
	background: #F4F4F4;
	padding: 15px;
	border: 0 px solid #666666;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#pleahFormValidation h1 {
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
#pleahFormValidation #formContainer label {
	display: block;
	width: 100px;
	float: left;
	padding: 5px;
}
#pleahFormValidation #formContainer #errorContainer {
	font-size: 10px;
	background: #FFFFCC;
	border: 1px solid #FF0000;
	padding: 10px;
	line-height: 15px;
}

#result
{	position: center;
	font-size: 10px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
#qdiv {
	font-size: 10px;
	background: #FFFFCC;
	border: 1px solid #FF0000;
	padding: 10px;
	line-height: 15px;
}

#lbox {
	position:absolute;
	font-size: 8px;
	background: #FFFFCC;
	border: 1px solid #FF0000;
	padding: 5px;
	width: 150px;
	visibility: hidden;
	line-height: 10px;
}
#box {
	font-size: 11px;
	padding: 5px;
	width: 150px;
	visibility: visible;
	line-height: 12px;
}