body {
	margin: 0px;
	background-color: #4E1111;
	font-family: Palatino Linotype, sans-serif;
	font-size: 14px;
	font-color: #000000;

}
H1 { 
	font-family: Palatino Linotype, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 10px;
	font-weight: normal;

}

H2 { 
	font-family: Palatino Linotype, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;

}

H3 { 
	font-family: Palatino Linotype, sans-serif;
	font-size: 24px;
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: normal;

}

.container {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #d3d9f1;
	border-bottom-color: #d3d9f1;
	border-left-color: #d3d9f1;
	color: #000000;
}


.navlink {
	font-family: Palatino Linotype;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 26px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 26px;
}

.navlink2 {
	font-family: Palatino Linotype;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 18px;
	line-height: 18px;
}



.navlink:hover {
	font-family: Palatino Linotype;
	font-size: 14px;
	font-weight: bold;
	color: #353A62;
	text-decoration: none;
	height: 26px;
	margin: 0px;
	background-image: url(/images/nav_bg_on.jpg);
	background-repeat: repeat-x;
	background-color: #CC6600;
}
li {
	list-style-image: url(/images/bullet_tri_orange_lighter.gif);
}

a {

}
.redlink{
	color: #FF0000;

}

td {
	font-family: Palatino Linotype;
	font-size: 16px;
	color: #000000;
}


