body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #6C6C6C;
	margin:0;
	padding:0;
}

strong {
	font-weight: bold;
}

h1 {
	font-size: 27px;
	font-family:Georgia, Times, serif;
	color: #900700;
	line-height: 1em;
	padding-bottom: 0.5em;
	padding-top:0.5em;
}

h2 {
	font-size: 16px;
	font-family:Georgia, Times, serif;
	line-height: 24px;
	padding-bottom: 0.5em;
	color: #7E7E7E;
}

h2.red {
	color:#900700;
}

h3 {
	font-family:Georgia, Times, serif;
	font-size:16px;
	padding-bottom:0.5em;
	font-weight:normal;
	color:#a40707;
}

h4 {
	font-family:Georgia, Times, serif;
	font-size:16px;
	padding-bottom:0.5em;
	font-weight:normal;
	color:#5e5e5e;
}

a {
	color:#797c88;
	text-decoration:underline;
}

a:hover {
	;
}

#main .contentcontainer li {
	background: url(../images/dot.gif) 0 6px no-repeat;
	padding-left:20px;
	list-style-type:inside;
}

#teasers h3 {
	font-style:italic;
	color:#252525;
}

#footer {
	color:white;
}

