p {
	margin: 10px; 
	margin-top: 0px; 
	margin-bottom: 8px;
} 

h1 {
	font-size : 2em; 
	font-weight : bold; 
	} 
h2 {
	font-size : 1.5em; 
	font-weight : bold; 
	line-height : 20px; 
	margin: 0px; 
	margin-bottom: 10px
} 
h3 {
	font-size : 1.1em; 
	font-weight : bold; 
	line-height : 20px; 
	margin: 0px; 
	margin-bottom: 2px; 
} 

.required {  
	color: #FF0000;
	font-style: italic;}



/***************** Links ******************** */
a {  
	font-weight: bold; 
	color: #0D598D;
	text-decoration : underline;
}
a:hover {
	color : #000000; 
} 
.continued{
display:block;
width:100%;
text-align:right;
}
a.continued,
a.continued:link,
a.continued:visited
{
	font-style : italic; 
	color : #0D598D; 
	text-align : right; 
	margin: 0; 
	margin-right: 10px; 
	margin-bottom : 5px; 
	padding: 0px; 
	font-weight: bold; 
	text-decoration: none
} 

a.continued:hover {
	text-decoration : underline; 

} 
a.cont{

display:block;
width:100%;
text-align:right;
}

a.title,
a.title:link,
a.title:visited { 
	display:block;
	text-decoration : none; 
	font-weight : bold; 
	color : #0D598D; 
	border-bottom:1px solid #999999;
}

a.title:hover {
	text-decoration: none; 
	background-color: #FEF5F0;
}
 
#front-left a.title,
#front-left a.title:link,
#front-left a.title:visited { 
font-size:1.4em;
}

#front-left a.title:hover {
	
}
 

a.nav,
a.nav:link, 
a.nav:visited  {  
	color: #000000; 
	text-decoration: none
}

a.nav:hover { 
	color: #000000; 
	background-color: #FFCC00; 
	text-decoration: underline;
}
#credits a,
#credits a:link, 
#credits a:visited{
	color: #999999; 
	text-decoration: none

}
#credits a:hover { 
	color: #000000; 
	text-decoration: underline;
}
a.imgage:hover{
text-decoration:none;

}