/* Global Styles */

p {
	font:12px arial;
	}

body {
	margin:0px;
	}
	
td {
	font:12px arial;
	}
	
hr {
	height:1px; 
	color: #cccccc;
	border: none;
	}
	
a {
	color: #CC3300;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation a {
	font:12px arial;
	color: #990000;
	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 blue;
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	

/* Class Styles */

.bodyText {
	font:12px arial;
	color:#99CCFF;
	line-height:20px;
	letter-spacing:.1em;
	margin-top:0px;
	}
	
.title{
	font:22px arial;
	font-weight:bold;
	color: #333399;
	}
	
.subtitle{
	font:16px arial;
	color: #333399;
	}
	
.pagetitle{
	font:22px arial;
	font-weight:bold;
	color: #990000;
	}
	
.heading{
	font:18px arial;
	}	
	
.subheading{
	font:14px arial;
	font-weight:bold;
	color: #990000;
	}			
		

	