body {
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:10pt;
	color:#000000;
}

td {
	font-family:Arial;
	font-size:10pt;
	color:#000000;
}

#main {
	text-align:justify;
}

.subtitle {
	font-family:Arial;
	font-size:11pt;
	color:#FFFFFF;
	padding-right:10px;
}

.button {
	font-family:Arial;
	font-size:10pt;
	height:30px;
	width:190px;
	color:#FFFFFF;
	background:#003366;
	line-height:30px;
	cursor:hand;
	cursor:pointer;
}

.button2 {
	font-family:Arial;
	font-size:9pt;
	height:30px;
	width:140px;
	color:#FFFFFF;
	background:#003366;
	line-height:30px;
	cursor:hand;
	cursor:pointer;
}

.bottom {
	font-family:Arial;
	font-size:10pt;
	color:#999999;
	padding-top:5px;
}

a .button,
a .button2 {
	color:#FFFFFF;
	text-decoration:none;
}

a {
	color:#000066;
	text-decoration:underline;
}

a:hover {
	color:#3333CC;
	text-decoration:underline;
}