/* CSS Document */

body {
	background: url(../images/home-bg.jpg) 50% 0px #01265D no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background:#000000;*/
}
.menu-link {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
	text-decoration:none;
}
.menu-link :hover {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #000000;
	text-decoration:none;
}
.heading {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #1D8EE7;
	text-decoration:none;
}
.text {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #6C6C6C;
	text-decoration:none;
	text-align: justify;
	line-height:15px;
}
.text_bold {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6C6C6C;
	text-decoration:none;
	font-weight: bold;
}
.text_bold :hover {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FF6100;
	text-decoration:underline;
	font-weight: bold;
}
.text-white {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
}
.text-gray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6C6C6C;
	text-decoration:none;
	text-align: justify;
	line-height:15px;
}
.text-orange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6100;
	text-decoration:none;
	text-align: justify;
	line-height:15px;
}
.text-orange :hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6100;
	text-decoration: underline;
	text-align: justify;
	line-height:15px;
}
.input 
{ 
   background-color: #FDFDFD; 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px; 
   color: #000000; 
   border-style:groove;
   border: 1px solid #2161A1; 
    
}
