/* CSS Document */

body {font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	}
	
#navigation ul a{
	font-size: 2em;
	}
	
H3 {font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000000;
	font-weight: bold;
	}
	
.more a{font-weight: bold;
	color: #8b131d;
	text-decoration: none;
	}
	
.mainlink a:link {color: #8b131d;
	}
	
.mainlink a:visited {color: #014686;
	}
	
.mainlink a:hover {color: #74728a;
	}
	
ul.arrow {list-style: none;
	}
	
ul.arrow li{background-image: url(../images/Arrow2.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 14px;
	margin-left: -10px;
	}
	
ul.arrow li a:link {color: #8b131d;
	}

ul.arrow li a:visited {color: #014686;
	}

ul.arrow li a:hover {color: #74728a;
	}
	
.errtext {
	color:#990000;
	font-weight:bold;
}