Body {
		background-color: #FFFFFF;
		margin: 0px;
		}
	
		.std {
			font-size: 10px;
			font-weight: normal;
			font-family: Verdana;
			color: #000000;
		}
		
		a.std {
			font-size: 10px;
			font-weight: normal;
			font-family: Verdana;
			color: #000000;
		}
		
		td {
			font-size: 10px;
			font-weight: normal;
			font-family: Verdana;
			color: #000000;
		}
		
		.lrg {
			font-size: 12px;
			font-weight: normal;
			font-family: Verdana;
			color: #000000;
		}
		
		.sml {
			font-size: 8px;
			font-weight: normal;
			font-family: Verdana;
			color: #000000;
		}
		
		.hdg {
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana;
			color: #000000;
		}
		
		.whdg {
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana;
			color: #FFFFFF;
		}
		
		a.whdg {
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana;
			color: #FFFFFF;
			text-decoration: none
		}
		
		li {
			font-size: 10px;
			font-weight: normal;
			font-family: Verdana;
			color: #000000;
		}
		
		.footer {
			font-size: 10px;
			font-weight: normal;
			font-family: Verdana;
			color: #FFFFFF;
		}
		
		a.footer {
			font-size: 10px;
			font-weight: normal;
			font-family: Verdana;
			color: #FFFFFF;
		}
		
		.wfc-text {
			font-size: 12px;
			font-weight: bold;
			font-family: Verdana;
			color: #7C2423
		}
		
		.imgright {
			float: right;
			padding: 6px 10px 6px 0px;
		}
		
		.imgleft {
			float: left;
			padding: 6px 10px 6px 0px;
		}
		
		a img {border:2px solid #7C2423}
		
		.wfc-q1 {
			color: #CA9283
		}
		
		.wfc-q2 {
			color: #E3BF8B
		}
		
		.wfc-q3 {
			color: #ECD2AD
		}
		
		.wfc-q4 {
			color: #E5C4BB
		}
		#dropmenudiv{
		position:absolute;
		background-color: #CA9283;
		border:1px solid #7C2423;;
		border-bottom-width: 0;
		font: bold 12px Verdana;
		line-height:18px;
		z-index:100;
		}
		
		#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #7C2423;;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
		background-color: #E5C4BB;
		}
		
		/* Sample CSS definition for the example list. Remove if desired */
		.navlist li {
		list-style-type: square;
		width: 135px;
		background-color: #FFFFB9;
		}