
/* Global Styles */

body {
	margin:20px;
	}
	
td {
	font:14px arial;
	color:#000000;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #000000;
	text-decoration:none;
	}
	
a:hover {
	color: #ffffff;
	text-decoration:underline;
	}
	
h1 {	
	font:24px arial;
	font-weight:bold;
	text-decoration:none;
	}
	
h2 {	
	font:20px arial;
	font-weight:bold;
	text-decoration:none;
	}
	
h3 {	
	font:16px arial;
	font-weight:bold;
	text-decoration:none;
	}
	
img.reflection {
    margin-bottom: -35px; /* Subsequent text can overlap reflection */
	}

img.reflection2 {
    margin-bottom: -20px; /* Subsequent text can overlap reflection */
	}
	
/* ID Styles */

#navigation a {
	font:11px georgia;
	color: #99CCFF;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border: 1pt solid rgb(20,40,95);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#ffffff;
	border: 1pt dotted red;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
/* Class Styles */
	
.siteName {
	font:24px arial;
	font-weight:bold;
	color:#000000;
	}
	
.siteSlogan {
	font:16px arial;
	font-weight:bold;
	font-style:italic;
	color:#000000;
	}
		
.navBar {
	font:16px arial;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
		
.importantText {
	font:16px arial;
	font-weight:bold;
	color:#000000;
	}
	
	