BODY { 
	background-image: url("images/american-flag-bg.jpg");
	background-size: 100%;
        font-family: Times New Roman, Courier;
        font-size: 8pt;
        font-weight: 650;
        color: black;
	line-height: 175%;
}

font.h1 {
	font-family: Times New Roman, Courier;
        font-size: 16pt;
        font-weight: bold;
        color: #010066; 
}

font.h2 {
	font-family: Verdana, Arial, Helvetica;
        font-size: 20pt;
        font-weight: bold;
        color: red;
}

font.h3 {
        font-family: Times New Roman, Courier;
        font-size: 13pt;
        font-weight: 700; 
        color: #010066;
}

font.h4 {
        font-family: Times New Roman, Courier;
        font-size: 8pt;
        font-weight: 600;
        color: #010066;
}

TD.minitext {
        font-family: Times New Roman, Courier;
        font-size: 8pt;
        font-weight: 500; 
        color: #000000;
}

table.t1	{
	width: 325px;
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	border-collapse: separate;
	background-color: white;
}
table.t1 th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(1, 0, 102);
	-moz-border-radius: 6px 6px 6px 6px;
}
table.t1 td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: red red red red;
	background-color: rgb(1, 0, 102);
	color: #EEEEEE;
	-moz-border-radius: 6px 6px 6px 6px;
}

table.t2        {
        width: 675px;
        border-spacing: 2px;
        border-width: 1px 1px 1px 1px;
        border-style: solid solid solid solid;
        border-color: black black black black;
        border-collapse: separate;
        background-color: white;
}
table.t2 th {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: white white white white;
        background-color: white;
}
table.t2 td {
        border-width: 1px 1px 1px 1px;
        padding: 1px 1px 1px 1px;
        border-style: inset inset inset inset;
        border-color: black black black black;
        background-color: white;
}

hr {
border: 0;
color: #000000;
background-color: #000000;
height: 3px;
text-align: left;
}

tdimage {background-image: url(images/separator_back.gif);}

A:link {
	text-decoration: underline;
	color: red;
        font-family: Times New Roman, Courier;
}
A:visited {
	text-decoration: underline;
	color: red;
        font-family: Times New Roman, Courier;
}
A:active {
        text-decoration: underline;
        color: red;
        font-family: Times New Roman, Courier;
}
A:hover {
	text-decoration: underline;
        color: white;
	background: rgb(1, 0, 102);
	font-weight: bold;
        font-family: Times New Roman, Courier;	
}
