body  {
	margin : 0px;
	padding : 0px;
	font-family : Verdana, Helvetica, sans-serif;
	color : Blue;
}

h1  {
	font-size : 24px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
}

h2  {
	font-size : 24px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
}

h3  {
	font-size : 24px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	font-weight : normal;
	text-align : center;
}

p  {
	font-size : 14pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	font-weight : normal;
}

p.small  {
	font-size : 12pt;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
	font-weight : normal;
}

ul li  {
	font-size : 18px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Blue;
}

#page  {
	margin : 10px;
}

#menuBar  {
	color : #999999;
	font-size : 14px;
	font-family : Verdana, Helvetica, sans-serif;
	font-weight : bold;
	text-align : left;
	text-transform : capitalize;
	display : block;
	margin-bottom : 5px;
	position : relative;
	top : 0px;
	left : 0px;
	right : 0px;
	width : 100%;
	overflow : hidden;
	vertical-align : middle;
	border : solid 2px #CFBFB0;
	background-color : #CFBFB0;
}

.menuHeader  {
	color : #000000;
	text-decoration : none;
	white-space : nowrap;
	font-size : 9pt;
	cursor : pointer;
	padding : 10px;
	margin : -2px;
	padding-right : 12px;
	display : inline;
	position : relative;
	border-right : 2px solid #000000;
}

a.menuLink  {
	display : block;
	padding : 2px 5px;
	border-top : 1px solid #CFBFB0;
}

a.menuLink:link  {
	color : #000000;
	text-decoration : none;
}

a.menuLink:visited  {
	color : #000000;
	text-decoration : none;
}

a.menuLink:hover  {
	color : #ffffff;
	background-color : #000000;
	text-decoration : none;
}

a.menuLink:active  {
	color : #ffffff;
	text-decoration : none;
	background-color : #cc0000;
}

.menuDrop  {
	color : #999999;
	font-size : 14px;
	font-family : Verdana, Helvetica, sans-serif;
	background-color : #ffffff;
	background-repeat : repeat;
	visibility : hidden;
	margin : 0;
	padding : 0;
	position : absolute;
	z-index : 1000;
	top : 60px;
	left : 0;
	width : 175px;
	height : auto;
	border-style : solid;
	border-width : 0 1px 1px;
	border-color : #003365;
}

