
body{
	font: medium/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	/*word-spacing: .1em;*/
}

/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	margin: .5em 0 0em 0;
	/*word-spacing: .1em;
	letter-spacing: .05em;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
h1{
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.6em;
color: #04367C;
}
h2{
font-size: 1.3em;
color:  #aaa;
}
h3{
font-size: 1.2em;
color: #aaa;
}
h4{
font-size: 1em;
color: #aaa;
}

/* ----- TABLES ----- */

 td  {
  text-align: left;
}
th {text-align: right;
vertical-align: top;
  color: #545454;
}

td, th {
	line-height: 1.2em;
	padding: 3px;
}

table {
  /*font-size:90%;*/
  border-collapse: collapse;
  margin-top: 8px;
}
 .tableheader td {
  font-weight:bold;
  text-align:center;
}
 td.leftname {
  width:157px;
  text-align:left;
  font-weight: normal;
}
tbody th, tbody td {
  padding-left: 5px;
}

table.form td {
	vertical-align: top;
}
table.form tr {
	border-top: 1px dotted #666666;
}	

table.tight td {
	padding: 0;
	line-height: .2em;
	}
/* ----- TYPOGRAPHY ----- */

p {margin: 0 0 1em 0;}

#mainContent {
	font-family: Georgia, "Times New Roman", Times, serif;
		color: #444;

	}

/* ----- LINKS ----- */

a:link{
color: #04367C;
}
a:visited{
color: #022C65;
}
a:hover{
color: #0000FF;
}
a:active{
color: #0000FF;
}

/* ----- IMAGES ----- */

img{
border: 0px;
}
img a{
border: 0px;
text-decoration: none;
}
img a:hover{
border: 0px;
text-decoration: none;
}



/* ----- FOOTER ----- */

p#websiteby {
font-size: x-small;
margin: 0 0 .5em 0;
}
p#copyright {
font-size: small;
margin: 0 0 .5em 0;
}

#footer h2 {
	color:  #04367C;
	}
/*#footer a:link{
color: #FAB927;
}

#footer a:visited{
color: #FAB927;
}*/

/* ----- CLASSES ----- */

.required {color:#990000;}

.smaller {
font-size: 90%;
line-height: 120%;
}