.nowhitespace {
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}

BODY {
	background-color : #FFFFCC;
}

A.mainlink:link, A.mainlink:active, A.mainlink:visited {
	color: White;
	font-weight: bold;
	text-decoration: none;
}

A.nochange:link, A.nochange:active, A.nochange:visited {
	color : Blue;
}

H1.title {
	font-size : 200%;
	text-decoration : none;
}

H1.nomargin {
	font-size : 180%;
	text-decoration : none;
	padding : 0px 0px 0px 0px;
	margin : 0px 0px 0px 0px;
	font-weight : bold;
}

H1 {
	font-size : 180%;
	font-weight : bold;
	text-decoration : underline;
	padding-top : 0px;
	margin-top : 0px;
}

H2 {
	font-size : 120%;
	font-style : normal;
	font-weight : bold;
}

TABLE.main {
	background-color : Green;
	width : 720px;
}

TD.header {
	background-color : White;
	padding : 5px 0px 5px 0px;
}

TD.links {
	background-color: Black;
	color: White;
	height: 30px;
	vertical-align: middle;
}

TD.content {
	/*background-color : White;*/
	padding: 15px 15px 15px 15px;
	height: 100%;
	vertical-align: top;
}

TD {
	padding-left : 10px;
	padding-right : 10px;
}

TD.fieldlabel {
	padding-left : 10px;
	padding-right : 10px;
	font-weight : bold;
}

.signature {
	font-size: 70%;
	font-family: Arial;
	color: White;
}

A.signature:link, A.signature:active, A.signature:visited {
	font-size: 100%;
	color: Red;
}

A.enlargeImage:link, A.enlargeImage:active, A.enlargeImage:visited {
	font-family : Arial;
	font-size: 70%;
	color: Red;	
}