/* Make sure scrollbar always appears */
html {
	height: 100%;
	margin-bottom: 1px;
}

/* Generic Scroll bar */
body {
	scrollbar-3dlight-color: #FF9900;
	scrollbar-arrow-color: #99CC66;
	scrollbar-base-color: #FF9900;
	scrollbar-track-color: #99CC66;
	scrollbar-darkshadow-color: #99CC66;
	scrollbar-face-color: #FF9900;
	scrollbar-highlight-color: #FF9900;
	scrollbar-shadow-color: #99CC66
}

/* Other classes */
.BODY {
	background-color : #ffffff;
	/*bgcolor : #FFFFCC;*/
	margin-top : 0px;
	margin-left : 0px;
}

td {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.info {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	color: #0099ff;
/*	bgcolor : #000000C; */
	padding-left : 0 px;
	padding-right: 0 px;
}

.celltext{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	padding-right: 5px;
	padding-left : 10px;
	color: #333333;
}

.listtext {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: White;
	padding-right: 0px;
	padding-top: 0px;
}

.title {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	color: #ffffff;
	padding-left : 0px;
	font-weight : bold;
}

.titlesmall {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #ffffff;
	padding-left : 0px;
	font-weight : bold;
}

.titlebottom {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	padding-left : 0px;
}

a:link {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0099FF;
	text-decoration: none;
}

a:visited {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0099FF;
	text-decoration: none;
}

a:hover {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0099FF;
	text-decoration: underline;
}

a:active {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0099FF;
	text-decoration: underline;
}

.copyright {
	font-size: 10px;
	font-weight: bold;
	text-align:center;
	color:#ffffff;
}

a.copyright:link, a.copyright:visited {
	font-size: 10px;
	font-weight : bold;
	color : #ffffff;
	text-decoration : none;
}

a.copyright:hover {
	text-decoration : underline;
	font-size: 10px;
	color : #ffffff;
}

a.info:link, a.info:visited, a.info:hover, a.info:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a.infobold:link, a.infobold:visited, a.infobold:hover, a.infobold:active {
	font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}

.DOTTABEL {
	color: #000000;
}

.label {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

.form,.input, select {
	border: 1px solid black;
	height:17px;
	background-color:#ffffff;
	color: #000000;
}
.textfieldError,.inputerror {
	border: 1px solid black;
	background-color: #E4DCBB;
	height:17px;
}

a.newsletter:link {
	font-size:11px;
	font-weight: normal;
	color: #484a53;
	text-decoration: none;
}
a.newsletter:visited {
	font-size:11px;
	font-weight: normal;
	color: #484a53;
	text-decoration: none;
}
a.newsletter:hover {
	font-size:11px;
	font-weight: normal;
	color: #484a53;
	text-decoration: underline;
}
a.newsletter:active {
	font-size:11px;
	font-weight: normal;
	color: #484a53;
	text-decoration: none;
}

.contactheader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
}

.pbsubmit {
	border: 1px solid black;
	font-size:11px;
	font-weight: normal;
	color:#000000;
	background-color: #b9db8b;
	width:91px;
	height:17px;
}

.message {
	font-size:11px;
	font-weight: normal;
}

.newsletter, .error, .MsgArea {
	color: #ffff00;
}