body {
	background-color: #FFFFFF;
}
body, div {
	margin: 0px;
	padding: 0px;
}
body, div, input, textarea {
	font-family: 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #696969;
}
.default-font {
	font-family: 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #696969;
}



/*************************************************************
 * Header
 *************************************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 5px;
	font-family: 'Lucida Grande', Arial, Verdana, Sans-serif;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
}
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
		font-weight: normal;
	}
	h3 {
		font-size: 16px;
		font-weight: normal;
	}



/*************************************************************
 * Hyperlink
 *************************************************************/
a:link, a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #2786C2;
}
a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #2786C2;
}

a.none:link, a.none:visited {
	font-weight: normal;
	text-decoration: none;
}
a.none:hover {
	font-weight: normal;
	text-decoration: none;
}

a.button:link, a.button:visited {
	font-weight: normal;
	text-decoration: none;
}
a.button:hover {
	font-weight: normal;
	text-decoration: none;
}



/*************************************************************
 * 
 *************************************************************/
