/***********************************************/
/* FindCure-org.css                             */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #000000;
	margin: 0px;
	padding: 5px;
	background-image: url(../images/bg_ln.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.166;
}

a{
	color: #0000FF;
	text-decoration: none;
}

a:link{
	color: #0000FF;
	text-decoration: none;
}

a:visited{
	color: #FF00FF;
	text-decoration: none;
}

a:hover{
	color: #990000;
	text-decoration: underline;
}

img
{  border-style: none;
}


h1{
	font-family: Verdana, Arial, sans-serif;
	font-size: 125%;
	/*text-align: center;*/
}

h2{
 font-family: Verdana, Arial, sans-serif;
 font-size: 115%;
}

h3{
	font-family: Verdana, Arial, sans-serif;
	font-size: 105%;
	font-style: oblique;
}

h4{
 font-family: Arial,sans-serif;
}

h5{
 font-family: Arial,sans-serif;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

.spaced_list li{
	margin-bottom: 8pt;
}


dt {
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 7px;
	margin-left: 0;
}

dd {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}

.nav_bar_top {
	background-color: #BEE1E4;
	width: 100%;
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: right;
	font-size: x-small;
}

.nav_bar_bot {
	line-height: 110%;
	font-weight: bold;
	background-color: #BEE1E4;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

.Float_Left {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
}

.Float_Right {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
}

.block_quote {
	padding-right: 40px;
	padding-left: 35px;
}

.on_new_line {
	clear: both;
}

.disclaimer {
	font-size: x-small;
	font-style: oblique;
}

.superscript {
	vertical-align: super;
	font-size: 85%;
}

.superscript_extra_line_height {
	line-height: 130%;
}


.highlight_yellow {
	background-color: #FFFF33;
}

.highlight_blue {
	background-color: #33CCCC;
}

.reviewer_note {
	color: #000066;
	background-color: #FFFF66;
	border: 1px dashed #FF3300;
	font-style: oblique;
	font-weight: normal;
}



/**** Contextual Selectors   ****/

#HomePage_Section4 a:link{
	color: #55b2b9;
}

#HomePage_Section4 a:visited{
	color: #55b2b9;
}

#HomePage_Section3 a:link{
	color: #e0195f;
}

#HomePage_Section3 a:visited{
	color: #e0195f;
}

#HomePage_Section2 a:link{
	color: #9933ff;
}

#HomePage_Section2 a:visited{
	color: #9933ff;
}

#HomePage_Section1 a:link{
	color: #55b2b9;
}

#HomePage_Section1 a:visited{
	color: #55b2b9;
}

