body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	background-image: none;
	background-repeat: repeat-y;
}

#wrapper {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 40px;
	position: relative;
	background-image: none;
	border: none;
	width: 800px;
	height: 1700px;
	text-align:left;
	overflow: visible;
	background-repeat: no-repeat;
}	
	
/***text info***/

.body110bold {
	font-size: 110%;
	font-weight: bold;
}

.body140bold {
	font-size: 140%;
	font-weight: bold;
}	
	
.body110 {
	font-size: 110%;
	font-weight: normal;
}

.body100italic {
	font-style:italic;
}			

.body80 {
	font-size: 80%;
	font-style: normal;
}	

.body180bold {
	font-size: 180%;
	font-weight: bold;
}	

.body70 {
	font-size: 70%;
	font-style: normal;
}	

.bodysmall {
	font-size: 60%;
	font-weight: normal;
}
/***link info***/

a:link {
	color: #0000cc;
}
a:visited {
	color: #FF3333;
}
a:hover {
	color: #000000;
	background-color:#FFFF66
}	


