td {
	font-family:Verdana;
	font-size:12px;
	color:#1E4196;
}

form
{
	margin:0px;
}
a {
	text-decoration: underline;
	color:#1E4196;
}
a.menu {
	text-decoration: none;
	color:#5F5F5F;
	font-size:13px;
	font-weight:bold;
	font-family:Verdana;
}

a.link {
	text-decoration: none;
	color:#5F5F5F;
	font-size:12px;
	font-weight:nomal;
	font-family:Verdana;
}

a.menulink2 {
	text-decoration: none;
	color:#1E4196;
	font-weight:bold;
	font-family:Verdana;
}

.style1 {
	color: #FFFFFF;
	font-weight: bold;
	
}
.style2 {
	color: #8C1313;
	font-weight: bold;
	font-size: 13px;
}

.direc {
	text-decoration: underline;
	color:#1E4196;
	font-weight:bold;
	font-family:Verdana;
}

H1 {
	color: #8C1313;
	font-weight: bold;
	font-size : 18px;
}

H2 {
	color: #009900;
	font-weight: bold;
	font-size : 16px;
}

H3 {
	color: #5F5F5F;
	font-weight: bold;
	font-size : 14px;
}

p {
	text-align: justify;
	font-weight: normal;
	font-family:Verdana;
	font-size:14px;
	color:##1E4196;
}
	.Menu_Head {
		filter:alpha(opacity=60);
		background-color: #6699cc;
		color: white;
		font-weight: bold;
		cursor: pointer;
		width: 100%;
	}
	.Menu_Items {
		filter:alpha(opacity=100);
		background-color: "#D3E4F5";
		padding: 10;
		width: 90%;
		display: block;
	}
	
	.Description {
		filter:alpha(opacity=90);
		background-color: #6699cc;
		display: none;
		width: 180;
		position: absolute;
		border: 1px solid #006699;
	}
	.DescTitle {
		background-color: #006699;
		color: white;
		font-weight: bold;
	}