/* CSS Document */
/* Tags */

.T {
	font-family : Georgia;
	font-size:13px;
	font-weight:bold;
	color: #000000;
}
.T1 {
	font-family : Georgia;
	font-size:13px;
	font-weight:bold;
	color: #FFFFFF;
}

.T2 {
	font-family : Georgia;
	font-size:11px;
	font-weight:normal;
	color: #000000;
}


.nav, .nav a:link, .nav a:hover, .nav a:visited, .nav a:active {
	background: #000;
	font-size: 12;
	font-weight: bold;
	text-align: center;
	word-spacing: 50;
	color: #B2B2B2;
}


a:active, a:visited, a:link {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #00004f;
	text-decoration: none;
	color: #feca4f
}