/* CSS Document */

body {
    background-image: url(images/bg_index.jpg);
	margin: 0px;
} 
#content td{	
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	color: #999999;
	line-height: 140%;
	text-align: justify;
}
#content .welcome {
	font-size: 14px;
	color: #1D78A9;
	font-weight: bold;
}
#content .services {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#content .mainheading {
	font-size: 14px;
	font-weight: bold;
	color: #F17B23;
}
h1 {
	font-size: 12px;
	color: #F17B23;
	margin-bottom:4px;
	letter-spacing: 0px;
}
ul {
	margin: 0px 0px;
	padding: 0 0 0 20px;
}	
li {
	list-style-type: none;
	padding: 0 0 0 23px;
	line-height: 20px;
	background-image: url(images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 6px;
}
#content a {
	color: #666666;
	text-decoration: none;
	border:none;
}
#content a:hover {
	color: #666666;
	text-decoration: none;
	border-bottom: 1px dashed #999999;
}
#content .newsletter{
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}
#content .signup{
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
}
.txtbox {
	border: 1px solid #666666;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	height: 17px;
	width: 140px;
	background-color: #ffffff;
}
#content .titles {
	font-size: 16px;
	color: #2874AB;
	font-weight: bold;
}
#content .titles2 {
	font-size: 15px;
	color: #C1C1C1;
	font-weight: bold;
}
.txtboxfeedback {
	border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	height: 20px;
	width: 160px;
	background-color: #FBFBFB;
}
.messagebox {
    border: 1px solid #cccccc;
	font-family: Verdana;
	font-size: 10px;
	color: #999999;
	height: 60px;
	width: 335px;
	background-color: #FBFBFB;
}
#content .orange {
	color: #F08036;
	font-size: 12px;
}
.bold {
	font-weight: bold;
}
