body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FF9900;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	color: #F00;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #F60;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #09F;
	margin: 0px;
	padding: 0px;
}
.text_white {
	color: #FFF;
}
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.menu:link {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
.menu:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
.menu:hover {
	color: #F60;
	text-decoration: none;
}
.menu_link {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
.submenu {
	background-color: #FC3;
	margin-left: 160px;
	margin-top: -25px;
	padding: 5px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border: 2px solid #FF9;
}
.blue {
	color: #39F;
}
