/* CSS Document */

body{
	margin:0px 0px 0px 0px;
	font-family:"Tw Cen MT";
	font-size:13px;
	color:#333333;
	background-color:#ffffff;
	background-image:url(images/bodyBgImage.jpg);
	background-repeat:repeat-x;
	}
	
.textHeading{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	color:#0066CC;
	font-weight:bold;
	}

	
.subHeading{
	font-family:"Tw Cen MT";
	font-size:14px;
	color:#333333;
	}
	
a:link{
	font-family:"Tw Cen MT";
	font-size:13px;
	color:#3B79C5;
	text-decoration:underline;
	}
a:hover{
	font-family:"Tw Cen MT";
	font-size:13px;
	color:#3B79C5;
	font-weight:bold;
	text-decoration:underline;
	}
a:visited{
	font-family:"Tw Cen MT";
	font-size:13px;
	color:#3B79C5;
	text-decoration:underline;
	}
a:active{
	font-family:"Tw Cen MT";
	font-size:13px;
	color:#3B79C5;
	text-decoration:underline;
	}
	
input{
background:#ffffff;
border:1px #666666 solid;
height:15px;
font-size:10px;
color:#333333;
font-weight:bold;
}
input:focus{
background:#EEF4F9;
border:1px #006699 solid;
height:15px;
color:#333333;
font-size:10px;  
font-weight:bold;
}

textarea{
background:#ffffff;
border:1px #666666 solid;
height:30px;
font-weight:bold;
}
textarea:focus{
background:#EEF4F9;
border:1px #006699 solid;
height:30px;
font-weight:bold;
}

select{
background:#ffffff;
border:1px #666666 solid;
width:142px;
font-weight:bold;
}
select:focus{
background:#EEF4F9;
border:1px #006699 solid;
width:142px;
font-weight:bold;
}