/* Global Styles */

body {
         margin:0px;
         background-color: #005DB2;
         }

.bodycolor2 {
         background-color: #E6E6E6;
         } 
 
td {
	font:11px arial;
	color:#02243C;
	}
	
a {
	color: #CC0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #02243C;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #02243C;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	

/* Class Styles */


.sidebarText {
	font:12px georgia;
	color: #02243C;
	line-height:18px;
	}

.sidebartextcurrent {
	color: #CC0000;
	font-weight: bold;
	text-decoration:underline;
}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	}
	
.pageName {
	font:20px georgia;
	color: #02243C;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #02243C;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #050000;
	letter-spacing:.1em;
	}

.navtextcurrent {
	color: #02243C;
	font-size: 10px;
	font-weight: bold;
	text-decoration:underline;
}
	
.logo {
	color: #02243C;
	font: 18px times new roman;
	font-weight: bold;
	letter-spacing: 0.4em;
}

