@charset "UTF-8";
/* CSS Document */

body {
	background-image:url("images/bg.gif");
	background-repeat:repeat x;
	background-position:top center;
	background-attachment:fixed;
}

.bodytext {
	font-family: lucida grande, arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #083a81;

}

.legal{
	font-family: lucida grande, arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-shadow: #696969 1px 1px 1px;

}

.teamname{
	font-family: lucida grande, arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #083a81;

}

.linktext {
	font-family: lucida grande, arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1a5397;
	text-shadow: #C3C3C3 1px 1px 1px;

}

a:link {
	color: #083a81;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #083a81;
}
a:hover {
	text-decoration: none;
	color: #083a81;
}
a:active {
	text-decoration: none;
	color: #083a81;
}