body { 
	background-image: url(images/paper_bkg_ii.gif);
	background-repeat: repeat;
	font-family: arial;
}


h1 { font-family: Arial; font-weight: bold; font-size: 20px; color: #083194; text-align: center; }
h2 { font-family: Arial; font-weight: bold; font-size: 16px; color: #083194; text-align: center; }
h3 { font-family: Arial; font-weight: bold; font-size: 12px; color: #083194; text-align: center; }
p.red_notice { font-family: Arial; font-weight: bold; font-size: 20px; color: #FF0000; text-align: center; }
p.notes { font-family: Arial; font-size: 12px; vertical-align: baseline; }
td.table_head { font-weight: bold; font-size: 20px; background-color: #FFFFFF; }
td.headrow { font-weight: bold; background-color: #808080; }
td.gray { background-color: #E0E0E0; }
.body_width { width: 490px; }

.top_offset { position: absolute; top: 50px; left: 0px; }
p.center { position: absolute; top: left: 50px; color: #084A70; z-index:2; font-family: Arial; }
.bold { font-family: Arial; font-weight: bold; font-size: 20px; color: #084A70; }
.bold_center{ font-family: Arial; font-weight: bold; font-size: 20px; color: #084A70; text-align: center; }
.bold_italic { font-family: Arial; font-weight: bold; font-style: italic; }
.shadow { position: absolute; top: 2px; left: 2px; color: #BDC6DE; z-index:1; }


img.right {float: right; }
img.left {float: left; }



a:link {
	color: #084A70;
	font-weight: bold;
	font-family: arial;
	}

a:active {
	color: #ffffff;
	background-color: #BDC6DE;
	text-decoration: none;	
	font-weight: bold;
	font-family: arial;
	font-size: 16px;
	font-variant: small-caps; 
	border: 2px single 084A70;
	}

a:visited {
	color: #4a4042;
	text-decoration: underline;
	font-family: arial;
	font-weight: bold;
	}

a:hover {
	color: #084A70;
	font-family: arial;
	font-weight: bold;
	text-decoration: none;
	background-color: #BDC6DE;
	}
