@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, form, label, legend,
caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1;
	margin-top: 50px;
	background-color: #CCCCCC;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}
/*Menu*/
#menu {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#menu li {
	float: right;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu a {
	color: #0099ff;
	display: block;
	float: left;
	margin: 0;
	padding: 4px 8px;
	height: 11px;
	text-decoration: none;
}
#menu a:hover {
	color: #ff0099;
	padding-bottom: 4px;
	text-decoration: underline;
}
/*Styles*/
h3 {
	font-size: 13pt;
	letter-spacing: 6pt;
	color: #ff9933;
	font-weight: bolder;
	text-transform: capitalize;
}
h4 {
	line-height: 1.7;
}
h6 {
	color: #0099ff;
}
.footer {
	font-size: 10pt;
	line-height: 20pt;
}
a {
	color: #0099ff;
	text-decoration: none;
}
a:hover {
	color: #ff0099;
	text-decoration: underline;
}
