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

/* Default HTML tags */
h1 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:130%;
	/*font-weight:bold;*/
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}
h2 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:120%;
	/*font-weight:bold;*/
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}
h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:110%;
	/*font-weight:bold;*/
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}
h4 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:110%;
	/*font-weight:bold;*/
	margin-top:25px;
	margin-bottom:15px;
	color:#333333;
}
pre {
	font-size:110%;
}
td {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color:#333333;
	font-size:100%; 
}
textarea {
	font-size:90%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	width:500px;
	border:1px #cccccc solid;
}

b.header {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:100%;
	font-weight:bold;
	color:#333333;
}

/* Links */
a:link { 
	color: #003366; 
	text-decoration: underline; 
} 
a:visited { 
	color: #003366;
	text-decoration: underline; 
} 
a:hover { 
	color: #666666; 
	text-decoration: underline; 
}
.menu1 {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
a.menu1:link { 
	color: #ffffff; 
	text-decoration: none; 
} 
a.menu1:visited { 
	color: #ffffff;
	text-decoration: none; 
}
a.menu1:hover { 
	color: #ebebeb; 
	text-decoration: underline; 
}
a.pageLink:link { 
	text-decoration: none; 
} 
a.pageLink:visited { 
	text-decoration: none; 
} 
a.pageLink:hover { 
	text-decoration: underline; 
}
.sectionHeader1 {
	color:#333333;
	font-size:130%;
	font-weight:bold;
}
a.sectionHeader1:link { 
	color: #333333; 
	text-decoration: none; 
} 
a.sectionHeader1:visited { 
	color: #333333;
	text-decoration: none; 
} 
a.sectionHeader1:hover { 
	color: #666666; 
	text-decoration: underline; 
}
.sectionHeader2 {
	color:#333333;
	font-size:120%;
}
a.sectionHeader2:link { 
	color: #003366; 
	text-decoration: none; 
} 
a.sectionHeader2:visited { 
	color: #003366;
	text-decoration: none; 
} 
a.sectionHeader2:hover { 
	color: #666666; 
	text-decoration: none; 
}
a.sectionHeaderLink1:link { 	
	color: #333333;	
	text-decoration: none;
}
a.sectionHeaderLink1:visited {
	color: #333333;
	text-decoration: none;
}
a.sectionHeaderLink1:hover {
	color: #666666;	
	text-decoration: underline;
}
a.sectionHeaderLink1:active { 	
	color: #333333; 	
	text-decoration: none;
}
.subsectionHeader1 {
	font-size:120%;
	font-weight:bold;
}
a.subsectionHeader1:link { 
	color: #333333; 
	text-decoration: none; 
} 
a.subsectionHeader1:visited { 
	color: #333333;
	text-decoration: none; 
} 
a.subsectionHeader1:hover { 
	color: #666666; 
	text-decoration: underline; 
}
a.white1:link { 
	color: #ffffff; 
	text-decoration: none; 
} 
a.white1:visited { 
	color: #ffffff;
	text-decoration: none; 
} 
a.white1:hover { 
	color: #ebebeb; 
	text-decoration: underline; 
}

/* Different styles */
.border {
	border: 1px solid #a9a9a9;
}
.button {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:90%;
}
.code {
	border: #666666 1px solid;
	background-color:#ebebeb;
	padding: 10px;
	color: #333333;
	margin-left: 0px;
}
.form1 {	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:90%;	
	width:40%;
	border:1px #cccccc solid;
}
.form2 {	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:90%;	
	width:80%;
	border:1px #cccccc solid;
}
.form3 {	
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:90%;
	border:1px #cccccc solid;
}
.imgBorder {
	border:1px #333333 solid;
}
.small1 {
	font-size:80%;
}