/*

This file contians the style sheet definitions used throughout
the site.

*/
#navBground{ position: absolute; top: 72px; left: 11px; width: 759px; visibility: visible; z-index: 9; }
#barTop{ position: absolute; top: 0px; left: 0px; width: 770px; }
#logo{ position: absolute; top: 15px; left: 11px; width: 292px; }


.bgOff a{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : #5e6780;
	text-decoration : none;
	}

.bgOn a{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : white;
	text-decoration : none;
	}

.bgOn a:hover{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : white;
	text-decoration : none;
	}

.bgOff{
	background-color : #dedede;
	}

.bgOn{
	background-color : #a8a8a8;
	}

body{
	background-color : white;
	font-family : Verdana,Geneva,Arial,sans-serif;
	}
h1 {
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	}

h2 {
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size: 14px;
	color: #636363;
	}

td,th,.text,#leftNav .text,#navBottom .text{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : #636363;

	}

.redText{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 9px;
	color : #ff0000;
	}

.bodyText,form,input,select,option{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : #000000;
	}

.smallText{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 9px;
	color : #636363;
	}

.text A{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 11px;
	color : #809099;
	text-decoration : none;
	}

.super{
	position: relative;
	top: -4px;
	font-size: 9px;
	text-decoration : none;
	}


#leftNav A{
	color : #809099;
	text-decoration : none;
	}

#leftNav A:hover {
	color : #809099;
	text-decoration : underline;
	}

#navBottom A{
	color : #809099;
	text-decoration : none;
	}

#navBottom A:hover {
	color : #809099;
	text-decoration : underline;
	}

.bodyText A, .smallText A, td A{
	color : #809099;
	text-decoration : underline;
	}

.bodyText A:hover,  smallText A:hover, td A:hover{
	color : #809099;
	text-decoration : underline;
	}


.headText{
	border : 1px dashed Green;
	text-decoration : blink;
	text-shadow : Blue;
	direction : rtl;
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size: 16px;
	layout-flow : vertical-ideographic;
	}

.subHeadText{
	border : 1px dashed Green;
	text-decoration : blink;
	text-shadow : Blue;
	direction : rtl;
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size: 14px;
	color: #636363;
	layout-flow : vertical-ideographic;
	}

body{
 	margin-left : 0px;
 	margin-right : 0px;
 	margin-top : 0px;
 	margin-bottom : 0px;
}
