


@charset "utf-8";
/* CSS Document */

#hrp
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	width:1000px;
}
#hrp a {	text-decoration:none;	font-weight:bold;	}
#hrp a:hover {	text-decoration:underline;	}

.subTopic
{
	height:40px;	width:175px;
	background-color:#063A6B;
	border-top: solid 2px #000;  border-left: solid 2px #000;  border-right: solid 2px #000;
	cursor:pointer;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #FFF;	
	font-weight:700;	 font-size: 15px; 	text-align: center; padding: 5px;  vertical-align: text-top;
}

.subTopic:hover {	color:#063A6B;	background-color:#EDEDED;	}



#havob 
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 125%;
}
#havob #h2
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #063A6B;	
}

#havob #h3
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #063A6B;	
}

#havob a
{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #000;	text-decoration:none;	
}

#havob a:hover
{
	text-decoration:underline;
}




