a {
color : Black;
	background-color : transparent;
	font-weight : none;
}

a:link {
	background-color : transparent;
	text-decoration : none;
	color: #FFFFFF;
}

a:visited {
	background-color : transparent;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	text-decoration : none;
	color: #FFFFFF;
}

a:active {
	text-decoration : none;
	color: #FFFFFF;
}

.background {
	background-image: url(../images/background.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-colour: #D8E0F7
}

body,td,div{
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

#white {
	color : #FFFFFF;

}
#yellow{
	color : #FFCC00;
}

#blue{
	color : #3366CC;
}

.headerblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #003399;
}
.linkblue  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #0066CC;
	text-decoration: none;
}
.linkblue a:link {
	background-color : transparent;
	text-decoration : none;
	color: #0066CC;
}

.linkblue a:visited {
	background-color : transparent;
	color: #0066CC;
	text-decoration: none;
}

.linkblue a:hover {
	text-decoration : none;
	color: #0066CC;
}

.linkblue a:active {
	text-decoration : none;
	color: #0066CC;
}

.linkblack  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
}
.linkblack a:link {
	background-color : transparent;
	text-decoration : none;
	color: #000000;
}

.linkblack a:visited {
	background-color : transparent;
	color: #000000;
	text-decoration: none;
}

.linkblack a:hover {
	text-decoration : none;
	color: #000000;
}

.linkblack a:active {
	text-decoration : none;
	color: #000000;
}