/* CSS Document */
table
	{
	border-style: solid;
	border-width: 1px;
	border-color: #005588;
	}
	
.none
	{
	border-style: none;
	}

body, td, .text, .textfield
	{
	font-family: Verdana;
	font-size: 10px;	
	}
	
a:link, a:visited
	{
	font-family: Verdana;
	font-size: 10px;
	color: #6699CC;
	text-decoration: none;
	}
	
a:hover, a:active
	{
	font-family: Verdana;
	font-size: 10px;
	font-weight: 500;
	color: #005588;
	text-decoration: none;
	}
	
a.speciallink:link, a.speciallink:visited
	{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
a.speciallink:hover, a.speciallink:active
	{
	font-family: Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
	}

.layout
{
position: absolute; 
top: 0;
left: 0;
vertical-align: top;
height: 100%;
width: 100%;
}

.bgindex
{
position: absolute;
top: 0px;
left: 0px;
background-color: #006699;
height: 50%;
width: 100%;
}

.logo
{
position: absolute;
top: 25px;
left: 25px;
}

