.text {
	font-family: Arial Narrow;
	font-size: 14px;
    color: #E9CCBD;
}
A.text:link
{
	font-family: Arial Narrow;
	font-size: 14px;
    color: #E9CCBD;
    font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
}
A.text:visited
{
	font-family: Arial Narrow;
	font-size: 14px;
    color: #E9CCBD;
    font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
}
A.text:hover
{
	font-family: Arial Narrow;
	font-size: 14px;
    color: #E9CCBD;
    font-style: normal;
	line-height: normal;
	font-weight:normal;
	font-variant: normal;
}
.text2
{
	font-family: Arial Narrow;
	font-size: 15px;
    color: #AF0303;
}
.text3
{
	font-family: Arial Narrow;
	font-size: 12px;
    color: #E9CCBD;
    font-style:italic;
}
.textred
{
	font-family: Garamond;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #A90F02;
	text-decoration: none;
}
.textred2
{
	font-family: Garamond;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #553805;
	text-decoration: none;
}
.footer 
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: wheat;
}
a:link {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: wheat;
	text-decoration: none;
}
a:visited {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: wheat;
	text-decoration: none;
}
a:hover {
	font-family: Garamond;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: firebrick;
	text-decoration: none;
}
.tableinner 
{
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-top-color: Black;
	border-top-style: solid;
	border-top-width: medium; 	
}