/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

.txt_top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 7px;
	text-decoration: none
	}
	.txt_top_nav a:hover {
	color: #6FB6FD;
	}

.txt_main {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none
	}
	.txt_main a:hover {
	text-decoration: underline;
	}

.txt_blue_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #6DB5FD;
	text-decoration: none
	}
	.txt_blue_11 a:hover {
	text-decoration: underline;
	}

.txt_white_20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #ffffff;
	text-decoration: none
	}
	
.txt_black_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none
	}

.txt_black_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none
	}
	
.txt_white_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none
	}

.txt_white_16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none
	}
	
.txt_bluelight_11 {
	font-family: Tahoma;
	font-size: 11px;
	color: #56849C;
	text-decoration: none
	}
	.txt_bluelight_11 a:hover {
	text-decoration: underline;
	}

.border {
	border: #000000 1px solid;
	}