/* HTML TAG STYLES */
body { background: #FFEAFB url(../images/home/home_bkg_repeat.jpg) repeat-x; color: #000000; font-family: sans-serif; background-position: left 70px; margin: 0px; padding: 0px; }
form { 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; }
h2.padded { color: #058CB8; font-family: "Lucida Grande", Lucida, serif; font-size: 15px; margin: 6px 0px 0px; padding: 6px 0px 0px; }
h3 { color: #058CB8; font-family: "Lucida Grande", Lucida, serif; font-size: 12px; margin: 0px; padding: 0px; }
img.trim { border: 1px dashed #A0A0A0; }
li { margin-bottom: 4px; }
ul, ol { 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;
	}

.bodyContentBottom {
	background: url(../images/shell/sub_body_bottom.gif) no-repeat;
	background-position: bottom left;
	}

.bodyContentLeft {
	background: url(../images/home/home_body_bottom.gif) no-repeat;
	background-position: bottom left;
	}

.bodyContentMain {
	background: url(../images/shell/sub_body_repeat.gif) repeat;
	}
	
.bodyContentRight {
	background: url(../images/shell/sub_snipe.gif) no-repeat;
	background-position: bottom right;
	}

.subHeader {
	background: url(../images/shell/sub_header.jpg) no-repeat;
	}

.subTopLeft {
	background: url(../images/shell/sub_top_left.gif) repeat-x;
	background-position: top right;
	}

.subTopRight {
	background: url(../images/shell/sub_top_right.gif) repeat-x;
	background-position: top left;
	}

.summaryBox {
	background: url(../images/shell/summary_repeat.gif) repeat-y; }

/* TEXT STYLES */
.black { color: #000000; }
.white { color: #ffffff; }
p.footer { font-size: 10px; }
