﻿   
    
body {
    background-color:#d9d9dd;
	background-image:url('/images/lc-bg.jpg');
	background-repeat:repeat-x;
}

td,p	{
    font-family: Arial,Helvetica,Geneva;
    font-size: 12px;
}
a {
    font-family: Arial,Helvetica,Geneva;
    font-size: 12px;
    color: #9999CC;
    text-decoration: none;
}
a:hover	{
    font-family: Arial,Helvetica,Geneva;
    font-size: 12px;
    color: #666699;
    text-decoration: underline;
}
h1, h2 {
	font-size:16px;
	color:#fff;
	margin:1px 0 1px 3px;
}
div.mainbody {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 1.1em ;
	width: 900px ;
	margin-left: auto ;
	margin-right: auto ;
	padding: 10px ;
	background-color: white ;
	color: black ;
	border: 1px solid black ;
}

