/* GLOBAL STYLES */

body {

font-family: arial, helvetica, sans-serif; 

font-size: 12px;
}

td {

font-family: arial, helvetica, sans-serif; 

font-size: 12px;
}

th {

font-family: arial, helvetica, sans-serif; 

font-size: 12px;
}

p {

margin: 14px; 
}

/* heading selector styles */

h1 {
font-family: arial, helvetica, sans-serif; 
font-size: 16px; 
font-style: normal;
font-weight: bold;
color: #000033;
}

h2 {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
font-style: italic;
font-weight: bold;
color: #000033;
}

h3 {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
font-style: normal;
font-weight: bold;
color: #000033;
}

h4 {
font-family: arial, helvetica, sans-serif; 
font-size: 14px; 
font-style: normal;
font-weight: bold;
color: #000033;
}

/* GLOBAL LINK STYLE - Note the colon that follows the "a" selector a: */

a:link {

color: #000066;

text-decoration: none;

background-color: #FFFFFF;
}

a:visited {

color: #006699;

text-decoration: none;

background-color: #FFFFFF;

}

a:hover {

color: #000033;

text-decoration: none;

background-color: #FFFFFF; 
}

a:active {

color: #000066;

text-decoration: none;

background-color: #FFFFFF;
}

/* CUSTOM LINK STYLE - Note the colon that follows the "a" selector a: */

a.reverse:link {

color: #FFFFCC;

text-decoration: none;

background-color: #FFFFFF;
}

a.reverse:visited {

color: #FFFF66;

text-decoration: none;

background-color: #FFFFFF;

}

a.reverse:hover {

color: #FFFF99;

text-decoration: none;

background-color: #FFFFFF; 
}

a.reverse:active {

color: #FFFF33;

text-decoration: none;

background-color: #FFFFFF;
}

/* CUSTOM CLASS STYLES */

.arialsubtitle {

font-family: arial, helvetica, sans-serif;

font-size: 16px;

font-style: normal;

font-weight: bold;

color: #000033;
}

.arialtitle {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #006;
}

.arialsmall {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.arialsmallbi {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.arialbi {
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.arialwhite {

font-family: arial, helvetica, sans-serif; 

font-size: 14px;
 
font-style: normal; 

font-weight: bold;

color: white;
}

.verdanasmall {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.verdanabi {

font-family: verdana, arial, helvetica, sans-serif;

font-size: 14px;

font-style: italic;

font-weight: bold;
}

.verdanawhite {

font-family: verdana, arial, helvetica, sans-serif; 

font-size: 14px;
 
font-style: normal; 

font-weight: bold;

color: white;
}

.highlight {

background-color: #000033; 
}

.style1 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #000033;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	font-family: arial, helvetica, sans-serif;
	font-style: italic;
}
