/* Global Styles */

@charset "utf-8";
body {
	margin:0px; background-color: #333333;
	}
		
td {
	font:12px arial;
	color:#99CCFF;
	}
	
hr {
	height:5px; 
	color: #cc3300;
	border: none;
	width: 100%
	}


a:link {
	color: #CC3300;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #FFFFFF;
}

/* Class Styles */
.style2 {font-family: Georgia, "Times New Roman", Times, serif}


.style7 { /* this style is redundant with table data rule */
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 12px;
	color: #99CCFF;
	}
.style11 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #CC3300;
}

.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #CC3300;
}


.galleryphoto {
	border-color: #CC3300;
	border-width: 5px;
}
