body {
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 20px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	background-color: d9d9d9;
	color: #333333;
}

td, li, select {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
}

input {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

p {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

.giant {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 32px;
	line-height: 32px;
	color: #5da29d;
}

.header {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #5da29d;
}

.rtColHeader {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #5da29d;
}

.padBody {
	padding: 0px 0px 25px 25px;
}

.padColumn {
	padding: 0px 15px 15px 15px;
}

.submitButton {
	font-size: 10px;
	color: #333333;
}

.small {
	font-size: 10px;
	color: #999999;
}

.medium {
	font-size: 11px;
	color: #999999;
}

.mediumGreen {
	font-size: 11px;
	color: #5da29d;
}

.copyright {
	font-size: 10px;
	color: #999999;
	padding: 15px;
}

.IDtext {
	font-size: 10px;
	color: #ebebeb;
	padding: 15px;
}


/* backgrounds */

.whiteBG {
	background-color: #ffffff;
}

.stroke {
	background-color: #c0c0c0;
}


/* links */
a, a:visited {
	color: #5da29d;
	text-decoration: none;
}
a:active, a:hover {
	color: #333333;
	text-decoration: underline;
}


a.rightLink, a.rightLink:visited {
	font-size: 11px;
	color: #5da29d;
	text-decoration: none;
}
a.rightLink:active, a.rightLink:hover {
	color: #333333;
	text-decoration: underline;
}


a.mediumLink, a.mediumLink:visited {
	font-size: 11px;
	color: #5da29d;
	text-decoration: none;
}
a.mediumLink:active, a.mediumLink:hover {
	color: #333333;
	text-decoration: underline;
}