body  {
	color : #000;
	background : #DFD;
	text-align : left;
}

h1  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-large;
	font-weight : bold;
	font-style : italic;
	color : #0A6;
	background : #DFD;
	text-align : center;
}

h2  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	color : #0A6;
	background : #FFF;
	text-align : left;
	margin-bottom : 0.25em;
}

h3  {
	font-family : Verdana, Arial, sans-serif;
	font-size : small;
	font-weight : bold;
	color : #000;
	background : #FFF;
	text-align : left;
	margin-top : 0;
  margin-bottom : 0.25em;
}

p, li, ul, ol, h4, h5, h6  {
	font-family : Verdana, Arial, sans-serif;
	font-size : small;
	font-weight : normal;
	color : #000;
	background : #FFF;
	text-align : left;
}

td  {
	font-family : Verdana, Arial, sans-serif;
	font-size : small;
	font-weight : normal;
	color : #000;
	text-align : left;
}

p  {
	margin-top : 0;
	margin-bottom : 1em;
}

blockquote {
  font-style : italic;
}

img {
  border-color: #AAA;
}

p.centerphotocaption  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	text-align : center;
	margin-top : 0;
}

p.leftphotocaption  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	text-align : center;
	margin-top : 0;
  float : left;
}

p.rightphotocaption  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	font-weight : bold;
	text-align : center;
	margin-top : 0;
  float : right;
}

.bodytext {
  background : #FFF;
}

.menu ul {
	margin : 0;
	padding : 0;
	list-style : none;
	width : 120px;
	border-bottom-width : 1px;
	border-style : solid;
	border-color : #0A6;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
}

.menu ul li  {
	position : relative;
}

.menu ul li a  {
	text-decoration : none;
	color : #0A6;
	background-color : #FFF;
	border-style : solid;
	border-bottom-width : 0;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size : 9pt;
	border-color : #0A6;
	display : block;
	border-left-width : 4px;
	border-right-width : 1px;
	border-top-width : 1px;
	padding-top : 3px;
	padding-bottom : 3px;
	padding-left : 4px;
	padding-right : 4px;
}

/* Fix IE v5-v6. Hide from IE Mac \*/
* html .menu ul li  {
	float : left;
	height : 1%;
}

* html .menu ul li a  {
	height : 1%;
}

/* End*/
.menu li:hover a, .menu li.over a  {
	color : #FFF;
	background-color : #0A6;
}

