@charset "utf-8";
/* CSS Document */
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
	font-size: 9px;
}
.style3 {
	font-size: 16px;
}
.style4 {
	color: #990000;
	font-weight: bold;
}
.style5 {
	color: #990000;
}
.style6 {
	font-size: 14px;
	font-weight: bold;
}
.style7 {
	font-size:14px;
}
.style8 {
	font-size:10px;
}
.style9 {
	font-size: 12px;
}
.style10 {
	font-weight: bold;
	font-size: 36px;
	color: #FF0000;
}
.style11 {
	font-size: 12px;
	color: #000000;
}
.style12 {
	font-size: 18px;
}
.style13 {
	color: #FF0000;
}
.style14 {
	font-style: italic;
}
.style15 {
	color: #CC0000;
}
.style16 {
	font-weight: bold;
	font-size: 24px;
}
.style17 {
	color: #000000;
}
.style18 {
	font-style: italic;
}
.style19 {
	font-style: italic;
}
.style20 {
	font-size: 24px;
}
.style21 {
	color: #0000FF;
}
.style22 {
	font-size: 48px;
}

BODY {
	background-attachment: fixed;
	background-image:  url(images/back.jpg);
	background-repeat:repeat-x;
	background-position:right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #6699ff;
	margin-top: 15px;
	margin-bottom: 30px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.table1 {
	background-image:url(images/table.jpg);
	background-repeat:repeat;
}
a {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: underline;
}
.glossymenu {
	list-style-type: none;
	margin: 0px 0;
	padding: 0;
	width: 175px;
	border: 0px;
	border-bottom-width: 0;
}
.glossymenu li a {
	background: #6699ff url(images/menu.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}
* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 175px;
}
.glossymenu li a:visited, .glossymenu li a:active {
	color: #CEE9FF;
}
.glossymenu li a:hover {
	background-image:  url(images/menu1.gif);
	color: #CEE9FF;
}