body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;

}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3300CC;
}
.pad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3300CC;
	margin-right: 10px;
	margin-left: 10px;


}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3300CC;
}
li {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3300CC;
}
a {
	font-weight: bold;
	color: 3300CC;
	font-size: 12px;


}
.logo {
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

