@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../grownups_top/grownups_bg.gif);
	background-position:center;
	background-repeat:repeat-y;
	background-color: #336600;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}

td {
font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}


h1 {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color: #0F56BF;
}

a:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
	}
a:hover {
	text-decoration: none;
	color: #0000FF;
	font-size: 14px;
	font-weight:bold;
	}
a:active {
	text-decoration: none;
	color: #FF0000;
	font-size: 14px;
	font-weight:bold;
	}
