body
{
    font-family: Verdana, Arial,  Helvetica, sans-serif;
    font-size: small;
    color: #FFFFFF;
}
A
{
    color: #95A4BB;
    text-align: left;
}

.h1
{
	font-size: x-large;
	font-weight: bold;
	text-transform: uppercase;
}

.h2
{
	font-size: large;
	font-weight: bold;
}
.h3
{
	font-size: medium;
	font-weight: bold;

}

.large {
	font-size: large;
}

.imgoutline
{
	border: 2px solid #FFFFFF;
}

.mediumitalic
{
    font-size: medium;
    font-style: italic;
}

.xlarge
{
    font-size: x-large;
}
.medium
{
    font-size: medium;
}

.smallitalic
{
	font-size: small;
	font-style: italic;
}
.smallbold
{
font-size: small;
font-weight: bold;
}
h1 {
	font-size: x-large;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
}
.download_link {
	list-style-image: url(siteimages/layout/icons/download.png);
	margin-top: 2px;
	margin-bottom: 2px;
	list-style-position: outside;
}

#box-table-a{
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #445682;
	border-right-color: #303D5C;
	border-bottom-color: #303D5C;
	border-left-color: #303D5C;
}

#box-table-a th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	background-color: #445682;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #303D5C;
	border-bottom-color: #26314A;
}
#box-table-a td
{
	padding: 5px;
	background-color: #303D5C;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1E263B;
}
#box-table-a tr:hover td
{
	background-color: #445682;
}
