/* Global style - All text on the page will be formatted as shown, unless otherwise formatted
using heading selectors, or custom classes. Note it is best to put all page content must be in a table td cell */

/* The 3 Global Styles */


body {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: normal;}

td {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: normal;}

th {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: normal;}

/* default hyperlink pseudo style */

a:link {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration:none;}

a:visited {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration:none;}

a:hover {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration:underline;}

a:active {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold; text-decoration:underline;}

/* heading selector styles */

h1 {font-family: arial, helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;}

h2 {font-family: arial, helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal;}

h3 {font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: normal;}

h4 {font-family: arial, helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: normal;}

h5 {font-family: arial, helvetica, sans-serif; font-size: 20px; font-style: normal; font-weight: normal;}

h6 {font-family: arial, helvetica, sans-serif; font-size: 22px; font-style: normal; font-weight: normal;}


/* text classes */

.a10 {font-family: arial, helvetica, sans-serif; font-size: 10px; font-style: normal; font-weight: normal;}

.a12 {font-family: arial, helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: normal;}

.a12boldwhite {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight: bold;}

.a14 {font-family: arial, helvetica, sans-serif; font-size: 14px; font-style: normal; font-weight: normal;}

.a16 {font-family: arial, helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: normal;}

.a18 {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.a20 {font-family: arial, helvetica, sans-serif; font-size: 20px; font-style: normal; font-weight: normal;}

.a22 {font-family: arial, helvetica, sans-serif; font-size: 22px; font-style: normal; font-weight: normal;}

.a24 {font-family: arial, helvetica, sans-serif; font-size: 24px; font-style: normal; font-weight: normal;}

/* custom text style classes */

.a12red {font-family: arial, helvetica, sans-serif; font-size: 12px; font-style: normal; color: #ff0000;}

.a12bold {font-family: arial, helvetica, sans-serif; font-size: 12px; font-style: normal; font-weight: bold;}

.a12whitebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

/* custom link style */

/* Left side bar category link styles */

a.lnknormal:link {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:none;}

a.lnknormal:visited {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:none;}

a.lnknormal:hover {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:underline;}

a.lnknormal:active {font-family: arial, helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration:underline;}


.a18green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #013801;
}
.a24green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #013801;
}
.a18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-weight: bold;
}

/* custom link styles */

a.email:link {font-family: arial, helvetica, sans-serif; font-size: 18px; color: #ffffff; font-weight: bold; text-decoration:none;}

a.email:visited {font-family: arial, helvetica, sans-serif; font-size: 18px; color: #ffffff; font-weight: bold; text-decoration:none;}

a.email:hover {font-family: arial, helvetica, sans-serif; font-size: 18px; color: #ffffff; font-weight: bold; text-decoration:underline;}

