
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;

	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #000000;
}

p {
	padding-bottom: 16px;
}

#navigation {
	font-size: 12px;
	width: 270px;
	padding: 7px 8px 5px 8px;
	float: right;
	margin-right: 30px;
	font-weight: bold;
	border: 1px solid #999999;
}

#navigation_description {
	font-size: 12px;
	color: #000000;
	padding-left: 5px;
	font-weight: bold;
}

#navigation a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	width: 120px;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
    margin-top:5px;
    margin-left:5px;
    border: none;
}

#navigation a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	width: 120px;
    margin-top:5px;
    margin-left:5px;
    border: none;
}

#navigation_tip {
	font-weight: bold;
	font-size: smaller;
	color:#666666;
}

#home_page_content {
	text-align: justify;
	margin-left: 60px;
	margin-top: 30px;
	margin-right: 60px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #333333;
}

h1 {
	text-align: left;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-bottom: 0px;
	font-size: 40px;
	color: #000066;
}

h2 {
	text-align: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin-left: 20px;
	font-size: 18px;
	margin-top: 0px;
	color: #000066;
}

a {
	text-decoration: none;
	color: #333333;
    border-bottom:dashed thin;
}

a:hover {
	cursor:hand;
    text-decoration: none;
}

#footer {
	clear: both;
	border-top: 1px solid #000000;
	margin: 45px;
	font-size: 10px;
	color: #999999;
	text-align: right;
}
