/* @override http://localhost/~moses/Studio2500/studio2500.css */

body {
	margin: 10px;
	padding: 0;
	background-color: black;
	text-align: center;
}

/* @group DIV Tags */
#container {
	margin: 0px auto;	
}

#border {
	border: medium hidden black;
	width: 762px;
	height: 610px;
}

#header {
	text-align: left;
}

#content {
	text-align: left;
}

#footer {
	text-align: left;
	width: 762px;
	height: 101px;
	position: relative;
	top: 0;
}

/* @end */

#contentTable {
	width: 100%;
	height: 508px;
	cellpadding:
}

TR.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color: #666666;
	text-decoration: none;
}

TD.colored {
	background-color: #990000;
	width: 254px;
	height: 254px;
}

TD.colored1 {
	background-color: #990000;
	width: 169px;
	height: 169px;
}

TD.colored2 {
	background-color: #ff3366;
	width: 169px;
	height: 169px;
}

TD.textArea {
	background-color: #ffffff;
	width: 593px;
	height: 508px;
}

TD.image {
	background-color: #990000;
	width: 254px;
	height: 254px;
}

FONT.fbold {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
}

/* @group Link */

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/* @end */
