body 
{
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  color:#ffffff;
  background:url(images/bgStripes.jpg);
  background-color:#333333;
}

td.mainArea
{
	padding-top:12px;
}

a:link
{
	color:#0099FF;
	text-decoration:none;
}

a:hover
{
	color:#FFCC00;
	text-decoration:none;
}

a:visited
{
	color:#0099FF;
	text-decoration:none;
}

a:active
{
	color:#0099FF;
	text-decoration:none;
}

img
{
	border:none
}

/*MAIN CONTENT TABLE*/
td.topLeft
{
	background: url(images/topLeft.gif) no-repeat right bottom;
}
td.top
{
	background: url(images/horizontal.gif) repeat-x bottom;
}
td.topRight
{
	background: url(images/topRight.gif) no-repeat left bottom;
}
td.left
{
	background: url(images/vertical.gif) repeat-y right;
}
td.right
{
	background: url(images/vertical.gif) repeat-y left;
}
td.bottomLeft
{
	background: url(images/bottomLeft.gif) no-repeat  right top;
}
td.bottom
{
	background: url(images/horizontal.gif) repeat-x top;
}
td.bottomRight
{
	background: url(images/bottomRight.gif) no-repeat  left top;
}

.content
{
	font-size:12px;
}

/*Footer*/
.footer
{
	font-size:10px;
}