@charset "utf-8";
/* CSS Document */
.realsmall{font-size:9px; font-family:"Microsoft Sans Serif"; color:#FFFFFF; font-weight:lighter}

.smallfont{font-size:11px; font-family:"Microsoft Sans Serif"; font-weight:bold; color:#FFFFFF}

.normalfont{font-size:14px; font-family:"Microsoft Sans Serif"; font-weight:bold; color:#FFFFFF}

.normalfontg{font-size:14px; font-family:"Microsoft Sans Serif"; font-weight:bold; color:#FFFFFF}

.title{font-size:18px; font-family:"Microsoft Sans Serif"; font-weight:bold; color:#FFFFFF}

.endfont{font-size:9px; font-family:"Microsoft Sans Serif"; color:#FFFFFF}

.link{font-size:10px; font-family:"Microsoft Sans Serif"}

.biglink{font-size:14px; font-family:"Microsoft Sans Serif"}

body{
			background-image:url(background.jpg);
			background-repeat:repeat;
	}
#table{
			background-image:url(tableback.jpg);
			background-repeat:repeat;
	  }
#title{
			background-image:url(titlex.jpg);
			background-repeat:repeat-x;
	  }
a:link {
	color: #2FA2CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2FA2CC;
}
a:hover {
	text-decoration: none;
	color: #2FA2CC;
}
a:active {
	text-decoration: none;
	color: #2FA2CC;
}