/*  Body Style is the style of the text on any given page including list bullet syle*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 150%;
	background-color: #FFFFFF;
	margin-top: 0px;
	color: #000000;
	margin: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
}

ul
{
list-style-type: none;
padding: 0;
margin: 0;
margin-top: .6em;
}




/*  master_bg_x repeat allows the bacground to be repeated by x coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat-x;
}

*/

.master_bg_y  {
	background-repeat: repeat-y;
}


/*  master_bg_x repeat allows the bacground to be repeated by x & y coordinate:  To activate remove this comment tag 

.master_bg_x  {
	background-repeat: repeat;	
}

*/

/*  a:link, a:visited & a:hover Styles are for the links within the body text */

a:link, a:visited{
	color: #83c100;
	text-decoration: none;
	text-transform: none;
}

a:hover{
	text-decoration: underline;
}
/*  Right_Boarder Style creates a line to separate sections.  Use in Table */
.Right_Border {
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/* Page Title Style is the style for the main title of the page */
.Page_Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 40px;
	letter-spacing: normal;
	text-transform: none;
	text-decoration: none;
	padding-bottom: 10px;
}

/* Bottom_Border style is a style to create a border to separate sections.  Use on Table or in a Table Cell */

.Bottom_Border {
	border-bottom-width: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.footer {
	color: #CCCCCC;
}

.footer a:link, .footer a:visited {
	color: #cccccc;
}
.footer a:hover {
text-decoration: none;
	color: #83c100;
}

