BODY
{
    color : white;
	background-color : #CC0000;
	margin-left : 0px;
	margin-top : 10px;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #CC0000;
	scrollbar-darkshadow-color : #CC0000;
	scrollbar-face-color : #CC0000;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
	scrollbar-track-color: #CC0000;
}

A {
	color : #c0c0c0;
	text-decoration : underline;
}

A:HOVER			/* A:ACTIVE, A:FOCUS */
{		
	color : #000000;
	font-weight : normal;
	text-decoration : none;
}

.main{
	font-family: Cambria, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #f0f0f0;
}

.after{
	font-family: Cambria, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}


.photos{
	position: absolute;
	left: 30px;
	top: 70px;
}

.mp3{
	position: absolute;
	left: 82px;
	top: 70px;
}

.flyers{
	position: absolute;
	left: 134px;
	top: 70px;
}

.board{
	position: absolute;
	left: 186px;
	top: 70px;
}

.table{
	font-family: sans-serif;
	font-size: 9px;
	color: white;
}

.tableMP3{
	font-family: sans-serif;
	font-size: 11px;
	color: white;
}

.flyer{
	border: 1px solid Black;
}

.line{
	border-bottom : 1px solid #000000;
}

.lineBottomLeft{
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
}

.lineBottomRight{
	border-bottom : 1px solid #000000;
	border-right : 1px solid #000000;
}

.thumb{
	border-color: black;
	border-style: solid;
	border-width: 1px;
}

.formCell{
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	background-color: #cc0000;
	font-family: sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.mainCell{
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
}

.textarea{
	border-top : 1px solid #000000;
	border-bottom : 1px solid #000000;
	border-left : 1px solid #000000;
	border-right : 1px solid #000000;
	background-color: #cc0000;
	width: 550px;
	height: 64px;
	font-family: sans-serif;
	font-size: 9px;
	color: #ffffff;
}

.bckgPhoto1{
	background-color: #a10000;
}

.btn {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #ffffff;
	background-color: #cc0000;
	border-color: #000000;
	border-width: 1px;
}