/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	background-color:#333333;
}

a {
	color: #663366;
	text-decoration:none;
}

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

.main_heading {
	color: #333333;
	font-size: x-large;
	font-weight: bold;
}

.white_heading {
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
}

.menuheading {
	font-weight: bold;
}

.small { font-size:10pt;
}

.bsmall { font-size:10pt;
font-weight:bold;
}

.dottyborder {
	border: thin dotted #663366;
}

.timesitalic {
	color: #ffffff;
	font-size: x-large;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.grey{
color:#666666;
}

.style8 {
	color: #ffffff;
	font-weight: bold;
}

.boldheading{
	color: #333333;
	font-weight: bold;
	font-size:large;
}

.supporters {font-size: 10pt; color: #333333; 
	border: thin dotted #663366;
	text-align:center;
	}

.rules{
	font-family:"Courier New", Courier, monospace;
	font-size:small;
	color:#666666;
}