
#--------------General settings-------------------------------
.body{
	FONT-FAMILY: Arial; COLOR: #4E88D0; 
}
A:link {
	COLOR: green;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: green;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #ff0000;
	TEXT-DECORATION: underline;
}
A:active {
	COLOR: #313131;
	TEXT-DECORATION: none;
}


.images 
{
	border: #bbbbbb;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px
}


#--------------top and footer-------------------------------
.top {
	width:800px;
}
.footer {
	width:800px;
}



#--------------Main-----------------------------------------
.main	{
	width:800px; height:420px; FONT-FAMILY: Arial; COLOR: #4E88D0; algin:center; padding:4px;          
}
.nav {
	width:160px; align: left; padding:10px;
	FONT-FAMILY: Arial; FONT-SIZE: 9pt; COLOR: #666666; font-weight: 700; 
}
.nav_header {
	width:160px; align: left; 
	FONT-FAMILY: Arial; FONT-SIZE: 9pt; COLOR: #666666; font-weight: 700; 
}
.nav_body {
	width:160px; 
	FONT-FAMILY: Arial; FONT-SIZE: 9pt; COLOR: #666666; font-weight: 700; 
}
.nav_footer {
	width:160px; 
	FONT-FAMILY: Arial; FONT-SIZE: 9pt; COLOR: #666666; font-weight: 700; 
}

