/* Global Styles */
body {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #336699;
}

td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 22px;	
	line-height: 34px;
	color: #3D3795;
}
h2 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 20px;
	color: #000000;
	font-weight: bold;
	
}
h3 {
	color: #000000
}

a {
	font-size: 12px;
	color: #7269A7;
	font-weight: bold;
}
a:hover {
	font-size: 12px;
	color: #97E494;
	text-decoration: none;
}

form {
	background-color: #FFFFFF;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: normal;
	color: #47663D;
	font-weight: bold;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
 	color: #000000;
 
 }

.footer {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #333333;
	background-color: #CCFF99;
}

.bold {
	font-size: 12px;
	font-weight: bold;
}

.italics {
	font-style: italic;
	font-weight: bold;
}
