/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #743593;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
}

.nav {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #743593;
}

.nav a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

.nav a:hover {
	color: #743593;
}

h1 {
	font-size: 2em;
	color: #8BC53F;
	font-weight: normal;	
}

p.intro {
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

a.useful {
	color: #743593;
}

a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

table.multicolor th {
	background: #FFF200;
	font-weight: bold;
	color: #000000;
	padding: 4px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: bottom;
}

table.multicolor th.special {
	background: #FFF200;
	font-weight: bold;
	color: #ED1C24;
	padding: 4px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: bottom;
}

table.multicolor td.high {
	background: #0D964B;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
}

table.multicolor td.hidium {
	background: #8CC63F;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
}

table.multicolor td.medium {
	background: #F7931D;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
}

table.multicolor td.low {
	background: #ED1C24;
	color: #FFFFFF;
	padding: 4px;
	text-align: center;
}

td.ref {
	background: #FFFFFF;
	color: #000000;
}

td.lnk a {
	color: #8BC53F;
}