
body{
	font: small/1.5em Verdana, Helvetica, Arial, sans-serif;
	color: #545454;
}

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

h1, h2, h3, h4 {
	margin-top: .5em;
	}
h1{
font-size: 1.6em;
color: #2C7394;
line-height: 1.2em;
}

h2{
font-size: 1.4em;
color: #fff;
background-color: #3c86a9;
text-align: center;
padding: 4px;
}
h3{
font-size: 1.2em;
color: #D76F29;
}
h4{
font-size: 1em;
color: #D76F29;
}

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

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

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



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

p {margin: 0 0 1em;}


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

a:link{
color: #3c86a9;
}
a:visited{
color: #2C7394;
}
a:hover{
color: #4D98C2;
}
a:active{
color: #4D98C2;
}

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

p#websiteby a:link {
	color:#999999;
}

p#websiteby a:visited {
	color:#999999;
}


/* ----- more classes ----- */
p.caption {
	font-size: 85%;
	color: #333333;
	margin: 0px 0px 15px 0px;
	text-align: center;
	line-height: 1em;
	}
	
.smaller {font-size: 90%;}