BODY		{
		background-color:white;
		}

p,td		{
		font-family:"arial", "sans-serif";
		font-size:13px;
		}

h1		{
		font-size:14px;
		font-weight:normal;
		}
		
h2		{
		font-size:16px;
		font-weight:normal;
		color:#005B1E;
		}
		
a		{
		text-decoration:none;
		color:darkblue;
		}
		
a:hover		{
		text-decoration:underline;
		}
		
.nav		{
		color:#4D4E4D;
		}
		
.nav:hover	{
		text-decoration:none;
		color:blue;
		}

		
.smalltext	{
		font-size:11px;
		}
		
.footer		{
		font-size:11px;
		color:gray;
		}

		
.active		{
		background-color:#291973;
		color:white;
		}
		
.feature	{
		background-color:#EAF3DA;
		}
		
.resources	{
		border-style:dashed;
		border-width:1px;
		border-color:gray;
		background-color:#ECECEC;
		}
		
.image_right	{
		padding-right:0px;
		padding-left:6px;
		}