/*
	this stylesheet contains font-based stylesheet data
*/

*				{ font-family: Verdana,Helvetica,Arial,sans-serif; letter-spacing: -0.05em; }

body			{ font-size: 80%; background: #520001; color: #FFFFFF; font-family: Arial,Helvetica,Verdana,sans-serif; }

h3				{ font-size: 110%; font-weight: bold; }
h2				{ font-size: 130%; font-weight: bold; }
h1				{ font-size: 150%; font-weight: bold; }

a:link ,
a:visited ,
a:active ,
a:hover			{ text-decoration: none; color: #CD0F18; }
a:hover			{ color: #D42932; }

h5 a , h5 a:link , h5 a:visited , h5 a:active			{ text-decoration: underline; }

p				{ margin: 6px 0 18px 0; padding: 0; }

.blacktext		{ color: #000000; }

p.funky			{ font-size: 0.8em; line-height: 180%; letter-spacing: 0px; font-weight: bold; padding: 2px 6px 2px 6px; }

p.centered		{ text-align: center; }
p.right			{ text-align: right; }

span.small		{ font-size: 70%; }
span.underlined	{ text-decoration: underline; }

li				{ padding-bottom: 5px; }
ul				{ padding-bottom: 8px; margin-top: 4px; margin-bottom: 8px; }

img.bordered , .bordered img
				{ border-color: #555555; padding: 4px; background: #FFFFFF; border-width: 2px; border-style: solid; }

br				{ letter-spacing: 0; }
