/*Citymed*/
/*__________________________________________________________________*/

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

/*linky*/
/*__________________________________________________________________*/


div#footer, table a:link {text-decoration: underline; color: #93B0D1;}
div#footer, table a:visited {text-decoration: underline; color: #93B0D1;}
div#footer, table a:active {text-decoration: underline; color: #93B0D1;}
div#footer, table a:hover {text-decoration: underline; color: #000000;}


/* top */
/*__________________________________________________________________*/

div#top {
	width: 750px;
	height: 104px;
	background-image: url(../img/bg_header.jpg);
	background-repeat: no-repeat;

}

/*menu-buttons*/
/*__________________________________________________________________*/

div#menu {
	width: 750px;
	height: 25px;

}

/*content*/
/*__________________________________________________________________*/

div#content {
	width: 550px;
	height: 350px;
	margin-left: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}



/*footer*/
/*__________________________________________________________________*/

div#footer, table {
	width: 590px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8E8E8E;

}

/*__________________________________________________________________*/

.clear {
	clear: both;
}

.active {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #296DB9;
	
}