html {
     overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url(Rapha-Remedy_BG.jpg);
	background-repeat: no-repeat;
	background-position: bottom left; 
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

a.dark:link {
	color: #3D489E;
	text-decoration: none;
}
a.dark:visited {
	text-decoration: none;
	color: #5BC8DA;
}
a.dark:hover {
	text-decoration: underline;
	color: #4F6892;
}
a.dark:active {
	text-decoration: none;
}

a:link {
	color: #57469C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3D489E;
}
a:hover {
	text-decoration: underline;
	color: #553C65;
}
a:active {
	text-decoration: none;
}
.style1 {color: #cccccc}

    
}.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	cursor:pointer;

}
.form_input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;

}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #82879D;
}
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 1;
font:normal 13px Gill Sans MT;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;

}
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Gill Sans MT;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
