/* The 3 Global Styles - All text on the page will be formatted as indicated in the three global selector styles unless otherwise formatted using custom class styles. */

body {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: black;
}

td {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: black;
}

th {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: black;
}

p {
margin-right:3em; margin-left:3em;
}

/* Global hyperlink style - all text hyperlinks will be formatted using this style. Please note that the a: at the beginning of each link style is the anchor selector. It does NOT refer to a font style like arial. */

a:link {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
color: ffcc66; 
text-decoration: underline;
}



a:visited {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; color: ffcc66; 
text-decoration: underline;
}

a:hover {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
color: navy; 
text-decoration: none;
}

a:active {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
color: gold; 
text-decoration: none;
}

/* Custom text class styles - you can build your own custom class styles by grouping one or more css declarations into one composite css style. When a class style is applied to text on a web page it will over-ride the global text style. Note that the name of the class style always begins with a period. */

.a10 {
font-family: arial, helvetica, sans-serif; 
font-size: 10px; 
color: white;
font-style: normal; 
font-weight: bold;
}

.a12 {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: black;
font-style: normal; 
font-weight: normal;
}

.a12bold {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: black;
font-style: normal; 
font-weight: bold;
}

.a12red {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 

font-style: normal; 
font-weight: bold; 
color: red;
}

.a14gold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFCC66;
	left: 10px;
	right: 10px;
	font-weight: normal;


}

.a14 {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
color: black;
font-style: normal; 
font-weight: normal;
text-indent:1.5em; margin-left:2em;}
}

.apagetitle {
font-family: arial, helvetica, sans-serif; 
font-size: 24px;
color: black;
font-style: italic; 
font-weight: bold;
}

.asubtitle {
font-family: arial, helvetica, sans-serif; 
font-size: 18px;
color: black; 
font-style: normal; 
font-weight: normal;
}.border {
	padding: 3px;
	border: 4px groove #000000;
}
.a14boldwht {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.tableborder {
	border: medium groove #333333;
}
.photoborder {
	border: medium ridge #FFCC33;
}
.photo {
	border: medium solid black;
}
.h2 {
	font-family: Papyrus, Arial;
	font-size: large;
	color: #FFCC66;
	font-weight: bold;

}

.marquee {
	font-family: Arial;
	font-size: large;
	color: #FFCC99;
	font-weight: bold;

}
a.nav:link {
font-family: arial, helvetica, sans-serif; 
font-size: 12px; 
color: black; 
text-decoration: underline;
}
