@charset "UTF-8";
/* CSS Document */

/* Step 1 Lists */

ol.step1 {
	margin: 20px 0;
	background-color:#333366;
/*	background: url(ul_bg_repeat.gif) repeat-y; /*--Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	border:1px solid black;
}
ol.step1 li {
	margin: 0;
	padding: 15px 15px;
	color:#FFFFFF;
	font-size: 18px;
	font-weight: bold;
       /*--The bevel look is styled with various colors in the border properties below--*/
	background-color:#EEEEEE;
	border-bottom:#FFFFFF 10px solid;
	}
ol.step2 li:before {
/*	content: "\000A \00FF"; */
	}	
ol.step1 li h2 {
	font-size: 18px;
	color:#000099;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding: 5px 0;
	border-bottom: 1px dashed #333;
	font-weight: bold;
}
ol.step1 li p {
	color:#000000;
	font-size:13px;
	font-weight: normal;
	line-height: 1.6em;
}

/* Step 2 Lists */
ol.step2 {
	margin: 40px 0;
	background-color:#9999FF;
	
/*	background: url(ul_bg_repeat.gif) repeat-y; /*--Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	border: 0px solid #111;
/*	content: "\0053 \0065 \0063 \0074 \0069 \006F \006E \0020" counter(list) ". ";
	counter-increment: list; */
}
ol.step2 li {
	margin: 0;
	padding: 15px 15px;
	color:#000099;
	font-size: 18px;
	font-weight: bold;
	background:#FAFAFA;
	}


ol.step2 li h2 {
	font-size: 18px;
	color:#000099;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
}
ol.step2 li p {
	color:#000000;
	font-size:13px;
	font-weight: normal;
	line-height: 1.6em;
}

/* Step 3 Lists */
ol.step3 {
	list-style:upper-alpha;
	margin: 60px 0;
	background-color:#9999CC;
/*	background: url(ul_bg_repeat.gif) repeat-y; /*--Bg of the order numbers--*/
	padding: 0 0 0 35px; /*--Distance between the order numbers--*/
	border: 0px solid #111;
}
ol.step3 li {
	margin: 0;
	padding: 15px 15px;
	color:#000099;
	font-size: 18px;
	font-weight: bold;
	background-color:#EDFDFD;
}

ol.step3 li h2 {
	font-size: 18px;
	color:#000099;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dashed #333;
}
ol.step3 li p {
	color:#000000;
	font-size:13px;
	font-weight: normal;
	line-height: 1.6em;
}


