/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-decoration:none;
	font-weight:bold;	
	background-color: #eaeaea;
	height: 27px;
	width: 125px;
}
.topmenu a{
	color: #333333;
	text-decoration: none;
}
.topmenu a:hover{
	color: #333333;
	text-decoration: underline;
}

.topmenus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
	background-color: #601550;
	height: 35px;
	width: 125px;
}
.topmenus a{
	color: #FFFFFF;
	text-decoration: none;
}
.topmenus a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.purple {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660066;
	font-weight:bold;	
}
.purple a{
	color: #660066;
	text-decoration: none;
}
.purple a:hover{
	color: #660066;
	text-decoration: underline;
}

.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:18px;
}
.list a{
	color: #333333;
	text-decoration: none;
}
.list a:hover{
	color: #333333;
	text-decoration: underline;
}

.linklist {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	line-height:18px;
	padding-left: 20px;
}
.linklist a{
	color: #777777;
	text-decoration: none;
}
.linklist a:hover{
	color: #660066;
	text-decoration: none;
}

.tail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.tail a{
	color: #999999;
	text-decoration: none;
}
.tail a:hover{
	color: #666666;
	text-decoration: none;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	line-height:17px;	
}
.content a{
	color: #333333;
	text-decoration: none;
}
.content a:hover{
	color: #333333;
	text-decoration: underline;
}

.morelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:right;
	font-weight:bold;	
}
.morelink a{
	color: #333333;
	text-decoration: none;
}
.morelink a:hover{
	color: #333333;
	text-decoration: underline;
}
/* Static Styles */
.bigwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #601550;
	height: 30px;
}
.midgrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	font-weight:bold;
}
.big {
	font-size: 18px;
}
.yellow {
	color: #ffff00;
}
.lightgrey {
	color: #888888;
}
