body
{
	background-color: #cfd1ba;
	margin : 10px 10px 10px 10px;
	border: 0px;
}









p,ul,ol
{
	color: #404040;
	font-size: 80%;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	text-align: justify;
}



small
{
	font-size: 60%;
}




h1, h2, h3
{
	font-family: "Trebuchet MS", Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	font-weight: bold;
	text-align: left;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 0px;
}


h1
{
	font-size: 150%;
	color: #ffffff;
	border: solid #ffffff;
	border-width: 0px 0px 2px 0px;
}


h2
{
	font-size: 110%;
	color: #555737;
	border: solid #555737;
	border-width: 0px 0px 1px 0px;
}


h3
{
	font-size: 100%;
	color: #6d7046;
	border: solid #6d7046;
	border-width: 0px 0px 1px 0px;
}






acronym {
  border-bottom: 1px dotted black;
}


.right
{
	align: right;
	text-align: right;
}


.left
{
	align: left;
	text-align: left;
}


.center
{
	align: center;
	text-align: center;
}

.skiplink
{
	display:none
}







a
{
	color: #505050;
	font-weight: normal;
	text-decoration: underline;
}


a:link
{
	color: #ff0000;
}


a:visited
{
	color: #660000;
}


a:active
{
	color: #660000;
}


a:hover
{
	color : #ff0000;
	background-color : #ebede1;
}









.top, .article, .bottom, .footer
{
	display : block;
	width : 100%;

	text-decoration: none;
	font-family: Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
}


.top
{
	border: solid #404040;
	border-width: 0px 0px 1px 0px;
}


.article
{
	padding: 8px 8px 16px 0px;
	border: 0px solid #404040;
}


.bottom
{
	border: solid #404040;
	border-width: 1px 0px 0px 0px;
}


.footer
{
	color: #555555;
	font-size: 60%;
}









.menu, .section, .this_item, .item
{
	display : block;
	width : 100%;
	border : 0px none #00000;

	text-decoration : none;
	text-align : left;

	font-family : Verdana, "Lucida Sans", Arial, Geneva, Helvetica, Helv, "Myriad Web", Syntax, sans-serif;
	font-weight : normal;
	font-size : 80%;
	color : #000000;

	white-space: nowrap;
}


.menubuffer
{
	width : auto;
	padding: 0px 16px 0px 0px;
}


.menu
{
	width : auto;
	border: solid #b8bc91;
	border-width: 0px 1px 1px 1px;
	background-color :  #d7d9c1;
	padding: 4px 12px 12px 12px;
}


.section
{
	padding-top : 8px;
	padding-left : 2px;
	border: solid #404040;
	border-width: 0px 0px 1px 0px;

	font-weight : bold;
}


.this_item
{
	padding-left : 4px;

	color: #505050;
	background-color : #e2e4d2;
}


.item
{
	padding-left : 4px;
}


a.menu:link, a.item:link, a.this_item.link
{
	color: #505050;
}


a.menu:visited, a.item:visited, a.this_item.visited
{
}


a.menu:hover, a.item:hover, a.this_item.hover
{
	background-color : ##ebede1;
	color : #ff0000;
}

