a:hover {
	color: #FF9933;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}

body {
	background-color: #009CDC;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	scrollbar-3Dlight-color:#007eb2;
	scrollbar-highlight-color:#ffffff;
	scrollbar-face-color:#007eb2;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#007eb2;
	scrollbar-arrow-color:#ffffff;
}

img{
	border: 0px;
}

.linktext {
	color: #0099FF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}

.white {
	background-color: White;
}


.text {
	color: #006699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	text-align: justify;
	margin-left : 10px;
	margin-right : 10px;
}

.bold {
	color: #006699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
	text-align: justify;
}

.cap {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
}

.oldnews{
	background-color : #99CCFF;
	border-bottom : 1px solid #007eb2;
	border-right : 1px solid #007eb2;
	border-top : 1px solid #007eb2;
	border-left : 1px solid #007eb2;
	color: #006699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	width : 400px;
}

.stretch {
	line-height : 100%;
}

.italic {
	color: #006699;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	text-decoration : none;
	text-align: justify;
	font-style : italic;
}

.textwhite {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}

.foot {
	border-bottom: 1px solid #007EB2;
	border-left: 1px solid #007EB2;
	border-right: 1px solid #007EB2;
}

.leftborder {
	background-image: url(images/leftborder.gif);
	background-repeat: repeat-y;
	background-position: left;
}

.rightborder {
	background-image: url(images/rightborder.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.floatright{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}