body {


}

td	{

	font-family: Verdana;
	font-size: 8pt;
	color: #525252;

}


#top	{

background-image: url('images/top.jpg');
background-repeat: no-repeat;
	
}

#upperRight	{

background-color: #004475;
background-image: url('images/upperRight.jpg');
background-repeat: no-repeat;
	font-family: Verdana;
	font-size: 12pt;
	color: #FAFAFA;
	
}

#upperLeft	{

background-color: #FAFAFA;
background-image: url('images/upperLeft.jpg');
background-repeat: repeat-y;
	
}

.upperLeftText	{

	font-family: Verdana;
	font-size: 10pt;
	color: #525252;

}


#ruler	{

background-image: url('images/ruler.jpg');
background-repeat: no-repeat;
	
}


#lowerRight	{

background-color: #EFEFEF;
background-image: url('images/lowerRight.jpg');
background-repeat: repeat-y;
	
}

#lowerLeft	{

background-color: #FAFAFA;
background-image: url('images/lowerLeft.jpg');
background-repeat: repeat-y;

	
}

.lowerLeftText	{

	font-family: Verdana;
	font-size: 7pt;
	color: #525252;

}

#rulerBottom	{

background-image: url('images/rulerBottom.jpg');
background-repeat: no-repeat;
	
}

#bottom	{

background-color: #90959B;
background-image: url('images/rulerBackground.jpg');
background-repeat: repeat-y;
	
}

.formfield	{
	border		:	1 solid #000000;
	background-color:	#F5F5F5;
	color		:	#000000;
	font-family	:	Verdana;
	font-size	:	11px;
	text-decoration	:	none;
	width		:	100%;
}

pre {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}

a.upperLeftMenu:link {color: #FAFAFA; text-decoration: none;}     /* unvisited link */
a.upperLeftMenu:visited {color: #FAFAFA; text-decoration: none; }  /* visited link */
a.upperLeftMenu:hover {color: #FAFAFA; text-decoration: none;}   /* mouse over link */
a.upperLeftMenu:active {color: #FAFAFA; text-decoration: none;}   /* selected link */