/* CSS Document */



.h1 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	}

.h2 {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-decoration: none;
	}
		
p {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	}	

td {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	}	
		
.main {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	text-decoration: none;
	}	
	
.right {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #666666;
	text-decoration: none;
	}
	
a {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	text-decoration: underline;
	}		
	

.link {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #000000;
	text-decoration: underline;
	}

.link:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333333;
	text-decoration: underline;
	}		

.menu {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	color: #fffed4;
	text-decoration: none;
	margin-left: 3px;

	}
	
.menu:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 18px;
	font-weight: normal;
	color: #fffed4;
	text-decoration: underline;
	margin-left: 3px;
	}
	
.submenu {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #fffed4;
	text-decoration: none;
	margin-left: 5px;
	letter-spacing: 0px;
	}
	
.submenu:hover {
	font-family: Arial, Verdana, Trebuchet MS;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;	
	color: #fffed4;
	text-decoration: underline;
	margin-left: 5px;
	letter-spacing: 0px;
	}


