/* CSS Document */

/* Text Properties */
.basic_9_text {font-family: Arial; font-size: 9px; color: #000000; text-decoration: none; cursor: none }
.basic_10_text {font-family: Arial; font-size: 10px; color: #000000; text-decoration: none; cursor: none }
.basic_11_text {font-family: Arial; font-size: 11px; color: #000000; text-decoration: none; cursor: none }
.basic_12_text {font-family: Courier; font-size: 12px; color: #000000; text-decoration: none; cursor: none }
.white_10_text {font-family: Arial; font-size: 10px; color: #ffffff; text-decoration: none; cursor: none }
.white_11_text {font-family: Arial; font-size: 11px; color: #ffffff; text-decoration: none; cursor: none }
.yellow_11_text {font-family: Arial; font-size: 11px; color: #ffff66; text-decoration: none; cursor: none }
.white_12_text {font-family: Arial; font-size: 12px; color: #ffffff; text-decoration: none; cursor: none }
.blue_11_text {font-family: Arial; font-size: 11px; color: #0066cc; text-decoration: none; cursor: none }
.blue_14_text {font-family: Arial; font-size: 14px; color: #0066cc; text-decoration: none; cursor: none }
.red_10_text {font-family: Arial; font-size: 10px; color: #cc0000; text-decoration: none; cursor: none }
.blue_10_text {font-family: Arial; font-size: 10px; color: #0066CC; text-decoration: none; cursor: none }
.blue_11_text {font-family: Arial; font-size: 11px; color: #0066CC; text-decoration: none; cursor: none }
.blue_12_text {font-family: Arial; font-size: 12px; color: #0066CC; text-decoration: none; cursor: none }
.darkblue_11_text {font-family: Arial; font-size: 11px; color: #003366; text-decoration: none; cursor: none }
.red_11_text {font-family: Arial; font-size: 11px; color: #cc0000; text-decoration: none; cursor: none }
.red_12_text {font-family: Arial; font-size: 12px; color: #cc0000; text-decoration: none; cursor: none }
.red_14_text {font-family: Arial; font-size: 14px; color: #cc0000; text-decoration: none; cursor: none }

/* HyperLink Properties */
.basic_link {font-family: Arial; font-size: 11px; color: #cc3333}
.basic_link:hover {font-family: Arial; font-size: 11px; color: #ff9999; text-decoration: underline; cursor: hand}
.basic_11_link {font-family: Arial; font-size: 11px; text-decoration: none; color: #cc3333}
.basic_11_link:hover {font-family: Arial; font-size: 11px; color: #ff9999; text-decoration: underline; cursor: hand}
.basic_12_link {font-family: Arial; font-size: 12px; color: #cc3333}
.basic_12_link:hover {font-family: Arial; font-size: 12px; color: #ff9999; text-decoration: underline; cursor: hand}
.blue_12_link {font-family: Courier; font-size: 12px; color: #0066CC; text-decoration: none;}
.blue_12_link:hover {font-family: Courier; font-size: 12px; color: #cc3333; text-decoration: underline; cursor: hand}
.blue_11_link {font-family: Arial; font-size: 11px; color: #0066CC; text-decoration: none;}
.blue_11_link:hover {font-family: Arial; font-size: 11px; color: #cc3333; text-decoration: underline; cursor: hand}
.white_11_link {font-family: Courier; font-size: 11px; color: #ffffff; text-decoration: none;}
.white_11_link:hover {font-family: Courier; font-size: 11px; color: #cc3333; text-decoration: underline; cursor: hand}
.small_link {font-family: Arial; font-size: 9px; color: #cc3333}
.small_link:hover {font-family: Arial; font-size: 9px; color: #ff9999; text-decoration: underline; cursor: hand}
.white_10_link {font-family: Arial; font-size: 10px; color: #ffffff}
.white_10_link:hover {font-family: Arial; font-size: 10px; color: #ffff66; text-decoration: underline; cursor: hand}

/* Background Properties */
.bg {
	background-color: #000000;
	background-image: url(/img/bg.jpg);
	background-repeat: repeat-y;
}

