﻿/* CSS General Interface Document */


body {
	font-size: 10px;
	font-family:Verdana;
	line-height: 18px;
	color: #575757;
	background-repeat:   repeat-x;
	background-color: #135180;
	margin: 0px;
	padding: 0px;
}






















































































/********************************************************************************************************
********************************************************************************************************
********************************************************************************************************/


a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #808080;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
}


