/* CSS Document */


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003399;
	}
	
.text
{
    font-family: Tahoma;
	font-size: 12px;
	color: #092E7F;
}

.titletext {
	font-family: Tahoma;
	font-size: 14px;
	color: #092E7F;
}


.internaltitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
    color:#092E7F;
}

.linkint a
{
    font-family: Tahoma;
	font-size: 12px;
    color:#092E7F;
	 text-Decoration:underline;
    
}
.linknav a:hover
{
    font-family: Tahoma;
	font-size: 12px;
    color:#092E7F;
	text-Decoration:none;
   
}