/*
|||||||||||||||||||||||||||||||||||||
minimum template set
|||||||||||||||||||||||||||||||||||||||
to change the default color, simply
find and replace #1E90FF for the 
desired color value
to change the content width replace the 
value 640px below with the desired width
|||||||||||||||||||||||||||||||||||||||
*/

body {
  font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #645252;
  text-align:left;
  line-height: 14px;
}

p, td, th {
	font-size: 12px;
	line-height: 12pt
}

ul, li {
	font-size: 12px;
	line-height: 14pt;
	color: #0053A0;
}				

h1, h2, h3, h4 {
  color: #0053A0;
  font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
}

h1 {
  font-size: 17px;
  font-weight: bold;
  line-height: 15pt;
  font-weight: bold;
  line-height: 15pt
}
h2 {
  font-size: 12px;
}
h3{
	font-size:10px;
}

a:link, a:visited {
  color: #8A7B73;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #8A7B73;
}

.littletable{
	background-color: #FFFFFF;
	border: 1px solid #6698C6;
	color:#6698C6;
	font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	margin: 4px auto 4px auto;
	padding: 4px;
	text-align:left;
	line-height: 16px;
}

.footer{
	font-family: Verdana,Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color:#6698C6;
}
