body {
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
	margin-right:0;
	font-size:12pt;
	font-family:arial;
	background-position:left top;
}

tr.mainHdr {
	height:83px;
}

td.mainLeft {
	background-image:url(images/MembershipBannerLeft.jpg);
	background-position:center left;
	background-repeat: no-repeat;
	height:83px;
	width:230px;
}

td.mainCenter {
	background-image:url(images/MembershipBannerCenter.PNG);
	background-position:center center;
	background-repeat: no-repeat;
	height:83px;
	width:440px;
}

td.mainRight {
	background-image:url(images/MembershipBannerRight.PNG);
	background-position:center right;
	background-repeat: no-repeat;
	height:83px;
	width:230px;
}

td.leftMenuHdr {
	font-size:10pt;
	color:white;
	background-image:url(images/left_menu_hdr.PNG);
	background-position:center center;
	text-align:center;
}

td.leftMenuItem {
	text-align:center;
	padding-top:3px;
}

td.leftMenuItem a {
	color:#1C519D;
	text-decoration:none;
}

td.leftMenuItem a:hover {
	font-weight:bold;
}

tr.reportHdr1 {
	font-size:12pt;
	background-color:#0000FF;
	color:#FFFFFF;
}

tr.totalRow1 {
	background-color:#BBBBBB;
}

tr.totalRow2 td {
	border-top:1px #000000 dashed;
}

tr.alertMsg {
	font-size:14pt;
	color:red;
	text-align:center;
}

td.popupTL {
	background-image:url(images/popup_circle.PNG);
	background-position:top left;
	background-repeat: no-repeat;
	width:25px;
	height:25px;
}

td.popupTM {
	background-color:#1C519D;
	text-align:center;
	color:white;
	font-size:12pt;
}

td.popupTR {
	background-image:url(images/popup_circle.PNG);
	background-position:top right;
	background-repeat:no-repeat;
	height:25px;
	width:25px;
}

td.popupML {
	background-color:#DDDDDD;
}

td.popupMM {
	text-align:center;
	background-color:#DDDDDD;
}

td.popupMR {
	background-color:#DDDDDD;
}

td.popupBL {
	background-image:url(images/popup_circle.PNG);
	background-position:bottom left;
	background-repeat: no-repeat;
	width:25px;
	height:25px;
}

td.popupBM {
	background-color:#1C519D;
	text-align:center;
	color:white;
}

td.popupBR {
	background-image:url(images/popup_circle.PNG);
	background-position:bottom right;
	background-repeat: no-repeat;
	width:25px;
	height:25px;
}

input.usawButton {
	
}

div.loading {
	background-color:white;
	font-size:16pt;
	font-family:arial;
	color:blue;
}

div.pageBreak {
	height:1px;
	page-break-after:always;
}

div.popupFrame {
	text-align:center;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	visibility:hidden;
}

.changed {  
	color: #000000; 
	background-color: #FFFFFF;
	font-family:arial;
}

.unchanged {  
	color: #888888; 
	background-color: #FFFFFF;
	font-family:arial;
}

.focus  { 
	color: #000000; 
	background-color:#FFFF66;
	font-family:arial;
}

div.focusDiv {
	 visibility:hidden;
	 position:absolute;
	 z-index:500;
}

table.focusTable {
	border:1px #000000 solid;
	background-color:#EC1C24;
	color:white;
	font-size:10pt;
}

td.blinker {
	font-size:12pt;
	color:#000000;
	padding:2px;
}

table {
	font-family:arial;
	font-size:10pt;	
}

tr.progressBar {
	color:#888888;
	text-align:center;
	font-size:12pt;
}

tr.hdr1 {
	text-align:center;
	font-size:18pt;
	color:#1C519D;
	padding:2px;
}

tr.hdr3 {
	text-align:center;
	font-size:14pt;
	color:black;
	padding:2px;
}

tr.subHdr1 {
	text-align:center;
	background-color:blue;
	color:white;
	font-size:12pt;
	padding:2px;
}

tr.colHdr1 {
	color:#1C519D;
	font-weight:bold;
}

td.clickable {
	cursor: pointer; 
	cursor: hand;
}

tr.oddRow {
}

tr.evenRow {
	background-color:#CFCFFF;
}

tr.evenRow textarea {
	background-color:#CFCFFF;
}

tr.codes {
	font-family:courier;
	font-size:10pt;
	text-align:center;
}

tr.topLinks select {
	font-size:12pt;
	color:red;
}

tr.topLinks {
	font-size:12pt;
	color:black;
	text-align:center;
}

tr.topLinks a {
	color:#FF0000;
	text-decoration:none;
	padding:2px;
}

tr.topLinks a:hover {
	color:white;
	background-color:#EC1C24;
}

a {
	color:#1C519D;
}

a.deleteLink {
	color:#EC1C24;
	background-color:white;
}

a.moveLink {
	font-size:12pt;
	color:#1C519D;
	text-decoration: none;
}

a.plain {
	color: #1C519D;
	text-decoration: none;
}

td.t {
	border-top: 1px #000000 solid;
}

td.r {
	border-right: 1px #000000 solid;
}

td.b {
	border-bottom: 1px #000000 solid;
}

td.l {
	border-left: 1px #000000 solid;
}

td.tr {
	border-top: 	1px #000000 solid;
	border-right: 1px #000000 solid;
}

td.tb {
	border-top: 	1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td.tl {
	border-top: 	1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.rb {
	border-right: 	1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td.rl {
	border-right: 	1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.bl {
	border-bottom: 	1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.rbl {
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.tbl {
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.trl {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-left: 1px #000000 solid;
}

td.trb {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}

td.trbl {
	border-top: 1px #000000 solid;
	border-right: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
	border-left: 1px #000000 solid;
}