/* CSS Document */
/********* Headlines **********/
.nomargin {
	margin: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
body {
	background-color: #EBE7D9;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #375E7B;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #375E7B;
}
a:hover {
	text-decoration: none;
	color: #F58005;
}
a:active {
	text-decoration: none;
	color: #F58005;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #F58005;
	margin: 0px 0px 0px 0px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0072BB;
	margin: 0px 0px 0px 0px;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0072BB;
	margin: 0px 0px 0px 0px;
}

h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #375E7B;
	margin: 0px 0px 0px 0px;
}
h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0072BB;
	margin: 0px 0px 0px 0px;
}



/* news page: ethnography article only */

.ethnography {color: #663333}

.highlight {background-color: yellow;}

a.linksmall:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #375E7B;
	}
a.linksmall:visited {
	text-decoration: none;
	font-weight: bold;
	color: #375E7B;
	}
	
a.linksmall:hover {	
	text-decoration: none;
	color: #F58005;
	}
	
a.linksmall:active {
	text-decoration: none;
	color: #F58005;
	}

.article_title {
	color: #663333;
	font-size: 30px;
}
.article_bktitle {
	color: #000000;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.paragraph_title {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.paragraph_subtitle {
	color: #000000;
	font-weight: 100;
	font-size: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
}
.article_brsubtitle {
	color: #ac694c;
	font-weight: 100;
	font-size: 18px;
}
.article_title2 {
	color: #663333;
	font-size: 22px;
}

.printandgohead {
	color: #ea6355;
	font-size: 18px;
}

.printandgocopy {
	color: #333333;
	font-size: 14px;
}

.article_subtitle {
	font-size: 20px;
	font-weight: 100;
}
.article_subtitle2 {
	font-size: 24px;
	font-weight: bold;
}
.pharma_voice {
	color: #cc3333;
	font-weight: bold;
}
.authors {
	font-size: 17px;
	font-weight: bold;
}
.article_sectiontitles {
	color: #663333;
	font-weight: bold;
}
td#brownbkgd_whitetext {
	border-color: #663333;
	background-color:#663333;
	color: #FFFFFF;
}
td#lightbrown {
	border-color: #f0e9d8;
	background-color:#f0e9d8;
	color: #000000;
}
td#beige {
	border-color: #f2f0ec;
	background-color:#f2f0ec;
	color: #000000;
}

td#white {
	background-color:#FFFFFF;
	color: #333;
}

td#blockquotes {
	border-color: #663333;
}
.coloredtext_blockquotes {
	color: #663333;
}
.enlarged_blacktext {
	font-size: 14px;
	font-weight: bold;
}

input.myButton{
     background-image: url('images/enter_button.gif');
	 background-color:#d4dce8;
     border-style:none;
	 color: #2201ed;
	 text-decoration:underline;
	 font-weight: bold;
	 font-size: 15px;
	 margin-right:35px;
}

input.myBox{
	 background-color:#f3f6fb;
	 border:hidden;
}

.imgright {
	float:right;
}