/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;	
	}

.txt_font {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #3A5D1F;
	text-decoration: none;
	}

.txt_font_bold {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 11px;
	color: #485D7C;
	font-weight: bold;
	text-decoration: none;
	}
	.txt_font_bold a:hover {
	color: #000000;
	}
	
.txt_footer {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #485D7C;
	text-decoration: none;
	}

.txt_footer1 {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #485D7C;
	font-weight: bold;
	text-decoration: none;
	}

.txt_white {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	}
	.txt_white a:hover {
	color: #000000;
	}

.txt_heading_bold {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 14px;
	color: #485D7C;
	font-weight: bold;
	padding:10px;
	}

.txt_bold {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #485D7C;
	font-weight: bold;
	text-decoration: none;
	}

.dark_blue {
	font-family: Tahoma, Arial, sans-serif, Verdana;
	font-size: 12px;
	color: #495B7C;
	text-decoration: none;
}

.border_black {
	border: 3px solid #000000;
}
a 
{text-decoration:none;}
