/* CSS Document */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #01376d; 
	text-align:left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #663300;
	text-align:left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #816420;
	text-align:left;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #01376d;
	text-align:left;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #816420;
	text-align:left;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align:left;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #01376d;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #012952;
}
/* NOTE: visited link should be a slightly darker version of main link color */

A:active, A:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	color: #0159b1;
}

/* The ALPHA page */
.alphatable {
	text-align: center;
	padding: 0px;
	border: solid 1px #E3D0A4;
	margin: 0px;
	width:95%;
}

.alphaname	{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	color: #003265;
	text-align: left;
	background-color: #F4F2E7;
	border: 1px solid #E3D0A4;
	padding: 3px;
}