html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body, ul, td, .normal {
 	font-family : verdana, geneva, arial, helvetica;
 	font-size : 11px;
	line-height:150%;
	color : #000000;
}
	

a { color: #A70014;  }
a:visited { color: #929191; }
a:hover { color: #000000; }


hr {
	background-color:#000000;
	color:#000000;
	border-width:0px;
	height:2px;
	margin:15px 0px;
	clear:both;
	width:100%;
}


h1, .head  	{
 	font-size : 18px;
 	font-weight : bold;
	color : #666666;
	margin-top:0px;
	line-height:110%;
	}

h2, .home1, caption {
	font-family: arial;
	font-weight: bold;
	font-size:14px;
	color:#666666;
	margin-top:10px;
	margin-bottom:0px;
	}

h3, .home2 {
	font-family: arial;
	font-weight: bold;
	font-size:14px;
	color:#A60511;
	margin-top:10px;
	}

caption {
	text-align:left;
	padding:3px 0px;
}


form table {
	border-collapse:collapse;
	border-spacing:0;
	/*border:2px solid #000000;*/
}

form td {
	padding:5px;
	/*border:1px solid #000000;*/
	border-width:1px 0;
}



input, select {
 	font-family : verdana, geneva, arial, helvetica;
	font-size : 10px;
	color: black;
	background-color:#FFFFFF;
}




table {
	border-spacing:1px;
	border-collapse:collapse;
}

td, th {
	padding:4px;
	font-size:10px;
	text-align:left;
}

thead, tfoot {
	font-size:10px;
}

thead th {
	white-space:nowrap;
}




	
.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-size : 10px;
	font-weight:normal;
	letter-spacing:normal;
	}

.trlabel, .tdlabel, .cell, .cell2, .odd, .even {
 	font-family : verdana;
 	letter-spacing:normal;
	font-size : 10px;
	border:1px solid white;
}

.trlabel, thead th  {
	font-weight: bold;
	color: #FFFFFF;
	background-color:#000000;
	}
	
.tdlabel {
	font-weight: bold;
	color:#000000;
	background-color:#E0E0E0;
	text-align:left;
	}

div.tdlabel {
	border:0px;
}

tbody th {
	font-family: verdana, geneva, arial, helvetica;
	color:black;
	font-weight:bold;
	white-space:nowrap;
	vertical-align:top;
	text-align:left;
}

	
.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;
	}

.applyBorder {
	border: 1px solid black;
}

.applyBorder2 {
	border: 1px solid #ffffff;
}


.calloutbox {
	border: 1px solid #8A8A8A;
	padding:0px;
	margin:0px 19px 0px 0px;
	width:240px;
	background-color:#E7E7E7;
}

.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:#FFFEF7;
	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:#A60511; }
ul.nav li a:hover { background-image:url(../image/navbullet.gif);color: #000000; }
ul.nav li a, #breadcrumb a  { text-decoration:none; }