/* CSS Document */

body {
	background-color: #F9F2CF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF
}


p,td,th,div {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a {
	color: #B6CEFF;
	text-decoration: underline;
}

a:hover {
	color: #B6CEFF;
	text-decoration: none;
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

/* #############################################################
#####          Custom Type Font Class Definitions          #####
############################################################# */

.smArial {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
}

.frmField {
	color: #334467;
	background-color: #B6CEFF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}

.1pxDottedBtm {
	border-bottom: 1px dotted #334467;
	padding-bottom: 5px;
}

.1pxDottedTop {
	border-top: 1px dotted #334467;
}


