body {
	 background: url("../images/grid.gif") repeat top left;
	 margin: 10px;
	 padding: 0;
}

body,.NormalText,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

ul,ol {
	margin-top: 0;
	margin-bottom: 0;
}

a:link {
	color: #66CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #FFFF33;
}

/*--- Layout ---*/

td.body-content {
	 padding: 30px;
	 padding-right: 0;
}

table.photo-gallery {
	/*width: 628px;*/
}

table.photo-gallery td {
	 width: 145px;
	 text-align: center;
	 vertical-align: middle;
}

table.photo-gallery a img {
	border: 1px solid #000;
}

td.footer {
	color: #fff;
	background-color: #5A0262;
	text-align: center;
	padding: 10px;
}

/*--- TD Styles ---*/

td.BrownBlock {
	color: #fff;
	background-color: #663300;
	padding: 10px;
}

/*--- Custom Text Styles ---*/

.PageTitle {
	font-size: 18px;
	font-weight: bold;
}

.BlueText {
	color: #5559B2;
}

.YellowText {
	color: #FFD700;
}

.OrangeText {
	color:#9b4122;
}