body, th, td{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;

}

p{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}

body.contents {
	background-image: url('/images/bg_grey_fade_rev.jpg');
}

a {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #3399FF;
    text-decoration: underline;
}

a:hover {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    color: #FF3300;
    text-decoration: none;
}

h4.navlink {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	margin: 0px 0px .2px 0px;
}

h4.navlink a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	background-color: #4F639B;
	background-repeat: no-repeat;
	display: block;
	padding: 4px 5px 0px 0px;
	width: 155px;
	height: 20px;
	max-height: 20px;
}

h4.navlink a:hover {
	font-size: 11px;
	background-color: #A9B4DA;
	color: #666666;
}

div.menu a {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #A9B4DA;
	text-decoration: none;
}

div.menu a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: underline;
}

.marquee {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold;
	color: #0066FF; 
}

h1 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	color: #4F639B;
}

h2 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 22px;
	color: #4F639B;
	letter-spacing: 5px;
	border-bottom: 1px solid #cccccc;
}

h3 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	color: #85a0f7;
	letter-spacing: 1px;
	border-bottom: 1px solid #4F639B;
}

h4 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	color: #58595B;
	text-align: center;
}

h5 {
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 14px;
    background-color: #4F639B;
    color: #FFFFFF;
    font-weight: bold;
    border-bottom: 2px solid #85a0f7;
    border-top: 3px solid #a5a7e4;
    padding: 2px 4px;
}


p.header {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #4F639B;
}


#Menu {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	text-align: right;
	vertical-align: middle;
	margin: 0px 0px .2px 0px;
}

#Menu h3 {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: bold;
	color: #50629B;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0px;
}

#Menu a {
	display: block;
	font-size: 11px;
	background-color: #50629B;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-weight: bold;
	line-height: 13px;
	padding: 4px 5px 5px 5px;
	border-bottom: 1px solid #7485B8;
}

#Menu a:hover {
	background-color: #AAB3DB;
	font-size: 11px;
}

#Menu a:active {
	background-color: #AAB3DB;
	color: #1077BF;
	font-size: 11px;
}

/*NEW PATIENT CENTER STYLES*/
#npcContainer{
	background-color: #d6d5e3;
	border: 3px solid #737286;
	width: 300px;
	float: right;
}

.npcHeader{
	background-image: url('images/npc_header_bkg.gif');
	background-repeat: repeat-x;
	background-position:  left top;
	margin: 0px;
	padding: 0px
}

#npcContainer form{
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#npcContainer a{
	display: block;
	text-decoration: none;
	border-top: 1px solid #ecebf1;
	border-bottom: 1px solid #adabc4;
	padding: 5px;
	color: #6f6ab0;
}

#npcContainer a:hover{
	color: #ffffff;
	background-image: url('images/npc_hover_bkg.gif');
	background-repeat: repeat-y
}

.npcText{
	margin: 5px;
	color: #737286;
}

#npcContainer input{
	border: 0px none;
	background-image: url('images/npc_search_bkg.gif');
	background-color: #d6d5e3;
	background-position:  left top;
	background-repeat: no-repeat;
	font-size: 12px;
	width: 175px;
	margin-top: 15px; padding-left:30px; padding-right:10px; padding-top:6px; padding-bottom:6px
}

*html #npcContainer input{
	background-attachment: fixed;
}

.link{
	display: block;
	background-color: #D1D2EB;
	color: #52619B;
	padding: 1px 0px 1px 0px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
}

.link:hover{
	background-color: #ADABC4;
	color: #fff;
}