BODY  {
	COLOR : #00568e;
	FONT-FAMILY : Arial, Helvetica;
	FONT-SIZE : 8pt;
	FONT-WEIGHT : normal;
	margin : 0 0 0 0;
	padding : 0 0 0 0;
	background-color:#8EAFDD;
}
H1  {
	Font-family: Arial, Helvetica;
	FONT-SIZE : 13pt;
	FONT-WEIGHT : bold;
	color : #00929F;
	margin-top : 10px;
	margin-bottom : 0px;
}

H2  {
	Font-family: Arial, Helvetica;
	FONT-SIZE : 13pt;
	FONT-WEIGHT : bold;
	line-height :<a href normal;
	margin-top : 0px;
	margin-bottom : 7px;
	color : #00568e;
}

H3  {
	Font-family: Arial, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : #00568e;
}

H4  {
	Font-family: Arial, Helvetica;
	font-size : 10pt;
	font-weight : normal;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : black;
}

H5  {
	Font-family: Arial, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : black;
}
H6  {
	Font-family: Arial, Helvetica;
	font-size : 8.5pt;
	font-weight : normal;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : white;
}
a {
	Font-family: Arial, Helvetica;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : #00568e;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
	color : #00929F;
}

#ul li {
	list-style-position: outside; 
	list-style-image: url(../assets/images/bullet.gif); 
	font-size : 10pt;
	Font-family: Arial, Helvetica;
	font-weight : bold;
	margin-bottom : 0px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	color : #00568e;
}


TABLE.Main
{
  width: 750px;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  background-color: White;
}

TABLE.Content
{
  width: 100%;
  background-color: #cedae6;  
}

TD
{
  vertical-align: top;
}

TD.MainMenu
{
  width: 200px;
  background-color: #3F6196;
}

TD.Column
{
  width: 1px;
  background-color: #3C5F94;
}