html {
	height: 100%;
	}
	
body, html { 
	font-family: Arial, Helvetica, sans-serif; /* set site's base font */
	font-size: 12px;
	line-height: 1.8;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	}

body#home, body#sub	{
	background: #fff url(/vytorin/consumer/images/shared/layout/background.gif) repeat-y;
	}
	
/* body#nobackground { 
	background-image: none;
	}	
*/	
/* Be kind to Netscape 4 */
p, li, dl, dt, dd, ul, ol, h1, h2, h3, table, th, td, #siteinfo-disclaimer { 
	font-family: Arial, Helvetica, sans-serif;
	}

div#jobnumber {
	font-family: Verdana, Arial;
	}
	
/*--- small text (legal, jobnumber) ---*/
#siteinfo-disclaimer { 
	font-size: 10px;
	color: #000; 
	margin: 0 0 0 44px;
	padding: 10px 0 0 0; 
	}
	
#jobnumber { 
	font-size: 10px;
	color: #000; 
	margin: 0 0 0 44px;
	padding: 0 0 10px 0;
	}

#copyright { 
	font-size: 10px;
	color: #000; 
	margin: 0 0 0 44px;
	padding: 10px 0 0 0;
	}
	
#mspLogo { 
	margin: 0 0 0 44px;
	padding: 10px 0 0 0;
	}	
	
#disclaimer-home { /* used on home page */
	background: none;
	position: absolute;
	left: 35px;
	top: 23px;
	z-index: 9;
	}

img {
	border: 0;
	display: block;
	}	
	
.print-this-page {
	margin: 0;
	padding: 4px 1px 0 0;
	text-align: right;
	font-size: 10px;
	height: 17px;
	}
	
div.print-this-page img {
	display: inline;
	margin: 0 2px 0 0;
	position: relative;
	top: 4px;
	left: 0;
	}

	
#printer {/* used on printer friendly pages */
	margin: 0 20px 0 30px;
	padding: 20px;
	}
		
/*--- general titles (for specifics see titles.css) ---*/
h1 {
	font-size: 15px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
	}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #CD192A;
	margin: 0 0 10px 0;
	padding: 0;
	}
	
h2.sub {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0;
	}	
	
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px 0;
	padding: 0;
	}
	
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #CD192A;
	margin: 5px 0;
	padding: 0;
	}	
	
.pdfIcon {
	margin: 2px 3px 0 0;
	}

#correct-answer span.letter {/*used on cholesterol quiz answer page */
	color: #CD192A;
	font-weight: bold;
	}
	
/*used on press release page */	
div.press-release {
	margin: 0;
	padding: 0 0 20px 0;
	}	
	
div.press-release h2 { 
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 20px 0;
	}	
	
div.press-release h3 { 
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
	}			
h3.prominent { /* used for balance heading */
	font-size: 16px;
	}
/*--- general text ---*/
p { 
	font-size: 12px;
	line-height: 1.8;
	color: #000;
	margin: 0 0 14px 0;	
	padding: 0 0 1px 0;	
	text-align: left;
	}

a:link, a:visited, a:hover, a:active { 
	color: #CC0033; 
	text-decoration: underline;
	background: transparent;
	}

.privacy-text { 
	margin: 0;
	padding: 10px 0;
	line-height: 1.3;
	font-size: 14pt;
	}
		
.content-text { /* used for li's when bullets are different color from text */ 
	color: #000;
	}	
	
/*--- general lists (before updating, view complex.css for specific lists) ---*/
dl, dt, dd, ol, ul, li { 
	font-size: 12px;
	color: #000; 
	}

ul {
	list-style: square;
	margin: 0 0 10px 16px;
	padding: 0;
	}		
	
ol {
	margin: 0 0 0 22px;
	padding: 0;
	}	
	
.list-intro {
	margin: 15px 0 2px 0;
	padding: 0;	
	}
	
dt {
	color: #CD192A;
	font-weight: bold;
	}
	
dd {
	margin: 0;
	padding: 0 0 12px 0;
	}

.small {
	font-size: 10px;
	}	
	
.red {
	color: #CD192A;
	}
.primary {
	color: #CD192A;
	}	
	
.back-to-top {
	font-size: 10px;
	margin: 0 0 6px 0;
	}	
.rmi-closeup { 
	line-height: 1.3;
	}
.rmi-closeup2 { 
	line-height: 1.3;
	position:absolute;
	margin-left: 0px;
	margin-bottom:100px;
	width: 400px;
	}
.extra-top { /* used to add top padding to tag.  ex:  h3 tag on diet, exercise index page */
	padding-top: 10px;
	}