/* HTML TAG STYLES */
body { background: #FFEAFB url(../images/home/home_bkg_repeat.jpg) repeat-x; color: #000000; font-family: sans-serif; background-position: left 20px; margin: 0px; padding: 0px; }
h1 { color: #FFFFFF; font-family: "Lucida Grande", Lucida, serif; font-size: 25px; margin: 0px; padding: 0px; }
h2 { color: #058CB8; font-family: "Lucida Grande", Lucida, serif; font-size: 15px; margin: 0px; padding: 0px; }
h3 { color: #058CB8; font-family: "Lucida Grande", Lucida, serif; font-size: 12px; margin: 0px; padding: 0px; }
li { margin-bottom: 4px; }
ul { margin: 6px auto 14px 14px; padding-left: 0px; }
p, td { color: #333333; font-family: Tahoma, Arial, sans-serif; font-size: 11px; }

/* LINK STYLES */
a:link { color: #FD45D7; text-decoration: underline; }
a:visited { color: #FD45D7; text-decoration: underline; }
a:active { color: #FD45D7; text-decoration: underline; }
a:hover { color: #FD45D7; text-decoration: none; }

a.footer:link { color: #FD45D7; font-weight: bold; text-decoration: none; }
a.footer:visited { color: #FD45D7; font-weight: bold; text-decoration: none; }
a.footer:active { color: #FD45D7; font-weight: bold; text-decoration: none; }
a.footer:hover { color: #FD45D7; font-weight: bold; text-decoration: underline; }

.bodyBKGLeft {
	background: url(../images/home/home_bkg_left.jpg) no-repeat;
	background-position: top right;
	}

.bodyBKGRight {
	background: url(../images/home/home_bkg_right.jpg) no-repeat;
	background-position: top left;
	}

.bodyContentLeft {
	background: url(../images/home/home_body_bottom.gif) no-repeat;
	background-position: bottom left;
	}

.bodyContentMain {
	background: url(../images/home/home_body_repeat.gif) repeat;
	}
	
.bodyContentRight {
	background: url(../images/home/home_snipe.gif) no-repeat;
	background-position: bottom right;
	}

.homeTop {
	background: url(../images/home/home_top_repeat.gif) repeat-x;
	background-position: top left;
	}

.homeTopLeft {
	background: url(../images/home/home_top_repeat.gif) repeat-x;
	background-position: top right;
	}

.homeTopRight {
	background: url(../images/home/home_top_repeat.gif) repeat-x;
	background-position: top left;
	}

/* TEXT STYLES */
.black { color: #000000; }
.white { color: #ffffff; }
p.footer { font-size: 10px; }
