@charset "utf-8";

body 
{
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/current18.gif);
	}

h1 {
	color: #C03508;
	font-family: "Times New Roman", Times, serif;
	font-size: 12mm;
}

a:link {
	color: #92959B;
	text-decoration: none;
	font-size: 12mm;
	font-family: "Times New Roman", Times, serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED3DA;
	border-bottom-color: #CED3DA;	
}

a:visited {
	color: #92959B;
	text-decoration: none;
	font-size: 12mm;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED3DA;
	border-bottom-color: #CED3DA;
	
}
a:hover {
	color: #C0350A;
	font-size: 12mm;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CED3DA;
	border-bottom-color: #CED3DA;
}
