/* CSS Document */

a { font-family: "BankGothic Md BT", "BankGothic MD-BT Normal", "BankGothic Md BT Medium","BankGothic Md BT Normal", sans-serif; font-weight: bold; font-size: 16 px; text-decoration: none }
a:link { color: #ff9900; }
a:visited { color: #99cc66; }
a:hover { color: #ffff33; text-decoration: underline }
// a:active { color: #00FF33; text-decoration: underline }

a.one { font-family: arial, verdana, sans-serif; font-weight: bold; font-size: 11 px; text-decoration: none }
a.one:link { color: #000000; }
a.one:visited { color: #006633; }
a.one:hover { color: #ff9900; text-decoration: underline }
// a.one:active { color: #00FF33; text-decoration: underline }

a.two { font-family: "BankGothic Md BT", "BankGothic MD-BT Normal", "BankGothic Md BT Medium","BankGothic Md BT Normal", sans-serif; font-weight: bold; font-size: 13 px; text-decoration: none }
a.two:link { color: #ff9900; }
a.two:visited { color: #99cc66; }
a.two:hover { color: #ffff33; text-decoration: underline }
// a.two:active { color: #00FF33; text-decoration: underline }

h4 {
	font-family: "BankGothic Md BT", "BankGothic MD-BT Normal", "BankGothic Md BT Medium","BankGothic Md BT Normal", sans-serif;
	font-size: 16px;
	color: #000000;
}

h3 {
	font-family: "BankGothic Md BT", "BankGothic MD-BT Normal", "BankGothic Md BT Medium","BankGothic Md BT Normal", sans-serif;
	font-size: 22px;
	color: #000000;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5 px;
	color: #fbfaca;
}

