/* 
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: 12px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

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;}


/* sample text styles */
.t9 {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
}

.a9b {
	font-family: "Arial Bold", arial;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
}

.t12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

}

.a12bold {
	font-family: "arial", arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.t12bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


.t13italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

}
.t15italic {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
}
/* Global Styles */

.t16 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.t24 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.t24b {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #0030BE;
}

.t33blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	font-style: normal;
	font-weight: normal;
	color: #0030BE;
}


.a16 {
	font-family: "Arial", Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

/* 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 Style */

a.customlink:link {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #FF0000; text-decoration:none;}

a.customlink:visited {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #FF0000; text-decoration:none;}

a.customlink:hover {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #FF0000; text-decoration:underline;}

a.customlink:active {font-family: "Times New Roman", Times, serif; font-size: 12px; color: #FF0000; text-decoration:underline;}
.t16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.lunch9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
