html, body { 
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 10pt;
	background-color:#ffffff;
	padding:3px;
}

/* Header tags */
h1 {
	font-size:150%;
	margin-top:0px;
	margin-bottom:15px;
	color:#000000;
	letter-spacing:3px;
	text-transform:uppercase;
}
h1.menuHeader {
	color:#ffffff;
	font-size:150%;	
}
h1.noMargin {
	font-size:150%;
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
}
h2 {
	font-size:120%;
	margin-top:25px;
	margin-bottom:15px;
	color:#000000;
	letter-spacing:3px;
	text-transform:uppercase;
}
h2.noMargin {
	font-size:120%;
	margin-top:0px;
	margin-bottom:0px;
	color:#000000;
}
h3 {
	font-size:100%;
	margin-top:20px;
	margin-bottom:10px;
	color:#000000;
	letter-spacing:3px;
	text-transform:uppercase;
}
h4 {
	font-size:110%;
	margin-top:25px;
	margin-bottom:15px;
	color:#000000;
	letter-spacing:3px;
	text-transform:uppercase;
}

/* Links */
a:link { 
	color: #47d2ff; 
	text-decoration: none; 
} 
a:visited { 
	color: #47d2ff;
	text-decoration: none; 
} 
a:hover { 
	color: #ffffff;
	background-color:#47d2ff;
}
a.columnHeader1:link {
	color:#000000; 
	text-decoration: none; 
} 
a.columnHeader1:visited { 
	color:#000000; 
	text-decoration: none; 
}
a.columnHeader1:hover { 
	color:#333333; 
	text-decoration: underline; 
}
a.menu1:link { 
	color:#ffffff;
	background-color:#000000;
	text-decoration: none; 
} 
a.menu1:visited { 
	color:#ffffff;
	background-color:#000000;
	text-decoration: none; 
}
a.menu1:hover { 
	color:#ffffff;
	background-color:#47d2ff;
	text-decoration: none; 
}
.submenu1 {
	font-size:80%;
}
a.submenu1:link { 
	color:#000000;
	text-decoration: none; 
} 
a.submenu1:visited { 
	color:#000000;
	text-decoration: none; 
}
a.submenu1:hover { 
	color:#000000;
	background-color:#ffffff;
	text-decoration: underline; 
}
a.navigation1:link { 
	text-decoration: none; 
} 
a.navigation1:visited { 
	text-decoration: none; 
}
a.navigation1:hover { 
	text-decoration: underline; 
}
a.navigation2:link { 
	text-decoration: none; 
} 
a.navigation2:visited { 
	text-decoration: none; 
	background-color:#ffffff;
}
a.navigation2:hover { 
	text-decoration: none; 
}
a.pageLink:link { 
	text-decoration: none; 
} 
a.pageLink:visited { 
	text-decoration: none; 
} 
a.pageLink:hover { 
	text-decoration: underline; 
}
pre {
	font-size:110%;
}
.menuText {
	padding-left:5px;
	padding-right:5px;
	margin-bottom:10px;
	cursor:pointer;
	cursor:hand;
	font-size:75%;
	line-height:18px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:1px;
}
.menuTextBox {
	width:180px;
	margin-right:10px;
	background-color:#000000;
}
.menuTextBoxOver {
	width:180px;
	margin-right:10px;
	background-color:#666666;
}
.menuTextBoxSelected {
	width:190px;
	font-weight:bold;
	margin-right:0px;
	background-color:#47d2ff;
}
.submenuTextBox {
	margin-top:-10px;
	margin-bottom:10px;
	padding:5px;
	border-left: 2px solid #47d2ff;	
	border-bottom: 2px solid #47d2ff;	
}
.widgetTextBox {
	margin-top:-10px;
	margin-bottom:10px;
    margin-right:10px;
	padding:5px;
	border-left: 2px solid #666666;
	border-bottom: 2px solid #666666;
	border-right: 2px solid #666666;
}
.menuSeparator {
	margin-bottom:25px;
}	
.menuHighlight {
	background-color:#f80010;
}
.summaryBoxHeader {
	font-weight:bold;
	letter-spacing:3px;
	text-transform:uppercase;
}