/* CSS Document */

.red {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
}
/* box model hack start */
.red {
	font-size:0.6em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.8em;
}
html>.red {
  font-size:0.8em;
}
/* box model hack end */



.redbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-weight:bold;
}
/* box model hack start */
.redbold {
	font-size:0.7em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.9em;
}
html>.redbold {
  font-size:0.9em;
}

.error {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#FF0000;
  font-size:0.8em;
  font-weight:bold;
}

.brightred {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#FF0000;
  font-weight:bold;
}

/* box model hack end */

/* box model hack start */
.Errors {
	font-size:0.7em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.9em;
        color:red;
	font-weight:bold;
}
html>.redbold {
  font-size:0.9em;
}
/* box model hack end */



.blue{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0060A9;
	font-size:0.8em;
}
/* box model hack start */
.blue {
	font-size:0.6em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.8em;
}
html>.blue {
  font-size:0.8em;
}
/* box model hack end */



.bluebold{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0060A9;
	font-weight:bold;
}
/* box model hack start */
.bluebold {
	font-size:0.7em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.9em;
}
html>.bluebold {
  font-size:0.9em;
}
/* box model hack end */



.black {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* box model hack start */
.black {
	font-size:0.6em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.8em;
}
html>.black {
  font-size:0.8em;
}
/* box model hack end */



.blackbold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
/* box model hack start */
.blackbold {
	font-size:0.7em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.9em;
}
html>.blackbold {
  font-size:0.9em;
}
/* box model hack end */



p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* box model hack start */
p {
	font-size:0.6em;
	voice-family: "\"}\""; 
  voice-family:inherit;
 	font-size:0.8em;
}
html>p {
  font-size:0.8em;
}
/* box model hack end */

li{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* box model hack start */
li {
	font-size:0.6em;
	voice-family: "\"}\""; 
  	voice-family:inherit;
 	font-size:0.8em;
}
html>li {
  font-size:0.8em;
}
/* box model hack end */



a:link, a:visited {
	color: #333333;
	text-decoration: none;
} 



a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}



.linkblue, a:link.linkblue, a:visited.linkblue, a:hover.linkblue, a:active.linkblue {
	color: #0060A9;
}



.linkred, a:link.linkred, a:visited.linkred, a:hover.linkred, a:active.linkred {
	color: #990000;
}

