a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #daa520;
}

.newsheadline
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: italic;
	color: #191970;
}


body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9px;
	font-weight: bold;
	color: #191970;

	background-image: /images(logotransbig.png);
	background-repeat:	no-repeat;

	background-attachment: fixed
	background-position: center;
	background-attachment: fixed;
	background-image: url(images/Logotransbig.png);
	background-position: center center;
}

.Copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;


}
.linksinheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

h1 {
	font-family: Arial;
	font-size: xx-large;
	font-style: none;
	font-weight: bolder;
	color: #191970;
}
.linksinpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #191970;
}

h2 {
	font-family: Arial;
	font-style: italic;
	font-weight: bolder;
	color: #191970;
}

input
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: none;
	background-color:#CCFF00;
	color:#000000;
}

textarea
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: none;
	background-color:#CCFF00;
	color:#000000;
}


.pdf
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #191970;
}

.time
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #191970;
	border: none 0;
	border-top: 1px dashed #872023;/*the border*/
	width: 100%;
	height: 1px;
}

.Title
 {
	font-family:  Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	color: #191970;
	text-align: left;
}

/* Horizontal rules */

.hr2{
	border: none 0;
	border-top: 1px dashed #872023;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

.hr3{
	border: none 0;
	border-top: 1px dashed #787878;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

