.shadowtopright {
	background-image:  url("images/graphics/shadowtopright.gif");
	background-repeat: no-repeat;
}
.shadowright {
	background-image:  url("images/graphics/shadowright.gif");
	background-repeat: repeat-y;
	background-position: top;
}
.shadowbottomright {
	background-image:  url("images/graphics/shadowbottomright.gif");
	background-repeat: no-repeat;
}
.shadowbottom {
	background-image:  url("images/graphics/shadowbottom.gif");
	background-repeat: repeat-x;
}
.shadowbottomleft {
	background-image:  url("images/graphics/shadowbottomleft.gif");
	background-repeat: no-repeat;
}
.graygradient {
	background-image:  url("images/graphics/graygradient.jpg");
	background-repeat: repeat-x;
}
.arrowlength {
	background-image:  url("images/graphics/arrow-pixel.gif");
	background-repeat: repeat-x;
	background-position:center;
}
.arrowlengthgray {
	background-image:  url("images/graphics/graywitharrowpixel.gif");
	background-repeat: repeat-x;
	background-position:center;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:justify;
}
.minortitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0F55A0;
	font-weight: bold;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	list-style-type: disc;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #0F55A0;
	text-decoration: underline;
}
.mainborder {
	border: 1px solid #000000;
}
.mainbordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.rule {
	noshade;
	color: #73BBE8;
	width: 50%;
}
.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #990000;
}
.hometitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
.maintable {
	padding-right: 80px;
	padding-left: 80px;
}
.popup {
	position:absolute; 
	visibility:hidden; 
	background-color:#FFFFCC; 
	width: 150px;
	padding: 5px;
	border: 1px;
	border-color:#000000;
	border-style:solid;
}

a.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	font-style: italic;
	text-decoration: underline;
}
a:visited.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	font-style: italic;
			text-decoration: underline;
}
a:hover.redlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #990000;
	font-style: italic;
		text-decoration: underline;
}
