/* CSS Document */


.topMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color:#000000;
	text-align:center;
	text-decoration: none;
	}
	
.topMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight: bold;
	color: #663300;
	text-align:center;
	text-decoration: underline;		
	}	
	
.bcrumb {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;		
	font-size: 15px;
	text-align: left;
	color: #000000;
	text-decoration: none;
	
	}
	
.bcrumb:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;	
	font-size: 11pt;
	text-align: left;
	color: #663300;
	text-decoration: underline;	
	}	

.pagelink {
	color: #000066; 
	text-decoration: none;
	}

.pagelink:hover {
	color: #009900;
	text-decoration: underline;
	}

.Smenu {
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
	text-decoration: none;
	}

.Smenu:hover {
	background-color: transparent;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #0000CC;
	text-align: center;
	text-decoration: underline;
	}

.tabmenu {
	background-color: transparent;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: 500;
	color: #000000;
	text-align: center;
	text-decoration: none;
	}

.tabmenu:hover {
	background-color: transparent;
	font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	font-weight: 500;
	color: #0000CC;
	text-align: center;
	text-decoration: underline;
	}

.caption {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;	font-weight: 500;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	color: #000000;
	}

.caption:hover {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;	
	font-weight: 500;
	font-style: italic;
	text-align: center;
	text-decoration: none;
	color: #660000;
	}	
	

/* Regular text styles */


.alert {
	color: #FF0000;
	font-style:oblique;
	}
	
	
.pagetext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12pt;
	font-weight: 600;
	color: #000000;
	text-align: left;
	text-decoration: none;
	}

.pagetitle {
	font-family: Georgia, 'Times New Roman', Times, serif; 
	color: #999966; 
	font-size: 18pt; 
	font-weight: bold;
	font-style: oblique; 
	text-align: right;
	}


.sectionhead {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #333366;
	text-align: left;
	text-decoration: none;
	}	

	/* Modifier Styles */

.emphasis {
	font-style: italic;
	font-weight: bold;
	}

		