/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006633;
}

/*General Links*/
a:link {color:#006633;}
a:visited {color:#000000;}
a:hover {color:#999999;}
a:active {color:#000000;}

h1, h2, h3, h4, h5, h6 {
	color: #006633;
}
/* list items */
.info {
	font-size: 12px;
	color: #006633;
}
.front {
	font-size: 14px;
	font-weight: bold;
	color: #006633;
	line-height: 20px;
	list-style-type: square;
	vertical-align: middle;
}

/* table formatting */

td {
	vertical-align: top;
}

table.content {
	padding: 3px;
}

td.left {
	vertical-align: top;
	padding-right: 10px;
}
td.right {
	vertical-align: top;
	padding-left: 10px;
}

/* footer formatting */
.footer {
	font-size: 10px;
	color: #006633;
	text-align: center;
	background-color: #ffffff;
}

table.footer {
	text-align: center;
	background-color: #CCCCCC;
}