/* 
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;
	}

/* sample text styles */

.t12 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.t13 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
}

.a11italic {
	font-family: "arial", arial;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #004390;
}


.a12bold {
	font-family: "arial", arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


.a12bold_gray {
	font-family: "arial", arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
}

.a12white {
	font-family: "arial", arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

.t12bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


.a12italic {
	font-family: "arial", arial;
	font-size: 13px;
	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;
}



.a13 {
	font-family: "Arial", Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #004390;
}

.a13green {
	font-family: "Arial", Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #66C21F;
}


/* Leading and Kerning Styles */
.expanded {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.expandedblack {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}

/* Footer Style */
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.a10bw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	color: #FFFFFF;
}

.a10black {
	font-family: Arial, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.a11bw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.a12blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	color: #003366;
}

.a20blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #004390;
}


.reverse {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

.reversei {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}

.a16blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-style: normal;
	font-weight: bold;
	color: #004390;
}
.a7 {
	font-family: arial, arial, sans-serif;
	font-size: 8px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #808080;
}


.t28 {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}

.a10bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #004390;
}

.a11bold {
	font-family: Arial, Arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
