@charset "utf-8";
/* CSS Document */

h1, h2, h3, h4, h5, h6, p, address {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	}

p {
	font-size: 80%;
	color: #000000;
	line-height: 1.5em;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

#menu a:link {
	color: #0000FF;
	text-decoration: none;
}
#menu a:visited{
	text-decoration: none;
	color: #0000FF;
}
#menu a:hover {
	text-decoration: none;
	color: #0000FF;
}
#menu a:active {
	text-decoration: none;
	color: #0000FF;
}

#right a:link {
	color: #0000FF;
	text-decoration: none;
}

#right a:visited {
	text-decoration: none;
	color: #9900FF;
}
#right a:hover {
	text-decoration: underline;
	color: #FF6600;
}
#right a:active {
	text-decoration: none;
	color: #FF0000;
}

#footer a:link {
	color: #00FFFF;
	text-decoration: none;
}

#footer a:visited {
	text-decoration: none;
	color: #00FFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #00FFFF;
}
#footer a:active {
	text-decoration: none;
	color: #00FF00;
}

#menu h2 {
	background-color: #333333;
	font-size: 14px;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0px 10px 0px 10px;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	border-left: solid #ffffff 5px;
	border-right: solid #ffffff 5px;
	border-top: solid #ffffff 5px;
	}


img {
	border: 0px;
}

#right h1 {
	background-color: #993300;
	padding: 3px 3px 3px 5px;
	font-size: 16px;
	color: #FFFFFF;
	width: 60%;
	}

#right h2 {
	background-color: #FFFF00;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-left: 20px;
	border-top: solid #009900 1px;
	border-bottom: solid #009900 1px;
	margin: 10px 10px 10px 10px;
	padding: 3px 5px 3px 5px;
	}

#right h3 {
	background-color: #CCFFFF;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-left: 20px;
	border-top: solid #009900 2px;
	border-bottom: solid #009900 2px;
	margin: 10px 10px 10px 10px;
	padding: 3px 5px 3px 5px;
	text-align: center;
	}

#right h4 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
	border-bottom: solid #ff6600 1px;
	}

