/**
 * This typography file is included in the WYSIWYG editor
 */
.typography * {
	font-family: Tahoma, Verdana, Helvetica, serif;
	font-size: 12px;
}
 
.typography ul { list-style-type: none; list-style-image: url(../images/bullet.gif); margin: 0; padding: 0; margin-bottom: 5px; margin-left: 30px; }

.typography h1,.typography h2,.typography h3,.typography h4 { margin: 0; padding: 0; border: 0; font-weight: bold; font-style: normal; line-height: 1.5em; font-family: "Trebuchet MS", Verdana, Helvetica, serif; }
.typography h1 { font-size: 2.2em; font-weight: normal; font-weight: bold; color: #33338b; }
	.typography h1 img { border: 3px solid #ffd300; }
.typography h2 { font-size: 1.7em; }
.typography h3 { font-size: 1.4em; color: #e3a80d; }
.typography h4 { font-size: 1.2em; }

.typography a { text-decoration: none; color: #415673; }
	.typography a img { border: 0; }

.typography p { padding: 0; margin: 0; margin-bottom: 1.2em; }

.typography hr { border: 0; background: url(../images/col-divider.gif) no-repeat; width: 228px; margin: 0 auto; margin-bottom: 5px; }

/* For CMS */
#RightCol img { border: 3px solid #ffd300; }
	#RightCol img.right { margin: 0 auto; margin-top: 10px; margin-right: 10px; }
#RightCol .box { width: 220px; background: #b2b2b2 url(../images/sidebox-bg.gif); color: #33338b; padding: 10px; padding-bottom: 1px; text-align: right; margin-bottom: 10px; margin-top: 10px; }
	#RightCol .box h3 { color: #33338b; }
	#RightCol .box p.intro { font-size: 110%; }
	#RightCol .box img { border: 0 !important; }