body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a img { 
	border: none; 
	}



/* top lin */

.toplink {

	font-family:"Trebuchet MS";
	font-size:12px;
	color:#184D9E;
	text-decoration:none;
	text-transform: uppercase;

}

.toplink a{
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#474D52;
	text-decoration:none;

}



.toplink a:hover{
	color:#184D9E;
}

#toplinks {
	padding-bottom:5px;
}

/* end of top link */



/* copyright */

.copyright {
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#3E3E3E;
	text-decoration:none;

}

.copyright a{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#3E3E3E;
	text-decoration:none;
	padding:0 3px 0 3px;
}

.line {

	font-family:"Trebuchet MS";
	font-size:11px;
	color:#B84001;
	text-decoration:none;
	padding:0 3px 0 5px;
}

.copyright a:hover{
	text-decoration:underline;
}

#toplinks {

	padding-bottom:0px;

}

/* end of copyright */

.heading_orange {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #B84001;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F28C2D;	

}

.heading_black {
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #1D1D1D;
	padding-bottom: 4px;
}

.heading_black_small {
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #1D1D1D;
	padding-bottom: 4px;
}

.content_blue {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #184D9E;
	line-height: 1.5em;

}

.content{
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #1E1E1E;
	line-height: 1.5em;

}

.content_orange{
	font-family:"Trebuchet MS";
	font-size: 13px;
	color: #B84001;
	line-height: 1.5em;

}

.btn {
	font-family:"Trebuchet MS";
	font-size: 14px;
	color: #000000;
	line-height: 2em;
    background-image: url(images/right.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
}

.breaking_image_right_box {
	display:block;
	float:right;
	margin:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

/* form */

.form {
	font-family: tahoma;
	font-size: 11px;
	color: black;
	border: 1px solid #E3CBBF;
	margin-bottom: 5px;
	padding-left: 3px;
	background: transparent;
	height: 15px;
	width: 215px;
}

.form_multi {
	font-family: tahoma;
	font-size: 11px;
	color: black;
	border: 1px solid #E3CBBF;
	margin-bottom: 5px;
	padding-left: 3px;
	background: transparent;
	height: 65px;
	width: 215px;
}

.button_form {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #B84001;
	background: #B84001;
	height:auto;
	width:auto;
	padding-bottom: 2px;
}

.button_form:hover {
	color: #000000;
	border: 1px solid #777777;
	background: #666666;
}

/* end of form */
