/* CSS Document */

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	background-color:#FFFFFF;
}

h1
{
	font-size:1.1em;
}

a
{
	color:#CC0000;
	text-decoration:underline;
}

a:hover
{
	color:#000000;
	text-decoration:none;
}

#content
{
	width:620px;
	margin:auto;
}

#text
{
	width:450px;
	vertical-align:top;
}

#menu
{
	width:120px;
	vertical-align:top;
}

#white
{
	width:50px;
	background-image:url(../pictures/linevert.gif);
	background-repeat:repeat-y;
}

#steps
{
	width:96px;
	position:relative;
	float:left;
	border:1px solid #000;
	margin-right:2px;
}

#stap1, #stap2, #stap3, #stap4
{
	margin:2px;
	background-color:#CC0000;
	text-align:center;
	padding:3px;
	font-weight:bold;
	font-size:11px;
}

#stap1
{
	background-color:#CCC;
}

#step1, #step2, #step3, #step4
{
	width:350px;
	position:relative;
	float:left;
}

.credits
{
	text-align:center;
	border-top:1px solid #000;
}

.bottomline
{
	border-bottom: 1px solid #000;
}

.sup
{
	color:#FFF;
	font-size:9px;
	display:block;
	text-align:center;
	font-weight:normal;
}

.headingwizard
{
	background-color:#CC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.textwizard
{
	background-color:#CCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.leftwizard
{
	background-color:#0000FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	width:110px;
}

.rightwizard
{
	background-color:#CC0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.borderwizard
{
	border: 1px solid #000;
}

.navwizard
{
	background-color:#CCCCCC;
	text-align:right;
}