body{
	margin: 0px;
	color: #666666;
	background-color: #ffffff;
}

A:link{
	color:#0066CC;
}
A:visited{
	color:#663366;
}
A:active{
	color:#0066CC;
}
A:hover{
	color:#CC3300;
}

/* base */
.whiteback {
	background-color: #ffffff;
}

/* text */

.txt {
	font-size: 12px;
	line-height: 1.5em;
}

.txts {
	font-size: 10px;
	line-height: 1.3em;
}

.maincenter {
	text-align: center;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#topimage {
	padding: 0;
	margin-top: 150px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}
