a:active, a:link, a:visited {
	color: #33FF00;
	text-decoration: none;
}
a:hover {
	color: #33FF00;
	background-color: #000000;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #3366CC;
	scrollbar-face-color: #339900;
	scrollbar-track-color: #CCCCCC;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFCC;
	scrollbar-3dlight-color: #FFFFCC;
	scrollbar-shadow-color: #000000;
	scrollbar-darkshadow-color: #000000;
	background-image: url(ASSETS/images/global/1x1_3366CC.gif);
	color: #FFFFFF;
}
.formButton {
	color: #000033;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(ASSETS/images/global/bttnbkgrnd.jpg);
}
.formRequiredField {
	color: #FF3300;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #339900;
	background-color: #FFFFCC;
}
h4 {
	font-size: 12px;
	font-weight: normal;
}
h5 {
	font-size: 10px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
}
input, select, textarea, iframe {
	color: #003399;
	background-color: #FFFFCC;
	border: 1px solid #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.inputNoStyle {
	border: 0px solid;
}
.layoutBodyLeft {
	background-image: url(ASSETS/images/global/layout/bodybkgrndleft.jpg);
	background-repeat: no-repeat;
}
.layoutBodyRight {
	background-image: url(ASSETS/images/global/layout/bodybkgrndright.jpg);
	background-repeat: no-repeat;
}
.layoutFooter {
	background-image: url(ASSETS/images/global/layout/footer.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.layoutRight {
	background-image: url(ASSETS/images/global/1x1_FFFFCC.gif);
}
.tableDivider, .tableFooter, .tableHeader {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.textAlert {
	color: #FF3300;
}
.textEmailConfirm {
	color: #FFFFFF;
	font-size: 12px;
}
.textNav {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #339900;
}
.textPageTitle {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}
ul {
	list-style-type: none;
	list-style-image: url(ASSETS/images/global/bullet.gif);
}
