@charset "utf-8";

.txtCredit {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: small; 
	color: #999999; 
	text-decoration: none
	}
a.txtCredit:hover {
	color: #99cc33; 
	text-decoration: none; }
	
.txtMain {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: small; 
	color:#666666;
	text-decoration: none;
	margin-left:20px;
	} 
a.txtMain:hover {
	color: #99cc33; 
	text-decoration: none; 
	}
.txtTitle {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: large; 
	color:#006699;
	text-decoration: none;
	margin-left:30px;
	margin-top: 10px;
	} 
.txtHeading{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: small; 
	font-weight:bold;
	color:#006699;
	text-decoration: none;
	} 
.txtMainBlue {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size: small; 
	color:#006699;
	text-decoration: none;
	} 
	
.inputField {  
font-family:"Trebuchet MS", Arial, sans-serif;
font-size: small; 
color:#003399;
border: #cccccc;
border-style: solid; 
border-top-width: 1px; 
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px}