/* CSS Document */

body {
	background: #FFFFFF url("images/bk_top.gif") repeat-x;
	padding: 0px;
	margin: 0px;
}
p,td {
	font: 11px Verdana,Arial;
}
tr,td {
	vertical-align: top;
}
td.leftCol {
	font-size: 14px;
	padding: 15px 20px 40px 15px;
	background: #d6d6d6;
}
td.rightCol {
	font-size: 14px;
	padding: 10px 10px 40px 10px;
	background: #d6d6d6;
}

#mainBody {
	padding: 10px 30px 50px 30px;
}

/* Fonts */
h1 {
	font: bold 14px Tahoma,Verdana,Arial;
	color: #576070;
}
.subhead {
	color: #6d7d42;
}
p.welcome {
	font-size: 14px;
}
.poweredBy {
	font: 10px Arial;
	color: #666666;
}

/* Links */

a:link,
a:visited {
	color: #000099;
	text-decoration: underline;
}	
a.poweredBy:hover {
	color: #990000;
}	


a.poweredBy:link,
a.poweredBy:visited {
	font: 10px Arial;
	color: #666666;
	text-decoration: none;
}	
a.poweredBy:hover {
	text-decoration: underline;
}	

a.model:link,
a.model:visited {
	font: 12px Verdana, Arial;
	color: #333333;
	text-decoration: none;
}	
a.model:hover {
	color: #990000;
	text-decoration: underline;
}	
