BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

.heading1{
	text-align: center;
	font-weight: bold;
	font-size:16px;
}

.heading2{
	text-align: center;
	font-weight: bold;
	font-size:14px;
}

.green{
	color: #00FF00 ;
}

.small{
	text-align: left;
	font-size:10px;
	color : #FFFFFF;
}

table {
	color: #FFFFFF;
	font-size: 12px;
}

.sitename {
	color : #FFFF33;
}

.menutext {
	color : #FFFFFF;
	margin-left : 12px;
}

.centeredheading {
	text-align: center;
		color : #FF33FF;
}

.maintext {
	font-size : 12px;
	text-align: left;
	font-weight: bold;
}

.centeredtext {
	text-align: center;
	font-weight: bold;
}

A:LINK {
	color : #3C8AFF;
}
A:VISITED {
	color : #FF2828;
}
a.tigerbox:link {
	color: #3C8AFF;
}
a.tigerbox:visited {
	color: #FF2828;
}

.menuHead {
	color: #3C8AFF;
	font-size : 12px;
}

.menuOption {
	color: #3C8AFF;
	font-size : 11px;
}

#menu1 { display : none; }
#menu2 { display : none; }
#menu3 { display : none; }

#menuBar {
	color : #142774;
	font-size : 12px;
	font-weight : bold;
	text-align : left;
	text-transform : capitalize;
	display : block;
	margin-bottom : 5px;
	position : relative;
	top : 0px;
	left : 0px;
	right : 0px;
	overflow : hidden;
	verticle-align : middle;
	border : solid 1px #FFFFFF;
	background-color : #142774;
}

.menuHeader {
	color : #FFFFFF;
	text-decoration : none;
	white-space : nowrap;
	cursor : pointer;
	padding : 5px;
	margin : 0px;
	padding-right : 15px;
	display : inline;
	position : relative;
	border-right : 1px solid #ffffff;
}

a.menuLink{
	display : block;
	padding : 2px 5px;
	border-top : 1px solid #ffffff;
}

a.menuLink:link {
	color : #FFFFFF;
	text-decoration : none;
}

a.menuLink:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.menuLink:hover {
	color : #000000;
	background-color : #FFFF00;
	text-decoration : none;
}

a.menuLink:active {
	color : #000000;
	text-decoration : none;
	background-color : #FFFFFF;
}

.menuDrop {
	color : #000000;
	font-size : 10px;
	position: absolute;
	background-color : #142774;
	visibility : hidden;
	margin : 0px;
	padding : 0px;
	top : 60px;
	left: 0;
	width: 175px;
	height : auto;
	border-style : solid;
	border-width : 0 1px 1px;
	border-color : #FFFFFF;
	z-index : 1000;
}
