/* CSS Document */
caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #0099FF;
	font-style: italic;
}
body {
	background-color: #000000;
}

/* CLASS ATTRIBUTES */
.hddr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #9933FF;
}
.hddr2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #33CC33;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FF0066;
	font-variant: normal;
	line-height: 33px;
	font-style: oblique;
	text-align: center;
}

/* TABLE ATTRIBUTES */
thead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-transform: uppercase;
	font-weight: bold;*/
}
tbody {
	font-size: 14px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 1px;
}
tfoot {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

/* HYPERLINK ATTRIBUTES */
a {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: #FFFF00;
	font-style: italic;
}
a:visited {
	color: #FFFF00;
	font-style: italic;
}
a:hover {
	color: #FF6600;
	font-style: italic;
}
a:active {
	color: #9966FF;
	font-style: italic;
}

/* HYPERLINK ATTRIBUTES #2 */
a {
	text-decoration: none;
	font-weight: bold;
}

a:link.bobrule { 
	color: #FF0066; 
	text-decoration: none; }

a:visited.bobrule { 
	color: #FF0066; 
	text-decoration: none; 
}

a:hover.bobrule { 
	color: #FFFF00; 
	text-decoration: none; 
}

a:active.bobrule { 
	color: #9966FF; 
	text-decoration: none; 
}

/* HEADDER ATTRIBUTES */
h1 {
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #00CCFF;
	line-height: 1px;
	font-size: 14px;
	text-decoration: underline;
}
h5 {
	line-height: 1px;
	color: #000000;
}
hr {
	text-align: left;
}