@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #e1e1f5;
	text-align: center;
	line-height: 20px;
}
a:link {
	color: #6666cc;
	font-weight: bold;
}
a:hover {
	color: #6666cc;
	font-weight: bold;
}
a:active {
	color: #6666cc;
	font-weight: bold;
}
a:visited {
	color: #6666cc;
	font-weight: bold;
}
td {
	text-align: left;
	vertical-align: top;
}
.purple {
	color: #6666cc;
	font-weight: bold;
	font-size: 14px;
}
.black {
	font-weight: bold;
	color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}.smaller {
	font-size: 11px;
}
.blackcaps {
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
}
.white {
	color: #FFF;
}
