body {
	background-color:	white;
	background-image: url("/images/background.jpg");
	font-family:		Verdana, Geneva, Sans-Serif;
	font-size:			14px;
	font color:			black;
	text-align:			left;
	font-style:			normal;
	font-weight:		normal;
	font-variant:		normal;
	line-height:		normal;
	letter-spacing:		normal;
	word-spacing:		normal;
	white-space:		normal;
	border-top-width:	0;
	border-right-width:	0;
	border-bottom-width:0;
	border-left-width:	0;
	top:				0;
	left:				0;
	right:				0;
	bottom:				0;
	margin:				0;
	padding:			0;
}

a:link,a:visited,a:hover,a:focus,a:active {
	color: red;
	text-decoration: underline;
}

h1, h2, h3, h4, h5 {
	text-align:	center;
}

.Black {
	color: Black;
}

.BlackBold {
	font-weight: bold;
}

.Blue {
	color: Blue;
}

.BlueBold {
	color: Blue;
	font-weight: bold;
}

.Green {
	color: Green;
}

.GreenBold {
	color: Green;
	font-weight: bold;
}

.Red {
	color: Red;
}

.RedBold {
	color: Red;
	font-weight: bold;
}

.Size10-Black {
	font-size: 10px;
	color: Black;
}

.Size12-Black {
	font-size: 12px;
	color: Black;
}

.Size12-BlackBold {
	font-size: 12px;
	color: Black;
	font-weight: bold;
}

.Size12-Red {
	font-size: 12px;
	color: red;
}

/* Size 14 is the Default Size and Black is the default color

For Size 14 Bold, just use "Bold" */

.Size16-Black {
	font-size: 16px;
	color: Black;
}

.Size16-BlackBold {
	font-size: 16px;
	color: Black;
	font-weight: bold;
}

.Size16-BlueBold {
	font-size: 16px;
	color: Blue;
	font-weight: bold;
}

.Size16-RedBold {
	font-size: 16px;
	color: Red;
	font-weight: bold;
}

.Size18-Black {
	font-size: 18px;
	color: Black;
}

.Size18-BlackBold {
	font-size: 18px;
	color: Black;
	font-weight: bold;
}

.Size18-BlueBold {
	font-size: 18px;
	color: Blue;
	font-weight: bold;
}

.Size18-RedBold {
	font-size: 18px;
	color: Red;
	font-weight: bold;
}

.Size24-BlackBold {
	font-size: 24px;
	color: Black;
	font-weight: bold;
}

.Size24-BlueBold {
	font-size: 24px;
	color: Blue;
	font-weight: bold;
}

.Size24-RedBold {
	font-size: 24px;
	color: Red;
	font-weight: bold;
}

.Size30-BlackBold {
	font-size: 30px;
	color: Black;
	font-weight: bold;
}

.Size30-RedBold {
	font-size: 30px;
	color: Red;
	font-weight: bold;
}

.Size36-BlackBold {
	font-size: 36px;
	color: Black;
	font-weight: bold;
}

.Size36-RedBold {
	font-size: 36px;
	color: Red;
	font-weight: bold;
}