html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body, ul, td, .normal {
	font-family : arial, tahoma, verdana;
	font-size : 12px;
	font-weight:normal;
	line-height: 140%;
	color:#000000;
}
	

a { color: #539421;  }
a:visited { color: #C7A77F; }
a:hover { color: #CC4B49; }

a.footernav {
 	font-family : arial, tahoma;
	font-size : 11px;
	letter-spacing:normal;
	color: #000000;
	text-decoration:none;
}

a.footernav:hover {
	text-decoration:none;
	color:#CC4B49;
}

hr {
	background-color:silver;
	border-width:0px;
	height:1px;
	margin:5px 0px;
	clear:both;
}


p {
	margin-top:0;
	}


h1, .head  	{
 	font-size : 16px;
 	font-weight : bold;
	color : #003366;
	margin: 0px 0px 6px 0px;
 	font-family : arial, verdana, tahoma;
	}

h2, .home1 {
 	font-size : 13px;
 	font-weight : bold;
	color : #CC0000;
	margin: 0px 0px 6px 0px;
 	font-family : arial, verdana, tahoma;
	}

h3, .home2 {
 	font-size : 13px;
 	font-weight : bold;
	color : #101F4A;
	margin: 0px 0px 6px 0px;
 	font-family : arial, verdana, tahoma;
	}

input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
}	
	
.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:#CD503E;
	}
	
.tdlabel, tbody th  {
	font-weight: bold;
	color:#FFFFFF;
	background-color:#E2B5B3;
	}
	
.cell, .odd  {
	color:black;
	background-color: #f0f0f0;
	}
	
.cell2, .even  {
	color:black;
	background-color: #e0e0e0;
	}
	
.box  {
 	font-family : verdana,arial,helvetica;
 	font-size:10px;
	font-weight:normal;
	letter-spacing:0px;
	}
	
.error {
	color: red;
	font-weight:bold;
	background-color:white;
	}
	
.hand {
	cursor:pointer;
	cursor:hand;
}

div.clear {clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px;}

.applyBorder {
	border-width: 1px;
	border-color: #ffffff;
	border-style:solid;
}


.calloutbox {
	border: 1px solid #CB4B49;
	padding:0px;
	margin:0px 19px 0px 0px;
	width:240px;
	background-color:#F2E5A5;
}

.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:#F7F4E5;
	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:24px; font-weight:bold; display:block; width:90%;color:#003366; }
ul.nav li a:hover { background-image:url(../image/navbullet.gif);color: #7C1716; }
ul.nav li a:visited { color: #CB4B49; }
ul.nav li a, #breadcrumb a  { text-decoration:none; }
