body,table,td,th,input,select,textarea,p,div,span,a{
	font-family:Verdana,Arial,Tahoma;
	font-size:11px;
	color:#666666;
}

a.link{
	font-size:10px;
	color:#5596fc;
	text-decoration:none;
}

a.link:hover{
	font-size:10px;
	color:#c7dcfc;
	text-decoration:none;
}

div.copy{
	font-size:10px;
	line-height:150%;
	text-align:center;
}

a.design{
	font-size:10px;
	color:#333333;
	text-decoration:none;
}

a.design:hover{
	font-size:10px;
	color:#666666;
	text-decoration:none;
}

td.head{
	color:#00CCFF;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #0066FF;
}

td.p1{
	padding-top:10px;
	color:#FFFFFF;
	text-align:justify;
	line-height:150%;
}

.s1{
	padding-left:20px;
	color:#C4FFFF;
	text-align:justify;
	line-height:150%;
	width:280px;
	position:inherit;
}

.s2{
	width:60%;
	text-align:right;
}

th.th1{
	font-size:12px;
	font-weight:bold;
	color:#22467e;
	background-color:#abcafa;
	padding:5px;
}

table.box{
	background-color:#22467e;
	border:1px solid #000075;
}

td.td1{
	text-align:right;
	color:#FFFFFF;
}

input.txt1{
	width:200px;
	height:20px;
	border:1px solid #000080;
	background-color:#F0FFFF;
	font-size:11px;
	color:#000000;
}

textarea.ta1{
	width:300px;
	height:100px;
	border:1px solid #000080;
	background-color:#F0FFFF;
	font-size:11px;
	color:#000000;
}

.note{
	font-size:10px;
	color:#FF0000;
}

input.b1{
	width:80px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	color:#333333;
}

.stepcarousel{
position: relative; /*leave this value alone*/
border: 10px solid #E0E0E0;
overflow: scroll; /*leave this value alone*/
width: 450px; /*Width of Carousel Viewer itself*/
height: 180px; /*Height should enough to fit largest content's height*/
}

.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}

.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5 10 5 10; /*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
