body {
	background-color: #000000;
	margin: 0;
	padding: 0;
}

p, li, br, div, span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}


/* STYLES FOR MAIN NAVIGATION MENU */
a.nav:link						{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	padding-left: 0px;
	color: #444;
	margin-right: 15px;
}
a.nav:visited 					{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 0px;
	line-height: 22px;
	color: #444;
	margin-right: 15px;
}
a.nav:hover 					{
	text-decoration: none;
	font-weight: normal;
	color: #900;
	font-size: 14px;
	padding-left: 0px;
	line-height: 22px;
	margin-right: 15px;
}
a.nav:active					{
	text-decoration: none;
	font-size: 14px;
	padding-left: 0px;
	line-height: 22px;
	color: #900;
	margin-right: 15px;
}
.navon {
	color: #333;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
	padding-left: 0px;
	font-weight: bold;
	margin-right: 14px;
	width: 50px;
}




/* these are used for the catwired.com credit */
A.credit:link 				{
	text-decoration:none;
	font-size: 10px;
}
A.credit:visited 			{
	text-decoration:none;
	font-size: 10px;
}
A.credit:hover 				{
	text-decoration:underline;
	font-size: 10px;
}
A.credit:active 			{
	text-decoration:underline;
	font-size: 10px;
}



.bordertlr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #9900CC;
	border-right-color: #9900CC;
	border-left-color: #9900CC;
}
.borderlr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9900CC;
	border-left-color: #9900CC;
	border-bottom-style: none;
}
.borderblr {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #9900CC;
	border-left-color: #9900CC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9900CC;
}
table {
	background-color: #D4D4D4;
}
.navseparator {
	line-height: 20px;
	font-size: 14px;
	white-space: normal;
	height: 16px;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #9900CC;
}

.textsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.bgnorepeat {
	background-repeat: no-repeat;
}.bordertb {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: ridge;
	border-bottom-style: ridge;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.content_table_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #339B94;
	font-weight: bold;
}
h1, H2, H3, H4, H5, H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #339B94;
	margin: 0;
	padding: 0;
}
