﻿body 
{
	font-family: Arial;
	background-color: White;
	background-image: url(../Images/gradient-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
a:link
{
	color:#0046AD;
}
a:visited
{
	color:#0046AD;
}
a:hover
{
	color:#C0504D;
}
.Menu
{
	background-color: #C5BE97;
	color: #5d7b9d;
	width: 800px;
}
.MainFrame
{
	background-color: #5d7b9d;
	color: White;
	font-family: Arial;
	font-size: small;
	width: 800px;
}
.GreenHeader
{
	background-color: #99CC00;
	width: 800px;
}
.HeaderLargeText
{
	color:Black;
	font-size: x-large;
	font-weight: bold;
	background-color: #5d7b9d;
}
.HeaderNormalText
{
	color:White;
	background-color: #0046AD;
	width: 800px;
}
.RegHeader
{
	font-size: larger;
	color: Black;
}
.Footer
{
	color:Gray;
	font-size: smaller;
	width: 800px;
}
.ClaimsHeader
{
	background-color:#F6F2E8;
	color:#515151;
	font-size: small;
}
.ClaimsFooter
{
	background-color:#F6F2E8;
	color:#515151;
	font-size: small;
	font-weight: bold;
}
.ClaimsTable
{
	background-color:White;
	font-size: small;
	color: Black;
}
.DropDown
{
	font-family: Arial;
}
table.collapsed {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.collapsed th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.collapsed td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
.header-bar
{
	font-size: 12px;
	color: White;
	background-image: url(../IMG/header-bar.jpg);	
	position: relative;
	left:0px;
	top: 0px;
	width: 800px;
	height: 45px;
	z-index: 1000;
}
.header
{
	width: 800px;
	background: #DDDDDD;
	padding: 0 0 0 0;
}
.header-links A:link{color: White;font: 100% Verdana, Arial, Helvetica, sans-serif;}
.header-links A:hover{color: White; text-decoration: underline;font: 100% Verdana, Arial, Helvetica, sans-serif;}
.header-links A:visited {color: White;font: 100% Verdana, Arial, Helvetica, sans-serif;}
.header-links A:active{color: White;font: 100% Verdana, Arial, Helvetica, sans-serif;}

