
/*<agl.folder "General Body Styling" "These are normal css setup reccommended for your HTML template although they are not neccessary">*/
 img {
   behavior: url("pngbehavior.htc");
}

.bodybg   { color: #000; background: #ffffff url(../images/bg.gif) left top; margin: 0; padding: 0 }

td,tr,p,div    { color: #000; font-size: 11px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; line-height: 20px }
h1   { color: #a8846e; font-size: 16px; font-family: Georgia, "Times New Roman", Times, serif; font-weight: normal }
	h2 { color: #58b02d; font-size: 15px }
	h3 { color: #58b02d; font-size: 13px }
	h4 {
	color: #FF9900; 
	font-size: 14px; font-weight: bold;
	}

h5 {
	color: #FF9900; 
	font-size: 13px; font-weight: bold;
	}

h6 {
	color: #FF9900; 
	font-size: 12px; font-weight: bold;
	}

a:link, a:visited    { color: #fff; font-size: 11px; text-decoration: none }

a:hover  { color: #fff; text-decoration: underline }
	
ul   { margin-left: 15px; padding-top: 0; padding-right: 0; padding-left: 0 }

li   { margin: 0; padding: 0 }
	


/*</agl.folder>*/


/*<agl.folder "Template Styles" "These are the styles for the Shore Thing Template">*/
	.main { background-image: url(../images/bg-repeat.gif); background-repeat: repeat-y; background-attachment: scroll; background-position: center top  }
	.footer { background-image: url(../images/footer.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: center top  }
	.head { background-image: url(../images/head-bot.gif); background-repeat: no-repeat; background-attachment: scroll; background-position: center top  }
	td.headtext  { padding-top: 40px; padding-right: 50px }
	.maintext { padding-top: 20px }
	.foottext { padding-top: 15px; padding-right: 60px }
/*</agl.folder>*/


