

/* Presentation Stylesheet */ 
p {
 padding: 0 15px;
 }

h4, h3 {
 margin:0; 
 padding: 5px 0;
 }

.navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(68,93,160);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
.navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
.smallText {
	font:10px arial;
	color:#02021e;
	}

.detailText {
	font:11px arial;
	color:#ffffff;
	line-height:16px;
	letter-spacing:.1em;
	}
	
.bodyText {
	font:12px verdana;
	font-weight:bold;
	color:#ffffff;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}		
	
.scheduleText {
	font:12px verdana;
	font-weight:bold;
	color:#000000;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}		
	
.scheduleDateText {
	font:10px verdana;
	font-weight:bold;
	color:#000000;
	line-height:10px;
	letter-spacing:.1em;
	margin-top:0px;
	}		
		
.pageName{
	font:22px georgia;
	color: #CC3300;
	line-height:20px;
	letter-spacing:.1em;
	}

.subHeading{
	font:16px georgia;
	color: #02021e;
	line-height:18px;
	letter-spacing:.1em;
	}
			
input 
{ 
   background-color: #ececec; 
   font-family: arial; 
   font-size: 8pt; 
   color: #000000; 
   border-style:groove; 
    
}

button 
{ border: font-size: 11px; 
	color: #FFFFFF; 
	font-weight: normal; 
	font-family: arial; 
	background-color: #CC0000; 
	text-decoration: none; 
} 
