
body, ul, td, .normal {
 	font-family : verdana, gill sans, tahoma;
 	font-size : 11px;
	color : #000000;
	letter-spacing: 0px;
}
	
p {	line-height: 16px;
	margin-bottom:19px;
	margin-top:0px; }

li { line-height: 170%; }

a { color: #14310D;  }

a:visited { color: #564C57; }

a:hover { color: #746383; }

a.inline { text-decoration: underline }


.fixed  {
 	font-family : courier new,courier,monospaced;
 	font-size : 10px;
 	letter-spacing:normal;
	background-color:#f4f4f4;
	}


h2, .home1 {
 	font-family : verdana, gill sans, tahoma;
	font-weight: bold;
	color: #746383;
	font-size:12px;
	margin:0px 0px 5px 0px;
	/* text-decoration: underline; */
	}

h3, .home2 {
 	font-family : verdana, gill sans, tahoma;
	font-weight: bold;
	color: #BFAC7A;
	font-size:12px;
	margin:0px 0px 5px 0px;
	/* text-decoration: underline; */
	}
	
.footer {
	font-size: 7pt;
	color: #14310D;
	letter-spacing:normal;
	}
	
.input {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
	border: 1px groove #002266;
	width:150px;
	}
	
.select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #14310D;
	}

.textbox {
 	font-family : courier new, monospaced;
	font-size : 11px;
	color: black;
	background-color:#ffffff;
	border: 1px groove #002266;
	width:400px
 	}

.button {
 	font-family : verdana;
	font-size : 8pt;
	color: black;
	}
 
.dwarf {
	font-family : verdana;
	font-size : 7pt;
	font-weight:normal;
	line-height: 150%;
	color : black;
	letter-spacing:normal;
	}

.tablecontainer {
 	background-color:#002266;
	}
	
.trlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#BFAC7A;
	}
	
.tdlabel  {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	font-weight: bold;
	color: #000000;
	background-color:#EEE1C7;
	}
	
.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: #9DA785;
 	letter-spacing:normal;
	}
	
.selectedcell {
	font-family : verdana,arial,helvetica;
 	font-size:7pt;
	font-weight:normal;
	color:black;
	background-color: #FFFFFF;
 	letter-spacing:normal;
	border-style:solid;
	border-width:2px;
	border-color:#5AAD40;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}

	
h1, .head  	{
 	font-family : verdana, gill sans, tahoma;
	font-size : 18px;
 	font-weight : bold;
	color : #28421E;
	line-height:100%;
	margin:7px 0px 5px 0px;
	}
	
.dim {
	color: gray;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.table {
	border-width: 0.5mm;
	border-color: #B9DBAD;
	border-style: groove;
	}

	
.calloutbox {
	border: 2px solid #E0CDA6;
	padding:0px;
	margin:0px 19px 0px 0px;
	width:240px;
	background-color:#F9F6F0;
}

.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:#554D32; }
ul.nav li a:hover { background-image:url(../image/navbullet.gif);color: #173410; }
ul.nav li a, #breadcrumb a  { text-decoration:none; }
