#preloadedImages {       
	width: 0px;       
	height: 0px;       
	display: inline;       
	background-image: url(images/test-tab-blue.gif);       
	background-image: url(images/test-tab-white.gif);       
}

.hbuttons a{
	display: block;
	text-decoration: none;
	color: black;
	width: 100px;
	height: 22px;
	float: left;
	display: inline;
	margin-left: 6px;
	background-image:url(images/test-tab-blue.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}

.hbuttons a:link{
background-image:url(images/test-tab-blue.gif);
}

.hbuttons a:active{
background-image:url(images/test-tab-blue.gif);
}

.hbuttons a:hover{
background-image:url(images/test-tab-white.gif);
}

.hbuttonsactive a{
	display: block;
	text-decoration: none;
	color: black;
	width: 100px;
	height: 22px;
	float: left;
	display: inline;
	margin-left: 6px;
	background-image:url(images/test-tab-white.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	text-align:center;
	font-size: 14px;
	font-weight: bold;
}

div.wrapper {
	width: 1001px;
	border:0;
	margin: 0 auto;
	background-color: #FFFFFF;
}

body {
	margin:0;
	line-height: 1.4em;
	background-color: #B5D3FF;
	padding-top: 3px;
}

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #0066FF;
}

.header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}


dl {
	width: 240px;
	margin: 0 0 10px 5px;
	padding: 0;
	background: #ccc url(images/box_bottom.gif) no-repeat bottom left;
	font-size: 12px;
}

dt {
	margin: 0 0 10px 0;
	padding: 5px;
	font-size: 130%;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	background: #999 url(images/box_top.gif) no-repeat top left;
}
	
dd {
	margin: 0 0 0 10px;
	padding: 0 5px 5px 5px;
	color: #333333;
	font-size: 100%;
	background: url(images/arrow.gif) no-repeat 0 3px;
}
		
#blue dt {
		background-color: #AACCFF;
}
	
#blue {
		background-color: #EAF2FF;
		
}.hand-li-1 {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 1em;
	line-height: 1.5em;
	list-style-type: square;
}

.hand-li-2 {
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 1em;
}

.conduct-ol {
	list-style-type: upper-alpha;
	line-height: 1.5em;
}

.conduct-li {
	line-height: 1.5em;
	padding-bottom: 1em;
}