/* 
The Print Guide for the ElevatorUp.com Website
*/


body {
	color: #000;
}

a {
	color: #097BF0;
	text-decoration: none;
	border-bottom: 1px solid #097BF0;
}

h1, h2, h3, h4 {
	font-family: Myriad, arial, sans-serif;
	border-bottom: 1px solid #666;
}


h1 a { 
	color: #000;
	text-decoration: none;
	border: none;
}


/* Main Navigation
--------------------------------------------- */

ul#mnav {
	display: none;
}



/* Main Content
--------------------------------------------- */
#mcontent {
	line-height: 1.5em;
}


.teaser {
	color: #097BF0;
	font: normal 16px Myriad, sans-serif;
}

.teaser2 {
	color: #B2AA45;
	font: normal 14px Myriad, sans-serif;
}



/* Misc
--------------------------------------------- */
abbr, acronym { /* acronym and abbr aren't styled in IE per default */
	border-bottom: 1px dotted #666;
}