/* CSS Document */

.titlelink {
	font-weight: bold;
}

.type {
	font-weight: bold;
	color: #ffffff;
}

h1 {
	color: #ffffff;
	font-size: 25pt;
	text-align: center;
	font-weight: bold;
}

h2 {
	color: #ffffff;
	font-size: 18pt;
	text-align: center;
	font-weight: bold;
}

.fineprint {
	color: #ffffff;
	font-size: 9pt;
	text-align: center;
}
td {
	font-size: 11pt;
}

body {
	font-size: 11pt;
	color: #D4D0C8;
	background-color: #000000;
	background-attachment: fixed;
	background-repeat: repeat-y;
	scrollbar-base-color: #3324A5; 
	scrollbar-arrow-color: #000000;
	scrollbar-DarkShadow-Color: #4C2BBA; 
}

a:link {
	color: #6699ff; background: none; text-decoration: underline; 
}
a:visited {
	color: #D4D0C8; text-decoration: underline;;
}
a:active {
	 color: #D4D0C8;  text-decoration: underline;
}
a:hover {
	color: #3324a5; background: D4D0C8;  text-decoration: none;
}


a.mainlink:link {
	color: #6699ff;  text-decoration: none; font-weight: bold; font-size:12pt;
}
a.mainlink:visited {
	color: #ffffff; text-decoration: none; font-weight: bold; font-size:12pt;
}
a.mainlink:active {
	color: #ffffff;  text-decoration: none; font-weight: bold; font-size:12pt;
}
a.mainlink:hover {
	color: #3324a5; background: #6699ff; text-decoration:none; font-weight: bold; font-size:12pt;
}


a.submenu:link {
	color: #6699ff;  text-decoration: none; font-weight: bold; font-size:11pt;
}
a.submenu:visited {
	color: #D4D0C8; text-decoration: none; font-weight: bold; font-size:11pt
}
a.submenu:active {
	color: #D4D0C8;  text-decoration: none; font-weight: bold; font-size:11pt
}
a.submenu:hover {
	color: #3324A5; background: #FFFFFF; text-decoration:none; font-weight: bold; font-size:11pt
}

a.imagelink:hover {
	background: none;
}