body, #html-editor
{
	background-color: #FFFECB;
	color: #000;
	font-family: Verdana;
	font-size: 10px;
}

p, td, li
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Times New Roman, serif;
	font-weight: bold;
	color: #000000;
}

p.footer
{
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.note
{
	font-style: italic;
}

h1 { font-size: 20px; color: #990000; }

h2 { font-size: 18px; }

h3 { font-size: 16px; }

h4 { font-size: 14px; }

small { font-size: 10px; }

strong, .strong-emphasis {
	color: #990000;
	font-weight: bold;
}

a { text-decoration: underline; }

a:link { color: #003300; }
a:hover { color: #990000; }
a:active { color: #CCCCCC; }
a:visited { color: #003300; }

.footer a:link { color: #990000; }
.footer a:hover { color: #003300; }

a.email { text-decoration: none; }

.link_disabled
{
	color: #666666;
	text-decoration: underline;
}

div.footer { clear: both; }

.shouting { text-transform: uppercase; }

p.image-right, p.image-left, p.image-center {
	text-align: center;
	font-size: smaller;
}

p.image-left
{
	float: left;
	margin-right: 8px;
	clear: left;
}

p.image-right
{
	float: right;
	margin-left: 8px;
	clear: right;
}
