﻿/* CSS Document */

body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}
.whitetxt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 21px;
	color: #FFFFFF;
	text-align: justify;
	padding: 10px 40px 10px 40px;
}
.bodytxt {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height: 18px;
}
.button {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066CC;
	text-decoration: none;
	border: none;
}
.font10 { font-size: 10px; color: #888; }
a:link { text-decoration: none; color: #888; }
a:visited { text-decoration: none; color: #888; }
a:hover { text-decoration: underline; color: #888; }
