/* the td cannot have a font size  it messes up the height of the cell */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D1A18;
	font-size: 12px;
	letter-spacing: 1px;
	background-image: url(images/background.jpg);
	background-color: #D7C895;
	margin: 0;
}

p, div, span, li, dt, dd, dl	{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D1A18;
	font-size: 12px;
	letter-spacing: 1px;
}
td 										{
	font-family: Arial, Helvetica, sans-serif;
	color: #3D1A18;
}
h1, h2, h3, h4, h5, h6					{font-family: Arial, Helvetica, sans-serif; color: #3D1A18}

a:link						{text-decoration: none}
a:visited 					{text-decoration: none}
a:hover 					{text-decoration: underline}
a:active					{text-decoration: underline}

/* 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;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.textbody {
	color: #3D1A18;
	letter-spacing: 1px;
}
.borderright {
	border-right-color: #230F07;
	border-right-style: solid;
	border-right-width: 1px;
}
.borderbottom {
	border-bottom-color: #230F07;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.borderbottomrt {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #230F07;
	border-right-color: #230F07;
	border-right-style: solid;
	border-right-width: 1px;
}
.contentbackground {
	color: #D0C094;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	letter-spacing: 0px;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-indent: 20px;
	letter-spacing: 0px;
}
.registered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	vertical-align: super;
}
.trademark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	vertical-align: super;
}
