/* CSS Document */
body
{background-color: #4B130C;
}
table,td,tr
{background-color: #ffffff;
}
.header
{font:"Times New Roman", Times, serif;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.header2
{font:"Times New Roman", Times, serif;
font-size: 16px;
font-weight: bold;
color: #ffffff;
}
.bodytext
{font: "Times New Roman", Times, serif;
font-style: italic;
font-size: 15px;
font-weight: 200;
color: #ffffff;
}
.bodytext2
{font: "Times New Roman", Times, serif;
font-style: italic;
font-size: 14px;
font-weight: 200;
color: #ffffff;
}
.bodytext3
{font: "Times New Roman", Times, serif;
font-style: italic;
font-size: 13px;
font-weight: 200;
color: #ffffff;
}
.bodytext4
{font: "Times New Roman", Times, serif;
font-style: bold;
font-size: 13px;
font-weight: 200;
color: #ffffff;
}

ul
{
list-style: none;
margin-left: 1;
padding-left: 1em;
text-indent: -1em;
		}

/* total spectrum link */
.a2:link 
{font-style: italic;
font-size: 8px;
color: #ffffff;
text-decoration: none;
}
.a2:visited
{font-style: italic;
font-size: 8px;
color: #ffffff;
text-decoration: none;
}
.a2:active
{font-style: italic;
font-size: 8px;
color: #ffffff;
text-decoration: none;
}
.a2:hover
{font-style: italic;
font-size: 8px;
color: #ffffff;
text-decoration: none;
}

/* email-links */
.a3:link 
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
}
.a3:visited
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #cccccc;
text-decoration: none;
}
.a3:active
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #cccccc;
text-decoration: none;
}
.a3:hover
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #cccccc;
text-decoration: none;
}

/* main links */
a:link 
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #88142f;
text-decoration: none;
}
a:visited
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #88142f;
text-decoration: none;
}
a:active
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #616B77;
text-decoration: none;
}
a:hover
{font-style: italic;
font-size: 13px;
font-weight: bold;
color: #616B77;
text-decoration: none;
}




