/* CSS Document */

body {
	color: #FFFFFF;
}

a {
	font-family: verdana;
	font-weight: normal;
	color:       #EE2E02;
        text-decoration: none;
}

a:hover {
        text-decoration: underline;
}

td {
	font-family: verdana;
	font-style:  normal;
	font-size:   12px;
	color:       #000000;
}

.copyright {
	font-family: verdana;
	font-weight: bold;
	font-size:   10px;
	color:       #000000;
}


a:hover {
	color: #FF9933;
	text-decoration: underline;
}

h1 {
	font-family: verdana;
	font-style:  normal;
	font-weight: bold;
	font-size:   20px;
	color:       #EE2E02;
}
h2 {
	font-family: verdana;
	font-style:  normal;
	font-weight: bold;
	font-size:   16px;
	color:       #EE2E02;
}
h3 {
	font-family: verdana;
	font-style:  normal;
	font-weight: bold;
	font-size:   13px;
	color:       #EE2E02;
}

.bottomMenu a {
	font-family: verdana;
	font-style:  normal;
	font-weight: bold;
	font-size:   12px;
	color:       #EE2E02;
}

.subMenu a {
	font-family: verdana;
	font-style:  normal;
	font-weight: bold;
	font-size:   14px;
	color:       #000000;
}

.subMenu a:visited {
	font-family: verdana;
	font-style:  normal;
	font-weight: bold;
	font-size:   14px;
	color:       #000000;
}

.subMenuSel a {
	font-family: verdana;
	font-style:  normal;
	font-weight: bold;
	font-size:   14px;
	color:       #000000;
	text-decoration:underline;
}


.newsList {
	font-family: verdana;
	font-style:  normal;
	font-size:   12px;
	color:       #000000;
}

.newsList:hover {
	font-family: verdana;
	font-style:  normal;
	font-size:   12px;
	text-decoration: underline;
	color:       #000000;
}

.newsList:visited {
	font-family: verdana;
	font-style:  normal;
	font-size:   12px;
	color:       #000000;
}

.menuSel a {
  font-family: verdana; 
  font-size: 14px;
  color: #000000;
  text-decoration:underline;
  font-weight:bold;
}

.menu a {
  font-family: verdana; 
  font-size: 14px;
  color: #000000;
  text-decoration:none;
  font-weight:bold;
}

.menu a:hover {
  font-family: verdana; 
  font-size: 14px;
  color: #000000;
  text-decoration:underline;
  font-weight:bold;
}

