/* 
To make this style sheet active: 
1. Place it in your root web directory.
2. Copy and past the code below in-between the <head></head> tags at the top of all your html files. 
<link href="times.css" rel="stylesheet" type="text/css"> 
3. Alternatively oprn your html file in Dreamweaver and click on the "Attach Style Sheet" button on the CSS Styles panel and browse to this style sheet.

*/


body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link {font-family: "Times New Roman", Times, serif; color: #0000FF; text-decoration:underline;}

a:visited {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #0000FF; text-decoration:underline;}

a:hover {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #0000FF; text-decoration:none;}

a:active {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #0000FF; text-decoration:none;}

.t12bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


.t12italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

.t14white {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; color: #ffffff;
}

.t16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.t24 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

/* ariel text styles */

.a14white {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px; color: #ffffff;
}

/* Leading and Kerning Styles */
.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

/* Footer Style */
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

/* Custom Link Styles */

a.lnksidebar:link {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0A6601; font-weight: bold; text-decoration:none;}

a.lnksidebar:visited {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0A6601; font-weight: bold; text-decoration:none;}

a.lnksidebar:hover {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0A6601; font-weight: bold; text-decoration:underline;}

a.lnksidebar:active {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0A6601; font-weight: bold; text-decoration:underline;}


a.linkwhite:link {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; text-decoration:underline;}

a.linkwhite:visited {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; text-decoration:underline;}

a.linkwhite:hover {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; text-decoration:none;}

a.linkwhite:active {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #ffffff; font-weight: normal; text-decoration:none;}


a.customlink:link {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #000000; text-decoration:none;}

a.customlink:visited {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #000000; text-decoration:none;}

a.customlink:hover {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #000000; text-decoration:underline;}

a.customlink:active {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #000000; text-decoration:underline;}.pagetitleline {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
}
.pagesubtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #006600;
}
.t14bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
.t16boldgreen {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #009933;
}
.t18 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}
