
a {
  outline: none;
}

:focus {
  -moz-outline-style: none;
}

a img {
	text-decoration: none;
	border: 0 none;
	}

a:active {
        color: #FF3333;
        text-decoration: none
        }

a:link  {
        color: #003366;
        text-decoration: none;
        }

a:visited  {
        color: #666666;
        text-decoration: none;
        }

a:hover  {
        color: #003366;
        text-decoration: underline;
        }

.mouse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
}
.regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #000000;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	font-style: normal;
	color: #003366;
}


/* MAINCONTENT */

#maincontent a:active {
	color: #FF3333;
	text-decoration: none
	}

#maincontent a:link  {
	color: #003366;
	text-decoration: none;
	}
	
#maincontent a:visited  {
	color: #666666;
	text-decoration: none;
	}
	
#maincontent a:hover  {
	color: #003366;
	text-decoration: underline;
	}


/* Mouse */

#mouse a:active {
	color: #FF3333;
	text-decoration: none
	}

#mouse a:link  {
	color: #003366;
	text-decoration: none;
	}
	
#mouse a:visited  {
	color: #666666;
	text-decoration: none;
	}
	
#mouse a:hover  {
	color: #003366;
	text-decoration: underline;
	}
.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	font-style: normal;
	line-height: 17px;
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #003366;
}

.bckgrnd {
	background-attachment: scroll;
	background-image: url(images/bckgrnd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

.bckgrnd02 {
	background-attachment: scroll;
	background-image: url(images/bckgrnd_02.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

