body
  {
/*======================
  FOR PRINTING PURPOSES
======================*/
	top: 10px;
	left: 10px;
	right: 50px;
	width: 550px;
	size: 8.5in 11.0in;
	font-size: 13px;
    font-family: Times New Roman, Garamond, serif;
  }

/*====================================
  FOR PRINTING PURPOSES
  don't display navigation
=====================================*/

.noprint
  {
	display: none;
  }

.footer
  {
	text-align: left;
  }

.content
  {
	background-color: #ffffff;
	size: 8.5in 11.0in;
	width: 556px;
	border: none;
	margin: 1 1.5 1 1in;
  }

P
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

DIV
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}
	
TD
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}

TD.LeftColumn
{
	 width: 350px; 
	 text-align: center;
	 vertical-align: top;
}

/*```````````````````````````````
	LINKS
```````````````````````````````*/

a:link
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FF3366;
}

a:visited
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FF3366;
}

a:hover
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FF9999;
}

a:active
{
	font-size: 12px; 
	font-weight: bold;
	color: #FF3366;
}

a.Head_link:link
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FEFFFF;
}

a.Head_link:visited
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #FEFFFF;
}

a.Head_link:hover
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #456D48;
}

a.Head_link:active
{
	text-decoration: underline;
	font-size: 12px; 
	font-weight: bold;
	color: #FEFFFF
}




a.Green:link
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #1A4B1D;
}

a.Green:visited
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #1A4B1D;
}

a.Green:hover
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #72AA75;
}

a.Green:active
{
	font-size: 12px; 
	font-weight: bold;
	color: #1A4B1D;
}

a.White:link
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #E4EFE5;
}

a.White:visited
{
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	color: #E4EFE5;
}

a.White:hover
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #E4EFE5;
}

a.White:active
{
	font-size: 12px; 
	font-weight: bold;
	color: #E4EFE5;
}

a.small_link:link
{
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #1A4B1D;
}

a.small_link:visited
{
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #1A4B1D;
}

a.small_link:hover
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.small_link:active
{
	font-size: 10px; 
	font-weight: bold;
	color: #1A4B1D
}

a.small_linkWhite:link
{
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.small_linkWhite:visited
{
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

a.small_linkWhite:hover
{
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.small_linkWhite:active
{
	font-size: 10px; 
	font-weight: bold;
	color: #FFFFFF
}

.small_text
{
	font-size: 10px;
	font-weight: normal;
	color: Black;
}
	
HR
{
	color: #000000; 
	height:1px
}

H1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 22px; 
	font-weight: normal; 
	color: #000000 
}

H2
{
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: Black;
}

H3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px; 
	font-weight: bold; 
	color: #000000
}

H4
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px; 
	font-weight: normal; 
	color: #000000
}

OL
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #1A4B1D
}

UL
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color:#1A4B1D;
	list-style: square outside
}


/*////BLANK FOR PRINTING///*/





/*````````````````````````````````````````````````
	ALIGNMENTS
`````````````````````````````````````````````````*/
.ALGN_Right
  {
    text-align: right;
  }

.ALGN_Left
  {
    text-align: left;
  }

.ALGN_Top
  {
    vertical-align: top;
  }

.ALGN_Ctr
{
	text-align: center;
}

/*````````````````````````````````````````````````
	BACKGROUND COLORS
`````````````````````````````````````````````````*/

.BKGD_White
{
	background-color: #ffffff;
}

.BKGD_Green
{
	background-color: #4A725C;
}

.BKGD_Green1
{
	background-color: #72AA75;
}

.BKGD_NavGreen
{
	background-color: #1A4B1D;
}

.BKGD_Taupe
{
	background-color: #CFB2A0;
}

.BKGD_Yellowy
{
	background-color: #f1ffa3;
}

/*````````````````````````````````````````````````
	WIDTHS
`````````````````````````````````````````````````*/
.Half
{
	width: 50%;
}

.HalfTop
{
	width: 50%;
	vertical-align: top;
}

/*````````````````````````````````````````````````
	TEXT STYLES
`````````````````````````````````````````````````*/

.styleHeader
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	font-weight: bold; 
	color: #1A4B1D;
}
.style1
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.style2
{
	font-family: "Lucida Calligraphy", "Bradley Hand ITC", "Freestyle Script";
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
.style3
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.style4
{
	font-family: "Lucida Calligraphy", "Bradley Hand ITC", "Freestyle Script";
	font-size: 16px;
	font-weight: bold;
	color: #1A4B1D;
}

.style5
{
  font-size: 14px;
  font-style: italic;
}

.CLR_BoldBlue
{
	color: #0000FF;
	font-weight: bold;
}

.CLR_Pink
{
	color: #FF3366;
}

.CLR_White
{
	color: #ffffff;
}

.CLR_DrkGrnBold
{
	color: #1A4B1D;
	font-weight: bold;
}	

p.BigText
{
	font-size: 14px;
}

.txt_HndWrtng16pt
{
	font-size: 16pt;
	font-family: Monotype Corsiva, lucida handwriting;
}