body {
	margin: 0px;
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;

}
td {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	color: #339999;
}
h2 {
	color: #339999;
}
h3 {
	color: #339999;
}
h4 {
	color: #339999;
}
h5 {
	color: #339999;
}




.greyBG {
	color: #000000;
	background-color: #CCCCCC;
}
.greyBG a {
	font-weight: bold;
	color: #000000;
}
.greyBG a:link {
	font-weight: bold;
	color: #000000;
}
.greyBG a:hover {
	font-weight: bold;
	color: #888888;
}
.lightgreenBG {
	background-color: #D3EBEB;
}
.lightgreenBG a {
	font-weight: bold;
	color: #000000;
}
.lightgreenBG a:link {
	font-weight: bold;
	color: #000000;
}
.lightgreenBG a:hover {
	font-weight: bold;
	color: #50AFAF;
}
.greenboxLEFT {
	background-image: url(../images/green_box_left.gif);
	background-repeat: repeat-y;
}
.greenboxRIGHT {
	background-image: url(../images/green_box_right.gif);
	background-repeat: repeat-y;
}
.whiteboxLEFT {
	background-image: url(../images/white_box_left.gif);
	background-repeat: repeat-y;
}
.whiteboxRIGHT {
	background-image: url(../images/white_box_right.gif);
	background-repeat: repeat-y;
}
.whiteBG {
}
.whiteBG a {
	font-weight: bold;
	color: #339999;
}
.whiteBG a:link {
	font-weight: bold;
	color: #339999;
}
.whiteBG a:hover {
	font-weight: bold;
	color: #000000;
}
.greenBOLDtext {
	font-weight: bold;
	color: #339999;
}
.lightGREY {
	background-color: #EEEEEE;
}
.greenLINE {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #339999;
}
.form {
	font-size: 12px;
	color: #000000;
	border: 1px solid #666666;
	background-color: #FFFFFF;

}

.alternateRow {
	background-color: #f7f7f7;
}

/* MSHOPLITE STYLES */

hr {
	color: #339999;
	background-color: #339999;
}

.rowColour {
	background-color: #339999;
}

.heading1 {
	font-size: 12pt;
	color: #339999;
	font-weight: 700;
}

.heading2 {
	color: #339999;
	font-weight: 700;
}
.hide { display:none; }
