@charset "UTF-8";
body {
	background-image: url(../images/graydient.jpg);
	background-repeat: no-repeat;
	background-color: #333333;
}
.padtop10 {
	padding-top: 10px;
}
.padleft10 {
	padding-left: 15px;
}
.redpadleft {
	color: #FF0000;
	padding-left: 13px;
	margin-bottom: 20px;
}
.red {
	color: #FF0000;
}
.lightgrey {
	color: #999999;
}
.padleft20 {
	padding-left: 40px;
}
.padleft40 {
	padding-left: 40px;
}
.padbottom20 {
	padding-bottom: 20px;
}
.padbottom10 {
	padding-bottom: 10px;
}
.greypadleft20 {
	color: #999999;
	padding-left: 15px;
}
.padtop20 {
	padding-top: 20px;
}

