#title {
	display: none;
}
body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 16px;
}
h1 {
	color: #006699;
	font-size: 15px;
	font-weight: bolder;
	margin-bottom: 15px;	
}
h2 {
	font-size: 13px;
	font-weight: bolder;
	color: #006699;
	margin-bottom: 0px;
}

.quotation { /*** Top Header Quote ***/
	color: #006699;
	font-size: 19px;
	font-weight: bold;
}
address {
	font-style: normal;
}
.caption {
	font-size: 11px;
	line-height: 14px;
}
.copyright {
	text-align:  center;
	font-size: 11px;
	line-height: 13px;
}
.medlinks {
	font-size: 13px;
	font-weight: bolder;
	color: #006699;
	margin-bottom: 0px;
    margin-top: 0px;
}
.imagespacert {
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.imagespacelt {
	margin-bottom: 10px;
	margin-right: 10px;
    float: left;
}
a:link {
	color: #0099CC;
	font-weight: bolder;
	text-decoration: underline;
}
a:visited {
    color: #0099CC;
	font-weight: bolder;
	text-decoration: underline;
}
a:hover {
	color: #006699;
	font-weight: bolder;
	text-decoration: underline;
}
a:active {
	color: #0099CC;
	font-weight: bolder;
}

.main_callout {
	border-bottom: 1px solid #006699;
	border-top: 1px solid #006699;
	background-color: #fdffe7;
	padding: 6px;
	color: #006699;
	font-size:12px;
	margin-bottom: 15px;
}

.main_callout h2 {
	margin-top: 2px;
}

.clear {
	clear: both;
}