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

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

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: .5em 0 .5em 0;
	}
h1{
font-size: 1.4em;
color: #666;
}
h2{
	font-size: 1.2em;
	color: #666;
}
h3{
font-size: 1.1em;
color: #666;
}
h4{
font-size: 1em;
color: #666;
}

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

th {text-align: right;
vertical-align: top;
}

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



/* ----- TYPOGRAPHY ----- */

p {margin: 0 0 1em;}

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

a:link{
color: #B33539;
}
a:visited{
color:  #990000;
}
a:hover{
color: #FF0000;
}
a:active{
color: #FF0000;
}

/* ----- 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;
}

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

.required {color:#990000;}
