/* Main */

BODY {
	FONT-SIZE: 15px;
	FONT-FAMILY: "Century Gothic";
	background-color: #000;
	background-repeat: repeat-x;
	color:#333333;
	LINE-HEIGHT: 1.3
}
TD {
	FONT-SIZE: inherit;
	FONT-FAMILY:  inherit;
	LINE-HEIGHT: 1.3
}
/* Navigation */

.main_nav, .main_nav a, .main_nav a:visited {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
.main_nav a:hover {
	font-size: 15px;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
}
a {
	color: #0000ff;
	text-decoration:none;
	font-size:inherit
}
a:visited {
	color: #0000ff;
}
a:hover {
	color: #0000ff;
	text-decoration:underline
}
a:active {
	color: #0000ff;
}
.thumbtable {
	float: left;
}
/* Navigation */

.nav a, .nav a:visited {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration:none;
	padding: 5px;
}
.nav a:hover {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	text-decoration:none;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #666;
	padding: 5px, 5px, 0px, 0;
	font-weight:normal
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
/* Footer */

.footer {
	font-size: 12px;
	color:#6299c4;
}
.footer a, .footer a:visited {
	font-size: 12px;
	color:#6299c4;
	text-decoration:none;
}
.footer a:hover {
	font-size: 12px;
	color:#1F3083;
	text-decoration:underline;
}
table.table {
	border-width: 0px;
	border-collapse: collapse;
	background-color: #fff;
}
table.table th {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color:  #d2e4fc #ffffff #d2e4fc #ffffff;
	background-color: #f2f1f9;
	font-size: 12px;
}
table.table td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color:  #f2f1f9 #ffffff #f2f1f9 #ffffff;
	background-color: #fff;
	border-collapse: collapse;
}
.tablefields {
	color: #666666;
	text-align:right
}
.step {
	font-size: 24px;
	color: #000;
}
.steps {
	font-size: 16px;
	color: #999999;
}
.steps_td {
	border-left:1px solid #CCCCCC
}
.steps_td_top {
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC
}
.btn {
	padding:3px;
	padding: 4px;
	font-size:14px
}
.scrollArea {
	width: 900px;
	height: 500px;

	overflow:auto;
	
	


}
.scrollArea2 {
	width: 800px;
	height: 150px;

	overflow:auto;
	border:solid;
	border-width: 1px;
	border-bottom-color:#999999
	


}
.scrollAreaBox {

padding: 25px;

	


}

