@charset "utf-8";

/* sj_specific.css */
/* Containing colors and items specific to the Surgeon Pages */

body {
	background-image: url(images/three_skull_bg_dk_red_negative.jpg);
}
.sidebar1 {
	background-image: url(images/three_skull_bg_dk_red_negative.jpg);
}


/* links */
a:link, a:visited {
	color: #F00;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #F00;
}

/* titles */
h2 {
	color: #F00;
}
h3 {
	color: #F00;
}
h4 {
	color: #F00;
}

/* graphics */
.ctr_graphic {
	color: #F00;
	text-align: center;
}

img {border: #F00;
}

hr {
	color: #F00;
}
.ol_pic_left {
	margin-left: 305px;
}


/* menus */
.text_submenu {
	color: #F00;
}

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	font-variant: normal;
}

option {
	color: #FFF;
	background-color: #666;
}
