
body, ul, td, .normal {
 	font-family : arial;
 	font-size : 12px;
	color : #5D5957;
}
	
p {	line-height: 20px;
	margin-top:0px; }

li { line-height: 170%; }

.breadcrumb, a.breadcrumb { color:#778364; text-decoration:none; }
a.breadcrumb:hover { color:#4A6139; }

#breadcrumb { padding:0px 0px 6px 0px; font-family:arial; font-size:10px; font-weight:bold; letter-spacing:normal; color:#778364; }
#breadcrumb a  { color:#778364; }
#breadcrumb a:hover { color:#4A6139; text-decoration:none; }


h2, .home1 {
	font-weight: bold;
	color: #969071;
	font-size:12px;
	margin:0px 0px 6px 0px;
	}

h3, .home2 {
	font-weight: bold;
	color: #808B6D;
	font-size:12px;
	margin:0px 0px 6px 0px;
	}
	
	
.input {
 	font-family : arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
	width:150px;
	}
	
.select {
 	font-family : arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	}

.textbox {
 	font-family : arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	width:400px
 	}

.button {
 	font-family : arial;
	font-size : 10px;
	color: black;
	}
 
.dwarf {
	font-family : arial;
	font-size : 10px;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	}

	
.trlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#CEBEAD;
	}
	
.tdlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#DED3C6;
	}
	
.cell  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #f0f0f0;
 	letter-spacing:normal;
	}
	
.cell2  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	color:black;
	background-color: #e0e0e0;
 	letter-spacing:normal;
	}
	
	
.box  {
 	font-family : arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}

	
h1, .head  	{
 	font-family: arial;
	font-size : 14px;
 	font-weight : bold;
	color : #355D16;
	line-height:100%;
	margin:8px 0px 6px 0px;
	}
	
.dim {
	color: gray;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	

.calloutbox {
	border: 1px solid #CABFAB;
	padding:0px;
	margin:0px 19px 0px 0px;
	width:240px;
	background-color:#DCD3C3;
}

.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:century gothic, verdana, arial narrow, arial;
	color:#ffffff;
	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:22px; font-weight:bold; display:block; width:90%;color:#443211; }
ul.nav li a:hover { background-image:url(../image/navbullet.gif);color: #3A5F1E; }
ul.nav li a:visited { color: #76623F; }
ul.nav li a, #breadcrumb a  { text-decoration:none; }
