/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/page_back.jpg);
	font-family: Arial, Tahoma, Verdana;
	font-size: 10pt;
	color:#000000;
	margin-top: 10px;
	margin-left:0px;
}

a {
	text-decoration:none;
	color:#C63;
}

a:hover {
	text-decoration: underline;
}

/* content */
td.content {
	color:#000000;
	background-color: #ffffff;
	background-image:url(images/layout-sliced_07.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 12px;
}
.headings 
{
	font-size:18px;
	color:#666;
	font-weight:bold;
}
.smallheadings
{
	color:#C60;
	font-size:14px;
	font-weight:bold;
}


