html {
	overflow-y: scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-position:right;
	background-repeat:repeat-y;
}

a:link {
	color: #0000FF; 
}
a:visited {
	color: #0000CC; 
}
a:hover {
	color: #0000FF;
	text-decoration:underline;
}
a:active {
	color: #0000FF; 
}

.FontNormalBlack {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000000;
}

.FontNormalWhite {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
}

.BoldBlueSmall {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000066;
	font-weight: bold;
}

.BoldWhiteSmall {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

.BlueNormal {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000066;
}
.BlueSmall {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000066;
}

.NormalDarkBlue {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #000033;
	font-weight: bold;
}

.FontBlackSmall {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #000000;
}

.LightBlue {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #000099;
}
.BlueVerySmall {
	font-family: Verdana;
	font-size: 9px;
	font-style: normal;
	color: #000066;
	font-weight: bold;
}
