H1 { font-size: 16pt; color: #000099; font-family:Verdana, Arial, Helvetica, Times New Roman }
    H2 { font-size: 14pt; color: #1438A8; font-family: Verdana, Arial, Helvetica, Times New Roman }
	TD { font-size: 10pt; line-height:160%; color: #444444; font-family:Verdana, Arial, Helvetica, Times New Roman }
	INPUT { font-size: 8pt; font-family: Verdana, Arial, Helvetica, Times New Roman }
	SELECT { font-size: 8pt; font-family: Verdana, Arial, Helvetica, Times New Roman }
	BODY { background-color: #EDEDED; background-image: url(http://www.gatsplat.com/button/bcksplat2.jpg); line-height:160%; font-size: 10pt; color: #444444; font-family: Verdana, Arial, Helvetica, Times New Roman;  margin-left: 0; margin-right: 0; margin-top: 0 }
	A:LINK, A:VISITED { text-decoration: none; color: #07519a }
	A:HOVER, A:ACTIVE { text-decoration: underline; color: #07519a }
	
	
	
	.tpage
{
	padding: 0px;
	spacing: 0px;
	background: #EDEDED;
	color: #EDEDED;
	border: 0px ;
}
	
	.tborder
{
	padding: 0px;
	spacing: 0px;
	background: #ffffff;
	color: #ffffff;
	border: 1px solid #0B198C;
}


.tablehead
{
	padding: 5px;
	spacing: 5px;
	background: #ebf3fb;
	color: #0651ab;
	font: bold 13px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
	border-right: 0px ; 
	border-top: 0px ; 
	border-left: 0px ; 
	border-bottom: 1px solid #0B198C;
}

.tablemain
{
	padding: 2px;
	spacing: 2px;
	background: #ffffff;
	color: #0651ab;
	font: normal 7px tahoma, verdana, geneva, lucida, arial, helvetica, sans-serif;
	line-height:12px;
	border-right: 0px ; 
	border-top: 0px ; 
	border-left: 0px ; 
	border-bottom: 0px;
}


#navcontainer { width: 120px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
background:url("http://www.gatsplat.com/butn_bk_blue.gif") repeat-x;
border:1px solid #A3BAD1;
display: block;
padding: 3px;
width: 120px;
border-bottom: 1px solid #A3BAD1;
}

#navcontainer a:link, .navlist a:visited
{
 
color: #07519a;
text-decoration: none color: #07519a;
}

#navcontainer a:hover
{
background:#DBE4ED;
}


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 98%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: #000099 url(button/identbg.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: yellow !important; /*text color of selected and active item*/
text-decoration: none;
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: #000099 url(button/identbg2.jpg) center center repeat-x;
				