body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/layout/bg.jpg);
	background-repeat: repeat-x;
	background-color: #007E7A;
}
a:link {
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#003399;
	border-bottom-width: 1px; 
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	}

a:visited  {	
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#003399;
		border-bottom-width: 1px; 
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	}
	
a:active  {	
	font-family:Arial, Helvetica, sans-serif;
    text-decoration: none;
    color:#003399;
		border-bottom-width: 1px; 
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	}
	
a:hover {
	background-color:#B0D8FF;
}

.text_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

.text_blacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


