/* CSS Document */

/* sets the font family for the web site */

body {font-family: geneva, arial, helvetica, sans-serif}

/* sets the paragraph settings so one acts as blockquotes, one sets 

the heading to be black or grey, depending on if it is bold, and one

 is for making text small */

p {font-size: 10pt}

p.block {margin-left: 30}

p.head {color: "#999999"; font-size: smaller}

p b {color: "#000000"}

p.small {font-size: smaller}

p.error {color: "#FFFFFF"; background-color: "#AA0000"; width: 240; margin-left: 10; padding-left: 10}

/*.title {margin-left: 10pt; padding-right: 10pt; border: solid black 3px;}

.title2 {margin-top: -55pt; margin-left: 210pt; font-size: 32pt; font-face: Verdana, Arial, Helvetica, sans-serif;}*/

/* different italic settings. one is grey, the other is small */

em.class2 {color: "#999999"}

em.class3 {font-size: smaller}

/* formats the lists */

li {font-size: 11pt}

h1 {font-size: 44pt; font-face: Georgia, Times New Roman, Times, serif}

.orange {color: #EE9933}

.headerT {text-align: center}

/* the links */

a:link {
	color: #000000;
}
a:visited {
	color: #FF9900;
}
a:active {
	color: #AB461B;
}
