/* CSS Document */
body{
	background-color:#ffffcc;
}
a:link{
	color:#333333;
	text-decoration:none;
	
}
a:hover{
	color:#999999;
	text-decoration:none;
	text-shadow:none:

}
a:active{
	color:#ffff00;
	text-decoration:none;
}
a:visited{
	color:#333333;
	text-decoration:none;
}

.style1{
color:#F26522;
}
.listStyle{
text-indent:10px;
}

div{
	display:block;
	position:absolute;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font:"Verdana";
	font-size:small;
	top: 0px;
	left:0px;
}
div.big1{
	background-color:#ffffcc; 
    width:994px;
	height:900px;
    position: absolute;
    left: 50%;
    margin-left: -495px;
}
div.h1{
	background-color:#ffffcc;
	width:994px;
	height:20px;
	text-align:left;
	text-indent:10px;
	font-size:11px;
}
div.b1{
	background-color:#ffffcc;
	width:236px;
	height:236px;
	text-align:justify;
	font-size:11px;
}

div.i1{
	background-color:#ffffcc;
	width:364px;
	height:364px;

}
div.i2{
	background-color:#ffffcc;
	width:118px;
	height:118px;
}
