
/*body style*/

body
{
   font-family: arial; 
   font-size : 10pt;
   color: #A67C52;
   background-color: #000000;
}



/* links stuff */

a:link {color: #ffffff;}
a:visited {color: #ffffff;}
td {font-size: 10pt;}
a {text-decoration: none;}




/* header styles */

.headexample1
{
   border-top : 0px solid #A67C52;
   border-left: 0px solid #A67C52;
   border-bottom : 0px solid #A67C52;
   border-right : 0px solid #A67C52;
   background : #062A5E;
   font-family: Arial;
   font-size : 10pt;
   font-weight: bold;
   color : #FFFFFF;
}
a:link.headexample1 {color: #108F34;}
a:hover.headexample1 {color: #108F34;}



/* table styles */

.brownunderline
{
   border-bottom : 2px solid #A67C52;
   border-right : 0px solid #A67C52;
   border-top : 0px solid #A67C52;
   border-left: 0px solid #A67C52;
   background: #000000;
}


.brownborder
{
   border-bottom : 2px solid #A67C52;
   border-right : 2px solid #A67C52;
   border-top : 2px solid #A67C52;
   border-left: 2px solid #A67C52;
   background: #000000;
}

.content
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   background: #000000;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
}

.menu
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   background : #333333;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
}

.menu_over
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   background: #ffffff;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   cursor: pointer;
}

.example
{
   border-bottom : 0px solid #000000;
   border-right : 0px solid #000000;
   border-top : 0px solid #000000;
   border-left: 0px solid #000000;
   background: #062A5E;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   font-style: italic;
   color : #FFFFFF;
   cursor: pointer;
}

.footer
{
   font-size : 8pt;
}

.clear
{
   background: none;
   font-family: Arial;
   font-size : 10pt;
   font-weight: normal;
   font-style: none;
   color : #000000;
}


/* list styles */
/* margin - top right bottom left */

#dots { 
	display: inline; 
	margin: 0 0 0 0; 
	padding: 0 0 0 0;
} 

#dots li {  
	margin: 2 0 0 -15; 
	padding: 0 0 0 0;
	list-style-position: outside; 
} 


/* list styles */
/* margin - top right bottom left */

#button {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 180px;
	background-color: #000000;
	text-align: center;
	color: #333333;
}

#button ul {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	list-style-type: none;
	list-style: none;
	border-bottom: 2px solid #000000;
}

#button li a {
	padding: 3 3 3 3;
	display: block;
	background-color: #333333;
	color: #A67C52;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	background-color: #ffffff;
	color: #A67C52;
}

