/* CSS Document */

/* Body */

p ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	margin: 5px 0 10px 0;
	color: #000000;
}

#caption {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size:12px;
	letter-spacing: 1px;
	color: #637F9F;
	line-height: 25px;
	padding: 5px 10px 7px;
	font-weight: normal;
}


/* top navigation bar */

#top_nav {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #F5FBFD;
	text-align: center;
	letter-spacing: 1px;
}

#top_nav a {
	text-decoration: none;
	color: #F5FBFD;
	font-weight: bold;
}

#top_nav a:link {
	border: 0;
	text-decoration: none;
}

#top_nav a:visited {
	border: 0;
	color: #F5FBFD;
}
	
#top_nav a:hover, a:active {
	border: 0;
	text-decoration: none;
	color:#DEDEDE;
}

/* Footer */

#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #F5FBFD; 
	line-height: 15px;
	text-align: center;
}
