.bg {
	background-color: #CCCCCC;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #204060;
}
a:link {
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
}
.smalltext {
	font-size: 11px;
	color: #FFFFFF;
}



a.whitelink:link		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.whitelink:visited		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}

a.whitelink:hover		{
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
	text-transform: uppercase;
}

a.whitelink:active		{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.bgmenu {
	background-image: url(img/bg-menu.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
