.ul { font-size: 14px; font-family: Arial }

 a.article_heading:link { 
	color: #333399; 
	background-color: transparent; 
	font-size: 150%;
	text-decoration: none; }

 a.article_heading:visited { 
	color: #333399; 
	background-color: transparent; 
	font-size: 150%;
	text-decoration: none; }

 a.article_heading:hover{ 
	color: #3333ff; 
	background-color: transparent; 
	font-size: 150%;
	text-decoration: underline; }

 a.article_heading:active{ 
	color: #333399; 
	background-color: transparent; 
	font-size: 150%;
	text-decoration: underline; }
	

a.copyright { color: #000000; 
	font-size: 9px; 
	font-family: Arial }
a:active { color: #0000FF;  
	font-family: Arial, Helvetica; 
	text-decoration: underline;
	}
a:link { color: #0000FF;  
	font-family: Arial, Helvetica; 
	text-decoration: underline;
	}
a:visited { color: #0000FF;  
	font-family: Arial, Helvetica; 
	text-decoration: underline;
	 }
a:hover { color: #FF0000; 
	font-family: Arial, Helvetica; 
	text-decoration: none;
	}


body { 
	font-size: 14px;
	font-family: Arial; 	
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	background-image: url('../images/FBD_Background.jpg');
	background-repeat: repeat-x;
	background-color:#ffffff }

td.files {
	text-align:left;
	padding: 5px 1px 1px 20px;
	}
	
div { color: black; font-size: 12px; font-family: Arial }
font { color: black; font-size: 12px; font-family: Arial }
form { color: black; font-size: 12px; font-family: Arial }
h1 { color: #aaaaaa; font-size: 14pt; font-family: Arial }
h2 { color: #003366; font-size: 15pt; font-family: Arial }
h3 { color: #003366; font-size: 14pt; font-family: Arial }
h4 { color: #003366; font-size: 12pt; font-family: Arial }
h5 { color: #003366; font-size: 10pt; font-family: Arial }
h6 { color: #003366; font-size: 8pt; font-family: Arial }
input { color: black; font-size: 12px; font-family: Arial }
p { color: black; font-size: 14px; font-family: Arial }
select { color: black; font-size: 12px; font-family: Arial }
td.white { color: #000000; font-size: 14px; font-family: Arial }
textarea { color: #000000; font-size: 14px; font-family: Arial }
textarea.form { color: black; font-size: 14px; font-family: Arial }
white { color: #000000; font-size: 14px; font-family: Arial }


.blue {color: #000080; font-size: 16px; font-weight: bold; }
.green {color:#009900; font-size: 16px; font-style: italic; font-weight: bold; }
.purple {color: #800080; font-size: 16px; font-weight: bold; }

.error {color: #ff0000; font-size: 16px; font-weight: bold; }

.header {color: #000000; font-size: 14px; font-weight: bold; }

.adminbutton {
	width: 200px;
	font-weight:bold; 
	color:#000; 
	background-color:#ccc; 
	border-style:outset; 
	border-color:#ccc #333 #333 #ccc;	
}

input.button {
	font-weight:bold; 
	color:#000; 
	background-color:#ccc; 
	border-style:outset; 
	border-color:#ccc #333 #333 #ccc;	
}

input.button:hover {
	background-color:#ccc; 
	color: #fff;
}

input.buttonSmall {
	font-weight:normal; 
	font-size: 90%;
	color:#000; 
	background-color:#ccc; 
	border-style:outset; 
	border-color:#ccc #333 #333 #ccc;	}

input.buttonSmall:hover {
	color: #fff;
	background-color:#ccc; 
	}

