body {
	background-color: #F1F1F1;
	background-image: url(../assets/body_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	font:"Trebuchet MS", Verdana, Arial;
	font-size:12px;
}

/**********************************/
/*** undohtml ***/
/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }





/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:5; padding:5 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

p,li, td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
}
.style1 {
	font-size: 10px
}


a.authorlink:link {font-family: "Trebuchet MS", Verdana;font-size: 11px;font-weight: bold;color: #cc0000;text-decoration: none;}
a.authorlink:visited {font-family: "Trebuchet MS", Verdana;font-size: 11px;font-weight: bold;color: #cc0000;text-decoration: none;}
a.authorlink:active {font-family: "Trebuchet MS", Verdana;font-size: 11px;font-weight: bold;color: #cc0000;text-decoration: none;}
a.authorlink:link:hover {font-family: "Trebuchet MS", Verdana;font-size: 11px;font-weight: bold;color: #cc0000;text-decoration: underline;}
a.authorlink:visited:hover {font-family: "Trebuchet MS", Verdana;font-size: 11px;font-weight: bold;color: #cc0000;text-decoration: underline;}
a.authorlink:active:hover {font-family: "Trebuchet MS", Verdana;font-size: 11px;font-weight: bold;color: #cc0000;text-decoration: underline;}


a:link {font-family: "Trebuchet MS", Verdana;font-size: 12px;font-weight: bold;color: #558ADC;text-decoration: none;}
a:visited {font-family: "Trebuchet MS", Verdana;font-size: 12px;font-weight: bold;color: #558ADC;text-decoration: none;}
a:active {font-family: "Trebuchet MS", Verdana;font-size: 12px;font-weight: bold;color: #558ADC;text-decoration: none;}
a:link:hover {font-family: "Trebuchet MS", Verdana;font-size: 12px;font-weight: bold;color: #558ADC;text-decoration: underline;}
a:visited:hover {font-family: "Trebuchet MS", Verdana;font-size: 12px;font-weight: bold;color: #558ADC;text-decoration: underline;}
a:active:hover {font-family: "Trebuchet MS", Verdana;font-size: 12px;font-weight: bold;color: #558ADC;text-decoration: underline;}

a.authorlink:link {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: none;}
a.authorlink:visited {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: none;}
a.authorlink:active {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: none;}
a.authorlink:link:hover {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: underline;}
a.authorlink:visited:hover {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: underline;}
a.authorlink:active:hover {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: underline;}

a.bottomlink:link {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: none;padding-right: 15px;padding-left: 15px;text-transform: uppercase;
}
.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}

a.bottomlink:visited {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: none;padding-right: 15px;padding-left: 15px;text-transform: uppercase;}
a.bottomlink:active {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: none;padding-right: 15px;padding-left: 15px;text-transform: uppercase;}
a.bottomlink:link:hover {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: underline;padding-right: 15px;padding-left: 15px;text-transform: uppercase;}
a.bottomlink:visited:hover {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: underline;padding-right: 15px;padding-left: 15px;text-transform: uppercase;}
a.bottomlink:active:hover {font-family: "Trebuchet MS", Verdana;font-size: 10px;font-weight: bold;color: #558ADC;text-decoration: underline;padding-right: 15px;padding-left: 15px;text-transform: uppercase;}
.contentpadding {
	padding: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4D4E4E;
}
h1 {
	font-size: 18px;
	color: #484F8E;
}
.articledate {
	font-size: 10px;
	font-weight: bold;
}
.topborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
.doctor {
	font-size: 14px;
	font-weight: bold;
	color: #0553CB;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
