@charset "utf-8";
/* CSS Document */

h1 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #FF3333;
	text-decoration: none;
	background-color: #FFE9AD;
	border-bottom-style: dotted;
	border-bottom-width: thick;
	border-bottom-color: #FFFCEC;
	list-style-type: none;
	list-style-position: inside;
	line-height: normal;
	clip: rect(auto,auto,auto,auto);
	height: 44px;
	font-weight: 500;
	text-indent: 6px;
	text-align: center;
}

h2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D9FFFF;
	background-color: #00303f;
	top: -22px;
	position: relative;
	font-weight: 300;
	text-indent: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
}
p {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #84F3FD;
	font-weight: 300;
}
h3 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C4FFFC;
	font-weight: 300;
}
h4 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	font-weight: 300;
	text-align: center;
	text-decoration: underline overline;
	background-color: #FFCC99;
	background-position: center center;
	vertical-align: text-bottom;
	background-repeat: no-repeat;
}
h5 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
	font-weight: 300;
}

a {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336699;
	text-decoration: underline overline;
}
a:visited {
	color: #333366;
	text-decoration: underline overline;
}
a:hover {
	color: #66CCFF;
	text-decoration: underline overline;
}
a:active {
	color: #FBFBFB;
	text-decoration: underline overline;
}

body {
	background-color: #549cab;
	background-image: url(../../images/pattern_frames.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
