/*Style sheet used for demo. Remove if desired*/
.handcursor{
	cursor:hand;
	cursor:pointer;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FDCB55;
}
#switchgroup1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #CCC;
}


/* Global Styles */

body {
	margin:0px;
	background-color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	}
	
.text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	line-height: 25px;
 }
.text2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FDCB55;
}

 
 .header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FDCB55;
	font-weight: bold;
	text-align: left;
}
.link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: underline;
}

	
a:hover {
	color: #FFE682;
	text-decoration: underline;
	}

/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	color: #DFDFDF;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#993300;
	background-color: #FEEABC;
	}
	
#logo 	{
	font:24px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.2em;
	line-height:30px;
	}

#tagline 	{
	color: #993300;
	letter-spacing:.4em;
	line-height:18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#monthformat {
	border-bottom: 1px dashed #5C743D;
	}
		
#dateformat {
	color: #000000;
	letter-spacing:0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}
	
#dateformat a {
	font:11px Arial, Helvetica, sans-serif;
	color: #FFCC33;
	font-weight:bold;
	letter-spacing:0.1em;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #F4FFE4;
	letter-spacing:.1em;
	}
	
/* Class Styles */
	
.style9 {
	color: #FFFFFF;
	font-size: 10px;
}
.style15 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
	line-height: 25px;
}


.style16 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FDCB55;
	text-align: center;
}

.style19 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
}

.style21 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	text-decoration: underline;
}

.icongroup1{
	width: 750px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #FFF;
	font-size: 18px;
	line-height: 25px;
}

div.eg-bar{
	width: 750px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

/*CSS used to style the examples. Remove if desired: */

.eg-bar{
	font-weight: bold;
	border: 1px solid black;
	padding: 3px;
	color: #F0F0F0;
	background-color: #CCC;
}


/*Default style for SPAN icons. Edit if desired: */

.iconspan{
	float: right;
	margin: 3px;
	cursor:hand;
	cursor:pointer;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}

