/* CSS Document */

a:link {
    color: #ffffff;
    text-decoration: none;
	}     /* unvisited link */
a:visited {
    color: #888888;
    text-decoration: none;
	}  /* visited link */
a:hover {
    color: #ffffff;
    text-decoration: underline; color: #ffffff;
	}   /* mouse over link */
a:active {
    color: #ffffff;
    text-decoration: underline; color: #ffffff;
	}   /* selected link */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	font-size: 80%;
	font-weight: normal;
	}
	
p   {
    color: #888888;
	text-align: justify;
	}
	
p.second	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #eab600;
	text-align: center;
	font-size: 70%;
}

p.newsbox	{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #eab600;
	text-align: justify;
	font-size: 80%;
}
	
strong   {
    color: #bbbbbb;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-family: Arial;
	color: #ffffff;
	}	
	
h2 {
	font-family: Arial;
	color: #ffffff;
	}	
	
h3 {
	font-family: Arial;
	color: #ffffff;
	}	
	
hr {
    height:1px;
	color: #f00;
    background-color: #f00;
    height: 5px;
   }



/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
	
#menu3 {
	width: 150px;
	border: 1px solid #333333;
	margin: 10px;
	}
	
#menu3 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background:  url(images/page_images/menu3_black_test.jpg);
	padding: 8px 0 0 30px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #ffffff;
	background:  url(images/page_images/menu3_black_test.jpg) 0 -32px;
	padding: 8px 0 0 30px;
	}