/* CSS Document */

html {
	padding: 0;
	margin-top: 10px;
	}
	
body {
	padding: 0;
	text-align: center;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 10px;
	}

img { /* needed for firefox */
	border: 0px;
	}
		
a {
	color: 8C8C8C;
	text-decoration: none;
	}
	
a:hover {
	color: Ec0e8f;
	text-decoration: none;
	}
	
h2 {
	font-size: 9px;
	font-style: normal;
	color: 8C8C8C;
	padding-left: 35px;
	}
		
h3 {
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	color: 8C8C8C;
	}
	
h3 a:hover {
	color: F8DFD3;
	}
	
p {
	font-size: inherit;
	line-height: normal;
	text-decoration: none;
	color: 8C8C8C;
	}


h4 {
	color: 8C8C8C;
	font-weight: bold;
	font-size: 12px;
	margin: 0;
	}
	
h5 {
	color: 8C8C8C;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
em.date {
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #cc3333;
	}

.paragraphs p {
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: 20px;
	text-align: left;
	font-size: 13px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 20px;
	}
	
.bodytxt {
	margin: 0px;
	padding: 2px 0 5px 0;
	line-height: 20px;
	text-align: center;
	font-size: 13px;
	margin-left: 30px;
	margin-right: 30px;
	color: 8c8c8c;
	}

.paragraphs h3 {
	margin: 15px 0 1px 0;
	}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	color: #8c8c8c;
	text-decoration: none;
	font-weight: normal;
	line-height: 10pt;
}	

.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: inherit;
	color: #8c8c8c;
	text-decoration: none;
	line-height: 20px;
	padding-top: 5px;
}

.smalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-align: left;
	color: #8c8c8c;
	text-decoration: none;
	line-height: 11px;
	margin-left: 0px;
	margin-top: 2px;
}

.news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: inherit;
	color: #8c8c8c;
	text-decoration: none;
	line-height: 18px;
}		

.newshighlite {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: inherit;
	color: #eb008b;
	text-decoration: none;
	line-height: 20px;
}		

.newsdate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: inherit;
	color: #eec8bc;
	text-decoration: none;
	line-height: 15px;
}		

ul {
	list-style-type: none;
	padding: 0px;
	}

ul li {
	color: #666;
	margin:0;
  	padding:0;
  	}
  	
ol {
	margin-left: 0px;
	padding-left: 30px;
	}
  	
ol li {
	color: #666;
	margin-left: 0px;
	margin-bottom: 10px;
	}
	
ul li ul, ol li ol, ol li ul, ul li ol {
	margin-top: 10px !important;
	}
   
  
/* forces the hand cursor on links in Safari */
a:link, a:hover {
	cursor: pointer;
	}
