.continut{
	font-family: Verdana;
	font-size: 13px;
	color:#003368;
	padding: 10px;

}

.continut p b{
	font-size: 16px;

}

.continut p i{
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.continut p a{
	font-family: Verdana;
	font-size: 13px;
	color:#003368;
	padding: 10px;
	text-decoration: none;

}

ul.rzbMenuItemWhite li.square {
	list-style-image:url('../images/sageata.gif');
	font-size: 12px;
}


ul.rzbMenuItemWhite {
	background-color:#FFFFFF;
	border-bottom:1px solid #CCCCCC;
	font-size: 12px;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	padding-bottom:2px;
	padding-left:1.5em;
	padding-top:2px;
}

ul.rzbMenuItemWhite a:link, a:active, a:visited {
	color:#003368;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	font-size: 12px;
}

ul.rzbMenuItemWhite a:hover {
	color:#003368;
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
}

ul.rzbMenuHeader {
	background-color:#EFEFEF;
	border-bottom:1px solid #CCCCCC;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	padding-left:1.5em;
	padding-top:5px;
	height: 20px;
	font-size: 12px;
	font-family: Verdana;
}

ul.rzbMenuHeaderYellow{
	background-color:#F9F300;
	border-bottom:1px solid #CCCCCC;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0;
	margin-top:0;
	padding-left:1.5em;
	padding-top:6px;
	height: 20px;
	
}

ul.rzbMenuHeaderYellow.square{
	background-color:#F9F300;

}
ul.rzbMenuHeaderYellow li a {
	background-color:#f9f300;
	font-family:Verdana;
	font-size:12px;
	font-style:italic;
	margin:0;
	padding:0;
}

.contact {
	padding: 8px; 
	background-color: rgb(255, 252, 190); 
	font-family: Verdana; 
	font-size: 11px; 
	border-bottom: 1px solid #CCC;
	height: 250px;
}

td p {
	font-family: Verdana;
	font-size: 12px;
	color:#003368;
}

/****************************************** dropdown menu ***************************************/


.selectedanchor{ /*CSS class that gets added to the currently 
	selected anchor link (assuming it's a text link)*/
background: none;

}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #CCC;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background: lightyellow;
	width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #003368;
text-indent: 5px;
background-color: #F7F7F7;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #EFEFEF;
color: #003368;
font-weight: bold;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 14px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #000;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: gray;
visibility: hidden;
}


/****************************************** dropdown menu end ***************************************/

