@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EBEBEB;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
.header_text {
	color: #010066;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 24px;
}

.header_text_white {
	color: #d6dbdf;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 24px;
}

.body_text_big {
	color: #4c4c4c;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}

.body_text {
	color: #4c4c4c;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}

.body_text_white {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}

.body_text_white_bigger {
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}


.read_more {
	color: #010066;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

.footer_links{
	color: #666666;
	font-size: 11px;
	font-family: Tahoma, Arial;
	text-decoration: none;
}

.inputBox {color : #4c4c4c;
background : #FFFFFF;
border-color : #666666;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family : Tahoma;
font-size : 11px;
}

.inputSubmit {color: #4c4c4c;
background-color: #FFFFFF;
border-color : #666666;
border-top : 1px solid;
border-bottom : 1px solid;
border-left : 1px solid;
border-right : 1px solid;
font-family :  Tahoma;
font-size : 11px;
font-weight: bold;
}

.body_text_orange {
	color: #ff7200;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
	font-weight: bold;
}


/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background:transparent url(tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}

/* style the trigger elements */
#demo img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}

