* {
	font-family: Verdana;
	font-size: 8pt;
	color: #303030;
}

a { 
	color: navy;
	text-decoration: underline;
	cursor: pointer;
}

a.menuLink {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}

a.footerMenuLink {
	color: dimgray;
	text-decoration: none;
}

body {
	margin: 0px;
	margin-bottom: 0px;
}

body.mainLayout {
	 background-repeat: repeat-x;
	 background-color: #94c1e2;
}

h1 {
	color: #d9000d;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 15pt;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 9pt;
	text-align: center;	
}

span.leftIndent {
	padding-left: 150px;
}

div.leftIndent {
	padding-left: 70px;
}

td.footer {
	color: dimgray;
}

div.padded {
	padding-left: 30px;
	padding-right: 30px;	
}

div.redHeader {
	color: #d9000d;
	font-style: italic;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 11pt;
}

div.pathMenu {
	font-style: italic;
	color: #ABABAB;
	font-weight: bold;
}

div.pathMenu a {
	font-style: italic;
	color: #ABABAB;
	font-weight: bold;
}

div.message {
	color: #d9000d;
}

table.borderBox {
	border-style: solid;
	border-width: 1px;
	border-color: gainsboro;
	padding: 2px,0,2px,0;
}

.borderedTable {
	border-style: solid;
	border-width: 1px;
	border-color: gray;	
	background-color: gainsboro;
}

li {
	padding-bottom: 10px;
}

.menuItem {
	background-color: none;
	color: #606060;
	font-weight: bold;
	cursor: pointer;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

.menuItem_highlight {
	background-color: #6992ae;
	color: white;
	font-weight: bold;
	cursor: pointer;
	height: 28px;
	text-align: center;
	vertical-align: middle;
}

.menuSeparator {
	background-color: #EEEEEE;
}

.bannerBorder {
	background-color: #7ab2d9;
}

.blueItalicText {
	color: #10218b;
	font-style: italic;
	font-weight: bold;
}

.redItalicText {
	color: #d9000d;
	font-style: italic;
	font-weight: bold;
}

.boldText {
	font-weight: bold;
}

.italicText {
	font-style: italic;
}

.boldItalicText {
	font-weight: bold;
	font-style: italic;
}

.boldUnderlineText {
	font-weight: bold;
	text-decoration: underline;
}

.interviewQuestion {
	color: #10218b;
	font-style: italic;
}

.interviewAnswer {
	color: black;
}

.linkText {
	text-decoration: none;
}

.hiddenLink {
	visibility: none;
}

/* CLINICAL STUDIES */

.studyBody {
	background-color: #F1F7FF;
}

.studyTitle {
	color: navy;
	font-size: 15pt;
	font-family: Times;
	font-weight: bold;
	text-align: center;
	width: 80%;
	padding-top: 5px;
	padding-bottom: 10px;
}
			
.studyAuthor {
	font-style: underline;
	font-size: 11pt;
	font-weight: bold;
	font-family: Times;	
	text-align: center;
	text-decoration: underline; 
	padding-bottom: 20px;
}

.studyContent {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;	
}