@charset "utf-8";
/* CSS Document */

body 
{
	background-color: #eeeef0;
	margin:0px;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}

h1{
font-size:36px;
font-weight:bold;
color:#527427;
}

h2{
font-size:24px;
font-weight:bold;
color:#cec06e;
}

li{
	margin:5px 0px;
}

legend{
	color: #0066FF;
	font-weight: bold;
}

.Bold{font-weight:bold;}
.Italic{font-style:inherit;}

.Twelve{font-size:12px;}
.Fourteen{font-size:14px;}
.Sixteen{font-size:16px;}
.Eighteen{font-size:18px;}
.Twenty{font-size:20px;}
.TwentyFour{font-size:24px;}
.TwentyEight{font-size:28px;}
.Thirty{font-size:30px;}
.ThirtyTwo{font-size:32px;}
.ThirtyFour{font-size:34px;}

/*Colors*/
.DarkGreen{color:#263b12;}
.MidGreen{color:#527427;}
.LightGreen{color:#add37c;}
.White{color:#FFFFFF;}
.Pearl{color:#eeeef0;}
.Cream{color:#f7ebdf;}
.LightGold{color:#dcd295;}
.Gold{color:#cec06e;}
.Black{color:#000000;}

/* The style for the links */
a:link
{	
	font-size: 18px;
	font-family:"Gill Sans MT";
	font-weight:bold;
	color: #263b12;
	text-decoration:none;
}
a:visited
{	
	font-size: 18px;
	font-family:"Gill Sans MT";
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
a:hover
{	
	font-size: 18px;
	font-family:"Gill Sans MT";
	font-weight: bold;
	color: #dcd295;
	text-decoration:underline;
}
a:active
{	
	font-size: 18px;
	font-family:"Gill Sans MT";
	font-weight: bold;
	color: #527427;
	text-decoration:none;
}

/* The style for the links */
a.menubar:link
{	
	font-size: 17px;
	font-family:"Gill Sans MT";
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}
a.menubar:visited
{	
	font-size: 17px;
	font-family:"Gill Sans MT";
	font-weight:bold;
	color: #527427;
	text-decoration:none;
}
a.menubar:hover
{	
	font-size: 17px;
	font-weight:bold;
	font-weight: bold;
	color: #527427;
	text-decoration:underline;
}
a.menubar:active
{	
	font-size: 17px;
	font-family:"Gill Sans MT";
	font-weight:bold;
	color: #527427;
	text-decoration:none;
}
