@charset "utf-8";
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #6C72D4;
}
.style2 a:link {  color: #6C72D4; text-decoration: none}
.style2 a:visited {  color: #6C72D4; text-decoration: none}
.style2 a:hover {  color: #6C72D4; text-decoration: underline}
.style2 a:active {  color: #6C72D4; text-decoration: none}
.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6E74D4;
	font-size: small;
}
.style4 a:link {  color: #6469D1; text-decoration: none}
.style4 a:visited {  color: #6469D1; text-decoration: none}
.style4 a:hover {  color: #341CC8; text-decoration: none}
.style4 a:active {  color: #6469D1; text-decoration: none}
.style5 {
	color: #666666;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {font-size: medium}
.style7 {
	color: #F76B00;
	font-size: medium;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
body {
	background-color: #FFFFFF;
}
.style8 {font-size: x-small}
.style5 a:link {  color: #666666; text-decoration: none}
.style5 a:visited {  color: #666666; text-decoration: none}
.style5 a:hover {  color: #666666; text-decoration: underline}
.style5 a:active {  color: #666666; text-decoration: none}
.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #6E74DB;
}
.style7 a:link {  color: #F76B00; text-decoration: none}
.style7 a:visited {  color: #F76B00; text-decoration: none}
.style7 a:hover {  color: #F76B00; text-decoration: underline}
.style7 a:active {  color: #F76B00; text-decoration: none}

.buttonscontainer {width: 100px;}

.buttons a {
	color: #ffffcc;
	border: 1px solid;
	background-color: #6e74d4;
	padding: 2px;
	padding-left: 12px;
	font: 13px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border-color: #99ccff #000099 #000099 #99ccff;
	display: block;
	margin: 3px;
	width: 100%;
	text-align: left;
}

.buttons a:hover {border: 1px solid;
padding-left: 10px;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 1px;
background-color: #000099;
border-color: #000099 #99ccff #99ccff #000099;
color: #ffffff;
text-decoration: none;}

