@charset "utf-8";
body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}
a {
	text-decoration:none;
	color: #00FFFF;
}
a:hover {
	text-decoration:underline;
	color: #00FFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gradient_bg {
	background-attachment: fixed;
	background-image: url(images/nav/gradient.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.title1 {
	font-size: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}
.title2 {
	font-weight: bold;
	color: #00FFFF;
}

.outline {
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.outline:hover {
	border: 1px solid #00FFFF;
}
