@charset "utf-8";
/* CSS Document */


.menu2 a
{ 
	background-color: transparent;
 	color: black; 
	font-size : 13px; 
 	text-decoration:none; 
 	border-style: solid; 
	border-color: white; 
 	border-width: 1px; 
 	padding: 4px 6px 2px 2px;
	line-height:15px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
.menu2 a:hover
{
	background-color: transparent;
	color: black;
	font-size : 13px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	line-height:15px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.h1 {
	font-size: 20px;
	color: #000000;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-left:0;
	margin-top:25px;
	
}
.h2 {
	font-size: 13px;
	color: #000000;
	font-weight:bold;
}

.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:10px;
	line-height:20px;
	}