/* Global Styles */

body {
	margin:0px;
	}
	
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #163c4c;
	text-decoration:underline;
	}

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


/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.linksText {
	color:#000000;
	font-family: arial;
	font-size: 9pt;
	line-height: 14pt;
	}

.linksText a{
	color:#2a6984;
	font-family: arial;
	text-decoration: none;
	font-size: 9pt;
	line-height: 14pt;
	}
	
.linksText a:hover{
	text-decoration: underline;
	}
	
.bodyText {
	color:#000000;
	font-family: arial;
	font-size: 9pt;
	}
	
.bodyText a{
	color:#2a6984;
	text-decoration: none;
	font-weight: bold;
	}
	
.bodyText a:hover{
	text-decoration: underline;
	}
	
.footerText {
	line-height:17px;
	color:#333333;
	font-family: arial;
	font-size: 9pt;
	padding: 10px;
	}
	
.footerText a{
	color: #2186a4;
	font-weight: bold;
	text-decoration: none;
	}

.footerText a:hover{
	text-decoration: underline;
	}
	
.pageName {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	}
	
.subHeader {
	color: #333333;
	font-weight:bold;
	letter-spacing:0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	}
	
.navText a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #2a6984;
	padding: 10px;
	}
	
.navText a:hover{
	text-decoration: underline;
	color: #163c4c;
	}
	
.captionText {
	line-height:14px;
	color:#333333;
	font-family: arial;
	font-size: 9pt;
	}
	
.captionText a{
	color:#670a00;
	text-decoration: none;
	font-weight: bold;
	}
	
.captionText a:hover{
	text-decoration: underline;
	}
