.logo
{
	background-position: left top;
	margin-top: 0px;
	background-image: url(Images/logo.jpg);
	background-position: 10px 5px;
	margin-left: 0px;
	background-repeat: no-repeat;
}
a
{
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	color: white;
	text-decoration: none;
}
a:hover
{
	color: black;
}
.alinks
{
	font-family: Arial;
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}
.alinks:hover
{
	color: red;
}
.aspecial
{
	font-weight: bold;
	font-family: Arial;
	font-size:10pt;
	color: royalblue;
	text-decoration: none;
}
.aspecial:hover
{
	color: red;
}
.aspecial2
{
	font-weight: bold;
	font-family: Arial;
	font-size:12pt;
	color: red;
	text-decoration: none;
}
.aspecial2:hover
{
	color: black;
}
.aspecial3
{
	font-weight: bold;
	font-family: Verdana;
	font-size:8pt;
	color: royalblue;
	text-decoration: none;
}
.aspecial3:hover
{
	color: red;
}
.aspecial4
{
	font-weight: bold;
	font-family: Arial;
	font-size:14pt;
	color: darkorange;
	text-decoration: none;
}
.aspecial4:hover
{
	color: red;
}
.aemail
{
	font-weight: normal;
	font-family: Arial;
	font-size: 12px;
	color: red;
	text-decoration: none;
}
.aemail:hover
{
	color: blue;
}
.title
{
	background-position: left top;
	margin-top: 0px;
	margin-left: 0px;
}
.leftTable
{
	border-right: black 1px solid;
	border-top: white 1px solid;
	border-left: white 1px solid;
	border-bottom: black 1px solid;
}
.leftTD
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 8pt;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.loginHeaderSS
{
	border-right: black 1px solid;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 9pt;
	padding-bottom: 0px;
	margin: 0px;
	width: 160px;
	height: 25px;
	border-left: black 1px solid;
	color: white;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Arial;
	background-color: #5a699e;
}
.loginBodySS
{
	border-right: black 1px solid;
	border-top: medium none;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	color: #000000;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-size: 8pt;
	font-family: Arial;
	background-color: whitesmoke;
}
.loginBodySSAlt
{
	font-size: 8pt;
	font-family: Arial;
	background-color: lightsteelblue;
}
.noticeDiv
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: #ffffcc;
	position:absolute;
	top:5px;
	left:690px;
	height:100px;
	width:200px;
	padding:5px;
	font-family:Arial;
}