@charset "utf-8";
/* CSS Document */

body
{
background-image:url('/images/template/background.gif');
background-repeat:repeat-y;
background-position:top center;
background-color: #990000;
font-family:Arial, Helvetica, sans-serif;
font-style: normal;
}
a:link {
	color: #0072AE;
	text-decoration: none;
}
a:visited {
  color: #0072AE;
  text-decoration: none;
}

a:hover {
  color: #990000;
  text-decoration: none;
}

a:active {
	color: #0072AE;
	text-decoration: none;
}
a.set1:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold
}

a.set1:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight:bold
}

a.set1:hover {
  color: #FFFF00;
  text-decoration: underline;
  font-weight:bold
}

a.set1:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold
}
