body {
	background-color: #35638D;
	background-image:  url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.importantTxt {
	font-size: 14px;
	font-weight: bold;
	color: #FF6600;
}
.txt10px {
	font-size: 10px;
	font-weight: bold;
	color: #FF6600;
}
.sizes {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



/* LINKS */

a:link {
	color: #335C85;
	text-decoration: none;
}
a:visited {
	color: #335C85;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:active {
	color: #999999;
	text-decoration: none;
}

a.LinksSmall:link {
	color: #F75E17;
	text-decoration: none;
	font-size: 9px;
}
a.LinksSmall:visited {
	color: #F75E17;
	text-decoration: none;
	font-size: 9px;
}
a.LinksSmall:hover {
	color: #335C85;
	text-decoration: none;
	font-size: 9px;
}
a.LinksSmall:active {
	color: #335C85;
	text-decoration: none;
	font-size: 9px;
}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0D376E;
}
