@charset "iso-8859-1";
BODY {
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 10;
	margin-right: 10;
	scrollbar-face-color: #ddddee;
	scrollbar-highlight-color: #DDDDFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #333366;
	scrollbar-shadow-color: #BBBBBB;
	scrollbar-arrow-color: #333366;
	scrollbar-track-color: #eeeeff;
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-attachment: fixed;
	background-color: #E6E8F8;
}
p {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	color: #000033;
}
.smcaps {
	font-size: 12pt;
	font-variant: small-caps;
}
.white {
	color: #FFFFFF;
}
.silver {
	color: Silver;
}
.red {
	color: red;
}
.blue {
	color: blue;
}
.text {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	color: #000033;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	color: #000033;
	font-weight: bold;
}
.links {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}
.copyright {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000033;
}
.foot {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #000033;
}
ul {
	color : Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	text-align : left;
	text-decoration : none;
	list-style-type : square;
}
ol {
	color : Black;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11pt;
	font-style : normal;
	text-align : left;
	text-decoration : none;
}
ul ul {
	color : #000033;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-align : left;
	list-style-type : disc;
}
ul ol {
	color : #000033;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	text-align : left;
}
A:link {
	text-decoration: underline;
	color: #6495ED;
	font-weight: bolder;
}
A:visited {
	text-decoration: underline;
	color: #6495ED;
	font-weight: bolder;
}
A:hover {
	text-decoration: none;
	color: #7E578B;
	font-weight: bolder;
}
