/* CSS Document */
.sub {
	font-family: Tahoma,arial,verdana;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
	}

.sub:hover {
	font-family: Tahoma,arial,verdana;
	font-size: 12px;
	color: #AF2F01;
	text-decoration: underline;
	font-weight: none;
	}
	
.sub:active {
	font-family: Tahoma,arial,verdana;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	font-weight: none;
	}
	/* CSS Document */
.li {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color: #AF2F01;
	text-decoration: underline;
	font-weight: bold;
	}

.li:hover {
	font-family: Tahoma,arial,verdana;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	}
	
.li:active {
	font-family: Tahoma,arial,verdana;
	font-size:11px;
	color: #AF2F01;
	text-decoration: underline;
	font-weight: bold;
	}
	
	.home {
	font-family: Tahoma,arial,verdana;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.home:hover {
	font-family: Tahoma,arial,verdana;
	font-size: 14px;
	color: #D05050;
	text-decoration: underline;
	font-weight: bold;
	}
	
.home:active {
	font-family: Tahoma,arial,verdana;
	font-size:14px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	}

.style2 {
	color: #003399;
	font-weight: bold;
}

