/* Redefined Selectors */

body{
	font:12px "Times New Roman", Times, serif;
	color:#000;
}

h1,h2,h3,h4,h5,h6{
	font-weight: bold;
	margin:12px 0 3px;
	padding:12px 0 3px;
}

h1{
	font-size: 18px; 
	color: #900; 
}

h2{
	font-size: 16px; 
	color: #900; 
}

h3{
	font-size: 14px; 
	color: #000; 
	font-style: italic; 	
}

hr{
	color:#900;
}

img{
	border:0;
}

p{
	margin:5px 0;
	padding:5px 0;
}

ul{
	margin:6px 10px;
	padding:6px 10px;
}

/* Start 'Global' Classes */

.bodyLinks {  
	font-size: 12px; 
	color: #00f; 
	text-decoration: underline;
}
.floatLeft{
	float:left;
}
.floatRight{
	float:right;
}
.headings {  
	font-size: 14px; 
	color: #000; 
	font-style: italic; 
	font-weight: bold;
}
.pageTitles {  
	font-size: 16px; 
	color: #900; 
	text-decoration: none; 
	font-weight: bold;
}