/* this css is only for the home page */
BODY  {
	scrollbar-3d-light-color : #FEAE01;
	scrollbar-arrow-color : #FEAE01;
	scrollbar-base-color : #FFFFFF;
	scrollbar-dark-shadow-color : #FEAE01;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #FEAE01;
	scrollbar-shadow-color : #FEAE01;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size : 10pt;
}
H1 {
	font-size: 12px;
	font-weight : normal;
	text-align : center;
	margin-bottom : 0px;
	margin-top: 10px;
}
.home {color: #6f9149;}
H2 {
	font-size : 14px;
	font-weight : normal;
	text-align : center;
	margin-top : 20px;
	margin-bottom : 10px;
}
#text {
	font-size: 10px;
	text-align: justify;
	color: #E6EDCF;
}
#text a {
	color: black;
	text-decoration: none;
	font-weight: normal;
}
a:link.skip, a:active.skip {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:visited.skip {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
a:hover.skip {
	background-color: White;
}
a:link.skip2, a:active.skip2 {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:visited.skip2 {
	color: Black;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
a:hover.skip2 {
	background-color: White;
}

#footer {
	color : #E6EDCF;
	font-size : 10px;
	text-align: center;
	margin-top: 25px;
}
#footer a:link, a:active {
	color : #E6EDCF;
	font-size : 10px;
	text-align: center;
	background-color: #8CB167;
	text-decoration: none;
}
#footer a:hover {
	color : #E6EDCF;
	background-color: #8CB167;
	text-decoration: underline;
}
#footer a:visited {
	color : #E6EDCF;
	font-size : 10px;
	text-align: center;
	text-decoration: none;
}
#copy {
	color : #E6EDCF;
	font-size : 10px;
	text-align: center;
	margin-top: 25px;
}
#credits {
	background-color: #8CB167;
	text-align: center;
	color: #cddb9f;
	font-size: 9px;
	margin-bottom: 10px;
}
#credits a {
	color: #cddb9f;
	font-size: 9px;
	text-decoration: none;
}

