/* CSS Document */

.norepeat{
	background-repeat:no-repeat;
}
.repeatX{
	background-repeat:repeat-x;
}
.repeatY{
	background-repeat:repeat-y;
}
a.foot:link {text-decoration: none;color:#999999;}
a.foot:visited {text-decoration: none;color:#999999;}
a.foot:active {text-decoration: none;color:#999999;}
a.foot:hover {text-decoration: underline;color:#cccccc;}

body {
	background-color: #323033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.greyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}