@charset "UTF-8";
/* CSS Document */

.darkback {
	background-color: #333333;
	background-image: url(images/backgrounddesign.png);
	background-position: top center;
	background-repeat: no-repeat;
}
.whiteback {
	background-color: #FFFFFF;
}
.purpleback {
	background-color: #330066;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #3399CC;
}
a:hover {
	color: #663399;
}
.chartreusseback {
	background-color: #cccc66;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 30px;
	margin-right: 30px;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.smallerheadline {
	font-weight: bold;
}
.graymedheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top:15px;
	font-size: 12px;
	font-style: italic;
	color: #330066;
	line-height: 19px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-position: outside;
	list-style-type: circle;
	margin-left: 12px;
	line-height: 120%;
}
.matrixsub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.matrixmain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.border {
	border: thin solid #999999;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-align: center;
}

.twitterbox {
	margin-left: 30px;
	margin-right: 20px;
	margin-bottom: 10px;
	margine-top: 10px;
}