/* GENERAL PAGE CONTENT */

.typography {
	color: #393939;
	font-family: Arial, Verdana, sans-serif, hevetica;
	font-size: 12px;
	text-align: left;
}

em, EM { font-style: italic; }
.typography em { font-style: italic; }
.typography p em { font-style: italic; }

.typography p {
	color: #393939;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
}

#Content.HomePage .typography h1, #Content.SubPage .typography h1 {
	color: #3588ab;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
}

#Content.HomePage div.typography h2, #Content.SubPage div.typography h2 {
	color: #696969;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
}

#Content.HomePage div.typography h3, #Content.SubPage div.typography h3 {
	color: #393939;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.typography a {
	color: #71cef5;
	text-decoration: underline;
}

.typography a:visited {
	color: #3898c0;
	text-decoration: underline;
}

.typography a:hover {
	color: #50b948;
	text-decoration: underline;
}

.typography ul, .typography ol {
	margin-left: 25px;
}

.typography ul li, .typography ol li {
	padding: 2px 0px 2px 0px; 
}



#Content.SubPage div.diy h1, #Content.SubPage div.diy h2, #Content.SubPage div.diy h3, #Content.SubPage div.diy a { color: #7f7f7f; }
#Content.SubPage div.academy h1, #Content.SubPage div.academy h2, #Content.SubPage div.academy h3, #Content.SubPage div.academy a { color: #dc262f; }
#Content.SubPage div.specialist h1, #Content.SubPage div.specialist h2, #Content.SubPage div.specialist h3, #Content.SubPage div.specialist a { color: #ea7e09; }
#Content.SubPage div.oncall h1, #Content.SubPage div.oncall h2, #Content.SubPage div.oncall h3, #Content.SubPage div.oncall a { color: #50b948; }
#Content.SubPage div.ultimate h1, #Content.SubPage div.ultimate h2, #Content.SubPage div.ultimate h3, #Content.SubPage div.ultimate a { color: #5fbfe8; }


#Content.SubPage div.diy hr { color: #7f7f7f; background-color:#7f7f7f; }
#Content.SubPage div.academy hr { color: #dc262f; background-color:#dc262f; }
#Content.SubPage div.specialist hr { color: #ea7e09; background-color:#ea7e09; }
#Content.SubPage div.oncall hr { color: #50b948; background-color:#50b948; }
#Content.SubPage div.ultimate hr { color: #5fbfe8; background-color:#5fbfe8; }





.breadcrumbs {
	color: #838e84;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 25px;
}

.breadcrumbs a {
	color: #648d67;
	font-family: Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

.breadcrumbs a:hover {
	color: #468f4c;
	text-decoration: underline;
}




img.left {
	float: left;
	margin-right: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
}
