table {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	line-height: 150%;
	color: #999999;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	line-height: 150%;
	color: #666666;
	text-decoration: none;
}



a.b:link {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 150%;
	text-decoration: none;
	font-weight: bold;
}
a.b:visited {
	font-size: 15px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.b:hover {
	font-size: 15px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.b:active {
	font-size: 15px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}


body {
	background-image: url(../images/bgimg.jpg);
	background-repeat: repeat;
}
