/* 
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;
}

.t15 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}


.a11bold {
	font-family: "arial", arial;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.a12bold {
	font-family: "arial", arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.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;
}


.t13italic {
	font-family: "Times New Roman", Times, serif;
	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;
}

.t33blue {
	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	font-style: normal;
	font-weight: normal;
	color: #0030BE;
}


.a10 {
	font-family: "Arial", Arial;
	font-size: 10px;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.a10ltblue {
	font-family: "Arial", Arial;
	font-size: 10px;
	line-height: 15px;
	font-style: normal;
	font-weight: bold;
	color: #4B4D7D;
}

.a13 {
	font-family: "Arial", Arial;
	font-size: 13px;
	
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

/* 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;
}

.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;
}


.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: #003366;
}
.a9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.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: bold;
	font-variant: normal;
	color: #000000;
}
