/* CSS Document */
/* body tag sets the overall paramaters 
background-color tag sets the color of the page outside of the main table
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#FFFFFF;
	margin-left: 0px;
	margin-top: 8px;
	background-color: #CCCCFF;
	background-image:url(images/stucco.gif)
}

/* this sets the behavior of the links */
a:link 		{color: #000000; text-decoration: none;  font-weight: bold; }
a:visited   {color: #000000; text-decoration: none; font-weight: bold; }
a:hover 	{color: #FF0000; text-decoration: none; font-weight: bold; }

.outertab table {background-color:#000000; border:solid;}
.outertab tr {background-color:#000000; border:none;}
.outertab td {background-color:#000000;	border:none;}

.innertab table {background-color: #FFFFFF; border:none;}
.innertab tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF; 
	border:none;
}
.innertab td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: lighter;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	border:none;
}


h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	margin-left: 0px;
	margin-top: 0px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.foot {
	color: #000000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.foot a:link 		{color: #000000; text-decoration: none; font-weight: normal; }
.foot a:visited   	{color: #000000; text-decoration: none; font-weight: normal; }
.foot a:hover 		{color: #FF0000; text-decoration: none; font-weight: normal; }

