
body, ul, td, .normal {
 	font-family : verdana;
 	font-size : 11px;
	line-height:150%;
	color : #000000;
}
	

a { color: #915C3D; font-weight : bold; }
a:visited { color: #915C3D;font-weight : bold; }
a:hover { color: #5F8459; font-weight : bold;}

a.headernav {
 	font-family : tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #5c3e13;
	text-decoration:none;
	font-weight:bold;
}

a.headernav:hover {
	text-decoration:none;
	color:#5F8459;
}

#breadcrumb { padding:0px 0px 0px 0px; font-family:arial; font-size:10px; font-weight:bold; letter-spacing:normal; color:#A47524; }
#breadcrumb a  { color:#A47524; }
#breadcrumb a:hover { color:#1E4518; text-decoration:none; }

hr {
	background-color:silver;
	border-width:0px;
	height:1px;
	margin:5px 0px;
	clear:both;
}


p {
	margin:8px 0px 0px 0px;
	}


h1, .head  	{
 	font-size : 18px;
 	font-weight : bold;
	color : #5D3010;
	margin:6px 0px 0px 0px;
	padding:0px;
	}

h2, .home1 {
	font-weight: bold;
	font-size:12px;
	margin:6px 0px 0px 0px;
	}

h3, .home2 {
	font-weight: bold;
	font-size:12px;
	margin:6px 0px 0px 0px;
	}

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
}	
	
.input {
	width:150px;
	}

textarea {
 	font-family : courier new, monospaced;
	font-size : 11px;
	width:400px
 	}

.button {
 	font-family : arial;
	font-size : 12px;
	color:black;
	}
 
.dwarf {
	font-family : arial;
	font-size : 10px;
	font-weight:normal;
	line-height: normal;
	letter-spacing:normal;
	}




table {
	border-spacing:0px;
	border-collapse:collapse;
}

td, th {
	padding:4px;
	font-size:10px;
	text-align:left;
}

thead, tfoot {
	font-size:10px;
}




.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
}

.trlabel, thead th  {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	}
	
.tdlabel, tbody th  {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#AF9D6A;
	}
	
.cell, .odd  {
	color:black;
	background-color: #9EC49E;
	}
	
.cell2, .even  {
	color:black;
	background-color: #C6DDC6;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.applyBorder {
	border: solid 1px #915C3D;
}



.calloutbox {
	border: 1px solid #9E8741;
	padding:0px;
	margin:0px 19px 0px 0px;
	width:240px;
	background-color:#EAE4D2;
}

.calloutbox p, .calloutbox h2, .calloutbox h3 {
	margin-left:15px;
	margin-right:15px;
}


/* H1 inside comment box will be the blue header stripe. This sets a default text style as well, though you can also use an image */
.calloutbox h1 {
	margin:0px;
	height:42px;
	heig\ht:36px;
	background-image:url(../image/wui-calloutheaderbg.gif);
	background-repeat:repeat-x;
	font-size:15px;
	font-weight:bold;
	font-family:verdana, arial narrow, arial;
	color:#F2EDDD;
	padding:3px 4px 2px 4px;
}


/* if you use an image, this adjusts the image down 2 pix to center it in the blue stripe */
.calloutbox h1 img {
	margin-top:3px;
}

ul.nav { font-size:11px; margin-left:0px; margin-top:5px; margin-bottom:5px; padding-left:12px; list-style-type:none; list-style-image:none;line-height:170%; }
ul.nav li { margin-bottom:2px; margin-left:0px; list-style-type:none; }
ul.nav li a { background-image:url(../image/navbullet.gif); background-position:0px 3px; background-repeat:no-repeat; padding-left:18px; font-weight:bold; display:block; width:90%;color:#976817; }
ul.nav li a:hover { background-image:url(../image/navbullet.gif);color: #CFA152; }
ul.nav li a:visited { color: #976817; }
ul.nav li a, #breadcrumb a  { text-decoration:none; }
