@charset "UTF-8";

.nav {
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	font-size: 14px;
	line-height:30px;
	text-decoration:none;
	
}


.nav:hover { 
	color:#FF6600; 	
}

.form {
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	font-size: 16px;
	line-height:22px;
	text-decoration:none;
	font-weight:bold;
	
}

.form-table-text {
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	font-size: 16px;
	line-height:22px;
	text-decoration:none;
 
	
}

.base {
	font-family: "Georgia", "Times New Roman", "Times";
	font-size: 13px;
	line-height:22px;
	text-decoration:none;
	color:#444444;
	
}

 
h1 {
	font-family: "Georgia", "Times New Roman", "Times";
	font-size: 24px;
	line-height:10px;
	text-decoration:none;
	font-weight:normal;
	color:#444444;
	padding:0px;
}


h2 {
	font-family: "Georgia", "Times New Roman", "Times";
	font-size: 24px;
	line-height:24px;
	padding:0px;
	height:2px;
	text-decoration:none;
	font-weight:normal;
	color:#FF6600;
	padding:0px;
	margin:0px;
	margin-bottom:40px;
 
}
.orange {	
	color:#FF6600;
	 
}

a {	
	color:#FF6600;
	 
}

.white {
	color:#FFFFFF;
}

.dark {
	color:#333333;

}

.black {
	color:#000000;
}
 
.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	 
	text-decoration: none;
	 
}

table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: dotted;
	border-color: gray;
	border-collapse: collapse;
	 
 
	 
}
 
table.sample td {
	border-width: 1px;
	border-bottom: thin #666 dotted;
	padding-top: 5px;
	padding-bottom:5px;
	 
	 
}