﻿.bodyContainer
{
	float:left;
}
	

.floatLeft
{
	float:left;
}	

.floatRight
{
	float:right;
}	

body 
{
	font-family:Tahoma;
	font-size:1em;	
}

p
{
	font-family:Tahoma;
	font-size:1em;
}

.centered
{
	text-align:center;
	width:768px;
}

.floatImageLeft
{
float:left;
margin-right:10px
}

.floatImageRight
{
float:right;
margin-left:10px
}


h1
{
margin-top:0px;
font-size:1.0em;
color:#004000;
font-weight:bold;
}

.paddedArticle
{
padding:10px;
}

legend
{
color:black;
}


A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: underline; color: black;}
A:active {text-decoration: underline; color: black;}
A:hover {text-decoration: underline; color: black;}