
a					{ color: #cc7a27; text-decoration: underline; }
a:visited		{ color: #cc7a27; text-decoration: underline; }
a:active			{ color: #cc7a27; text-decoration: none; }
a:hover			{ color: #cc7a27; text-decoration: none; }

body {
	background-image:url(images/bg.jpg); 
	margin:0px; 
	padding-top:15px; 
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color:#444444;
	text-align:center;
	}
	
td {
	vertical-align: top; 
	}
	
h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #31568b;
	margin:0px 0px 10px 0px;
	}
	
h2 {
	font-size: 1.2em;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	color: #31568b;
	}
	
.main-table {
	background-color:#d2d3d5;
	width:100%;
	}
	
.table-corners {
	width:600px;
	}
	
.bg-grey {
	background-color:#d2d3d5;
	}
	
.corner1 {
	background-image:url(images/corner1.gif); 
	width:20px; 
	height:20px;
	}
	
.corner2 {
	background-image:url(images/corner2.gif); 
	width:20px; 
	height:20px;
	}
	
.corner3 {
	background-image:url(images/corner3.gif);
	width:20px;
	height:20px;
	}
	
.corner4 {
	background-image:url(images/corner4.gif); 
	width:20px; 
	height:20px;
	}
	
.content {
	padding:10px 10px 10px 10px;
	text-align:center;
	}
	
.footer {
	font-size: 10px;
	color: #aaaaaa;
	font-weight:bold;
	}
	
.footer a:link			{ color: #aaaaaa; text-decoration: underline; }
.footer a:visited		{ color: #aaaaaa; text-decoration: underline; }
.footer a:active		{ color: #aaaaaa; text-decoration: none; }
.footer a:hover		{ color: #aaaaaa; text-decoration: none; }