

/* lists*/
#content .fancyBullets, #content .fancyBullets {
	list-style-image: url(../images/bullet1.jpg);
}

#content .noBullets, #content li.noBullets {
	list-style: none;
	line-height: 2em;
}

#content .bullets, #content li.bullets {
	list-style: disc;
	line-height: 2em;
}

/* Text Formatting */

#content .indented {
	padding-left: 15px;
}

#content .doubleIndented {
	padding-left: 30px;
}

#content .tripleIndented {
	padding-left: 45px;
}

#content .smallcaps {
	font-variant: small-caps;
	font-size: 1em;
}

#content .underline {
	text-decoration: underline;
}

#content .new {
	color: #FF0000;
	font-weight: bold;
}

h1 {
	font-size: 160%
}
h2 {
	font-size: 140%
}
h3 {
	font-size: 110%
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Garamond, "Times New Roman", serif;
	font-weight: normal;
	color: #770C00 !important;
	/*background: #fff;*/
}

h4 {
	font-size: 105%
}

h5 {
	font-size: 100%
}

h6 {
	font-size: 100%
}

