/* CSS Document */

/* TEXT STYLES */
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #FFCC00;
	text-decoration: none;
}

.pageContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.pageContentSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}

.pageContentWhiteShadow{
	font-weight: bold;
	font-color: white;
	filter: DropShadow(Color=black, OffX=2, OffY=2, Positive=0);
}
/* END TEXT STYLES */

/* DIV STYLES */
.borderTop {
	width: 780px;
	
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 1px;
	
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.borderMiddle {
	width: 780px;
	
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.borderBottom {
	width: 780px;
	
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
				
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 1px;
	
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: 1px;
}

.titleHolder {
	position: absolute;
	top: 0px;
	left: 140px;
	padding-left: 50px;
	padding-top: 40px;
}

.contentHolder {
	position: absolute;
	top: 80px;
	left: 140px;
	padding-left: 50px;
	padding-top: 40px;
}
/* END DIV STYLES */