/*content styles*/

.content {
	FONT-SIZE: 12px;
	COLOR: black;
	FONT-STYLE: normal;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
  FONT-SIZE: 14px;
	color: black;
}

/*link styles*/
	/*link style for top menu*/
.topmenulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: normal;
}
A:topmenulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: normal;
}
A:topmenulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: normal;
}
A:topmenulink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: White;
	text-decoration: underline;
	font-weight: normal;
}


	/*link style for content links, left hand nav bar links and heading links in left hand nav bar*/
	/* NOTE: contentlink is to be used for links in the content of pages, and for subcategory pages in the left hand nav bar*/
.contentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #770014;
	text-decoration: underline;
	font-weight: normal;
}
A:contentlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #770014;
	text-decoration: underline;
	font-weight: normal;
}

A:contentlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #990500;
	text-decoration: underline;
	font-weight: normal;
}

A:contentlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #770014;
	text-decoration: underline;
	font-weight: normal;
}

	/*NOTE: menulinkheading is to be used for category page links in the left hand nav bar*/
.menulinkheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #770014;
	text-decoration: underline;
	font-weight: bold;
}

A:menulinkheading:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #770014;
	text-decoration: underline;
	font-weight: bold;
}

A:menulinkheading:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #990500;
	text-decoration: underline;
	font-weight: bold;
}

A:menulinkheading:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #770014;
	text-decoration: underline;
	font-weight: bold;
}



/*background colors*/
.whitebg {
	background-color: #FFFFFF;
}.bgcolor {
	background-color: #CCCCCC;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}
.tableborder {
	clear: none;
	float: none;
	height: auto;
	width: 250px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.yellowhighlight {
	background-color: #FFFF99;
}
.redtext {
	color: #990000;
}
