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

a {
	color: #20296C;
	text-decoration:underline;
	}
	
a:hover {
	color: #FF3300;
	text-decoration:none;
	}

#navigation a {
	font-size: 13px;
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif
	color: #20296C;
	font-weight:bold;
	text-decoration: underline;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
#navigation a:hover {
	color:#C00;
	 
	border-right-width: 0px;
	border-left-width: 0px;
	}
	
td	{font-size: 13px; 
	font-family: "Trebuchet MS",Arial, Helvetica, sans-serif;
}

.h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #CA0000;
}

.h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CA0000;
	font-weight: bold;
	letter-spacing: 0.3em;
}

.h2b {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.h3{
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
}

.h4{
	font-family: "Trebuchet MS";
	font-weight: bold;
	font-size: 14px;
	color: #C00;