body {
	background-color : #ffffff;
	font-family : Verdana,sans-serif;
	margin : 0em;
	color : #000000;
	padding: 0;
	font-size: .8em;
}

h1 {font-size: 1.5em;
	font-weight: bold;}
h2 {font-size: 1.25em; 
	font-style: italic;
	font-weight: bold;}
h3 {font-size: 1.1em;
	font-weight: bold;}
div#topbar {
/* 	border-bottom:thick groove #ff0000; */
	background-image : url('/commonfiles/images/blue_back.gif');
	background-repeat: repeat;
	margin : 0em;
	height : 103px;
	padding : 0;
	color: white;	/* white on blue background image */
	background-color: blue; /* in case image doesn't load, text is legible */
	text-align: center;
	font-size: 2.5em;
	font-style: italic;
	font-family: Verdana, sans-serif;
}

div#fudgebottom {
	background-image: url('/commonfiles/images/web_mail_11.gif');
	background-repeat: repeat;
	margin: 0em;
	height: 21px;
	}

div#maincontent {
	background-color : #ffffff;
	color : #000000;
	margin : 5em;
}
div#datestamp {
	background-color : #ffffff;
	color : #000000;
	text-align: right;
	font-size: .75em;
	font-style: italic;
	margin-right: 1em;
}
div#bottombar {
	background-image: url('/commonfiles/images/web_mail_11.gif');
	background-repeat: repeat;
	background-color: #ff0000;
	color: #ffffff;
	font-size: .75em;
	font-style: italic;
	font-weight: bold;
	/* border-top: thick groove #ff0000; */
	text-align: right;
	padding-right: 2em;
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 0em;
	margin-top: 5%;
	height: 21px;
}
a img {border:none;}

dt	{font-weight: bold;}

ol ol {list-style-type: lower-alpha;}

.important {font-weight: bold;
			color: red;
			background-color: white;}

.comment	{font-variant: italic;
			 color: #ff0000;
			 background-color: #ffffff;}

ul.nobullet	{list-style: none;
			font-size: .75em;}

table.centered	{margin-right: 5%;
				margin-left: 5%;}
table.centered tr.color1 {
							color: #000000;
							background-color: #99ffff;}

/* I had to play around with this.  I originally had it set to just be .color1 and .color2 *?
/* but apparently the values were being over-written by the td attributes that follow. */
table.centered tr.color2 {
	color: #000000;
	background-color: #ffffff;
}
thead	{font-weight: bold;}
			
/* use below for layout forms without tables.  each row goes in it's own <div> with label <div>s */
form	{
	margin-right: 10%;
	margin-left: 10%;
	text-align: left;
/*	color: #000000; */
/* 	font-weight: bold; */
	font-family: Arial;
	}
div.row {
	clear: both;
	padding-top: 5px;
	}
div.row span.label {
	float: left;
	width:  25%;  /* was 40%    15em;   120px */
	text-align: right;
	padding-right: 1em;
	font-weight: bold;
	}
div.row span.formw {
	float: right;
	width: 40%;  /* 25em; 235px */
	text-align: left;
	}
div.spacer {
	clear: both;
	}

/*  done with form stuff */	

img.fralogo	{
	float: left;
	 padding: 0em;
	 margin: 0em;
	 border: none;
}
img.pagelogo	{
	float: right;
	 padding: 0em;
	 margin: 0em;
	 border: none;
}


ul ul 	{list-style-type: circle;}
ul ul ul {list-style-type: square;}	
