﻿/** Common Base Styles - FooCo Ltd (c) **/

body 
{
	background-color: #676767;
	background-image: url(../../images/site/BodyBackground.jpg);
	background-position: left top;
	margin: 12px;
	margin-right: 7px; 
	padding: 0px;  
	position:relative;
	font-size:100%;
	background-repeat: repeat-x;     
}

td, p
{
	font-family: Arial;
	font-size: 12px;
	color: #444444;
	line-height: 18px;    
}

img
{
	border: none; 
}

hr
{
	height: 1px;
	width: 100%;
	margin: 10px 0px 10px 0px;
	color: #a9a9a9;  
	background-color: #a9a9a9;
	border: none;
}

a:link, a:visited
{
	color: #167da8; 
	text-decoration: underline;
}

a:hover
{
	color: #167da8; 
	text-decoration: none; 
}
