body 
	{
	background-color:#2C2C2C;
	background-image:url(img/pagebg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	margin:0;
	font-family: "Trebuchet MS", Arial, sans-serif;
	}

.content
	{
	background-image:url(img/contentbg.jpg);
	background-color:#1F5D90;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	vertical-align:top;
	}

.colortable
	{
	background-color:#242424;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	vertical-align:top;
	padding:5px;
	border-color:#FFFFFF;
	}

.text 
	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	vertical-align:top;
	}

.header
	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#000000;
	}

.title
	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:32px;
	color:#FFFFFF;
	}

.subheading
	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	}

a.cart
	{
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	color:#000000;
	}

a.cart:link {color:#000000; text-decoration:none;}
a.cart:visited {color:#000000; text-decoration:none;}
a.cart:active {color:#000000; text-decoration:underline;}
a.cart:hover {color:#000000; text-decoration:underline;}

a:link {color:#FFFFFF; text-decoration:underline;}
a:visited {color:#CEE0FF; text-decoration:underline;}
a:active {color:#FFFFFF; text-decoration:none;}
a:hover {color:#FFFFFF; text-decoration:none;}

