body {
	font-family: "Verdana", "Arial", "Times New Roman", "Times", serif, "sans-serif", "Courier New", Courier;
	background-color: #F1F1F1;
	font-size: 1em;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}

/* unvisited link */
a:link {
	color: #167AC6;
	text-decoration: none;
}

/* visited link */
a:visited {
	color: #167AC6;
	text-decoration: none;
}

/* mouse over link */
a:hover {
	color: #1C98FF;
	text-decoration: underline;
}

/* selected link */
a:active {
	color: #1C98FF;
	text-decoration: underline;
}
a img {
	outline : none;
	border: 0;
}
a.greenlink:link {
	color: #057D31;
	text-decoration: none;
}
a.greenlink:visited {
	color: #057D31;
	text-decoration: none;
}
a.greenlink:hover {
	color: #4FC77B;
	text-decoration: underline;
}
a.greenlink:active {
	color: #057D31;
	text-decoration: underline;
}
a.redlink:link {
	color: #FF0F13;
	text-decoration: none;
}
a.redlink:visited {
	color: #FF0F13;
	text-decoration: none;
}
a.redlink:hover {
	color: #FF6668;
	text-decoration: underline;
}
a.redlink:active {
	color: #FF0F13;
	text-decoration: underline;
}
a.whitelink:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.whitelink:active {
	color: #FFFFFF;
	text-decoration: underline;
}


#headertable table, tr, td {
	border: 0px;
	width:100%;
}


.header {
	height:50px;
	background:#007F46;
	border:1px solid #CCC;
	position:fixed;
	top:0px;
	width:100%;
	left: 0px;
	right: 0px;
}

#footertable table, tr, td {
	border: 0px;
	width:100%;
}
.footer {
	height:100px;
	background:#007F46;
	border:1px solid #CCC;
	position:absolute;
	bottom:0px;
	width:100%;
	left: 0px;
	right: 0px;


}


