/* Special Styles */
.small	{ font-size: 7pt; }
.big	{ font-size: 12pt; font-weight: bold; }
.large	{ font-size: 18pt; }
.text	{ text-indent: 25; }
.header { font-weight: normal; font-size: 14pt;
		  background-color: #880000; color: white; text-align:center; }
.raptag { font-family: Verdana; font-size: 12pt;
		  font-weight:bold; color: #880000; text-align: center; }
.section { background-color: #880000; color: white; }
.title	 { font-face: "Arial"; font-size: 24pt; font-weight: normal; }

/* Main Body & Tables */
body	{ font-size: 8pt; }		 /* main body text */
p		{ font-size: 8pt; }		 /* paragraph text */
th		{ font-size: 8pt; }		 /* Table headers */
td		{ font-size: 8pt; }		 /* Table cells */
ul		{ font-size: 8pt; }		 /* Unordered list */
ol		{ font-size: 8pt; }		 /* Ordered list */

/* Headings */
h1,h2	{ text-decoration: underline; }

/* Links */
a:link, a:visited  { text-decoration: none; color: red; font-weight:bold; }
a:hover, a:active  { background-color: red; color: white; }
