/* Class Styles */

@charset "ISO-8859-1";
/* Global Styles */
body {
	scrollbar-arrow-color: #ffffff;
	scrollbar-Track-Color: #000000;
	scrollbar-Highlight-Color: #ffffff;
	scrollbar-base-color: #ffffff;
	scrollbar-Face-Color: #000000;
	scrollbar-Shadow-Color: #ffffff;
	scrollbar-DarkShadow-Color: #fffff
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(back.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	color: #8b0000;
	text-decoration: underline;
	font: italic;
}

a:hover { color: #8b0000; text-decoration: none; }

blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	color: #CCCCCC;
	letter-spacing: .1em;
	line-height: 20px;
	white-space: pre;
}

h2 {
	font: 16px Georgia, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: .1em;
	line-height: 16px;
	font-style: italic;
	white-space: pre;
}

hr { height: 1px; color: #cccccc; border: outset; }

li { height: 30px; }

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCCCCC;
	letter-spacing: .1em;
	line-height: 20px;
	white-space: pre;
}

td { height: 50px; }

ul { list-style: circle url(img/li.jpg); }

/* ID Styles */
#link a:link { cursor: auto; }

#link a:hover { cursor: help; }

#tabtext {
	font: 13px arial;
	font-weight: bold;
	letter-spacing: .1em;
	line-height: 16px;
}

#tabtext a:link, #tabtext a:visited { text-decoration: none; color: #CCCCCC; }

#tabtext a:hover { color: #8b0000; text-decoration: underline; }
