body, table{ 
	margin: 0; 
	padding: 0px;
}

*{
	font-family: arial, sans-serif;
}

body, td, p, li{ 
	font-size: 11px;
}

H1{ 
	font-size: 24px;  
	margin-bottom: 5px; 
	font-weight: normal; 
	margin-top: 0px; 
}
H2{ 
	font-size: 18px; 
	margin-bottom: 12px; 
	color:#666666; 
	font-weight: normal; 
	margin-top: 0px; 
}
H3{ 
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 4px; 
	margin-top: 0px; 
}

A{ 
	color: #152F85; 
	text-decoration: underline;
}

A IMG{ 
	display: inline;
}

A:link:hover, A:visited:hover{ 
	text-decoration: underline;
}

.TopNavigation{
	color: #7C7C7C; 
	text-decoration: none; 
	font: 11px Arial; 
	font-weight: bold;
}

.TopNavigation :link, .TopNavigation :visited{ 
	text-decoration: none; 
	color: #7C7C7C; 
	margin-top: 2px; 
	margin-bottom: 1px;
}

A.menu, A.menu:visited{
	font: 12px Arial; 
	color: white; 
	font-weight: bolder; 
	position: relative; 
	top: -3px; 
	text-decoration: none; 
	padding-left: 7px; 
	padding-right: 7px;
}

A.thisStep, A.thisStep:visited{
	font: 12px Arial; 
	color: red; 
	font-weight: bolder; 
	position: relative; 
	top: -3px; 
	text-decoration: none; 
	padding-left: 7px; 
	padding-right: 7px;
}

input, select{ 
	font-size: 10px;
	padding:0;
}

.container{
	border-top:thin solid #cdcdcd;
	border-right:thin solid #cdcdcd;
	border-bottom:none;
	border-left:none;
	padding:20px;
}

.footer:link, .footer:visited{
	color: #7C7C7C; 
	text-decoration: none; 
	font: 9px Arial; 
	font-weight: bold;
	
}
/*-----------------------------------------*/
LI.notviewed{ 
	list-style-image:url(/graphics/bulletbox.gif);
}
LI.viewed{
	list-style-image:url(/graphics/bulletcheck.gif);
}
LI.pending{
	list-style-image:url(/graphics/bulletcircle.gif);
}

:link, :visited{
	text-decoration: underline; 
	color: #152F85;
}
:link:hover, :visited:hover{
	text-decoration: none; 
}


.red, .warning{
	color:#F7403A;
}
.blue{
	color:#002395;
}
.ltblue{
	background:#6F9AB3;
}
.dkblue{
	background:#3333cc;
}
.delblue{
	background:#002395;
}
.ltgreen{
	background:#58A618;
}
.yellow{
	background:#ADAFAF;
}
.white{
	background:white;
}
.navigation :link, .navigation :visited{
	color:white; 
	font-weight:bold;
}
#nextPage{
	float:right;
	text-align:right;
	font-weight:bold;
}
#prevPage{
	float:left;
	text-align:left;
	font-weight:bold;
}
#menu{
	float:left;
	width:180px;
	height:700px;
	border-right:thin solid #cdcdcd;
	padding:0 10px 0 0;
}
#menu ol, #menu ul{
	margin:0 0 0 15px;
	padding:5px 0 5px 18px;
}
#menu ol li, #menu ul li{
	margin:0;
	padding:0 3px;
}
#menu A{
	text-decoration:none;
	color:black;
}
#stepbox{
	padding:20px;
}