@CHARSET "ISO-8859-1";
html{ height: 100%; width: 100%; background-color: #FFFFFF; }
body{
	height: 100%;
	width: 100%;
	background: #FFFFFF;
	color: #555555;
	font: 11px Verdana, Helvetica, sans-serif;
}
	#page-wrap{
		width: 970px;
		margin: 0 auto;
	}
		#header-wrap, #footer-wrap, #content-wrap{
			clear: both;
			overflow: hidden;
		}
		#content-wrap{
			margin-top: 10px;
		}
h1{ font-size: 44px; }
h2{ font-size: 20px; }
h3{ font-size: 13px; }
h4{ font-size: 11px; }
h5{ font-size: 10px; }
a{ color: #000000; }
strong{ font-weight: bold; }
a:link, a:visited{ text-decoration: none; }
a:hover, a:active{ text-decoration: underline; }
.font-tag-size-1{ font-size: 11px !important; }
.font-tag-size-2{ font-size: 13px !important; }
.font-tag-size-3{ font-size: 15px !important; }
.font-tag-size-4{ font-size: 18px !important; }
.font-tag-size-5{ font-size: 20px !important; }
.trebuchet{font-family: "Arial Narrow", "Trebuchet MS", Helvetica, Arial, sans-serif; }
.f-blue{ color: #004890; }
.f-light-blue{ color: #4075a8; } /*#7fa4c7*/
.f-white{ color: #FFFFFF; }
.f-gray{ color: #8a8a8a; }
.f-black{ color: #000000; }
.bg-blue{ background-color: #004990; }
.bg-gray{ background-color: #7b8791; }

.section-top-border{
	background: url('/images/common/section-top-border-970x8.jpg') no-repeat top left;
	width: 970px;
}

table.nas-table{
	text-align: left;
	width: 100%;
}
	table.nas-table th, table.nas-table td{
		padding: 2px 4px;
		border: 2px solid #FFFFFF;
		vertical-align: top;
	}
	table.nas-table th{
		height: 20px;
		vertical-align: middle;
		background-color: #E0EBFF;
		font-weight: bold;
		color: #000000;
	}
		table.nas-table tr.row-odd{
			background-color: #F4F4F4;
		}
		
		table.nas-table tr.row-even{
			background-color: #FFFFFF;
		}
		
			table.nas-table tr.inner-table-category td{
				background-color: #E0EBFF;
			}
				table.nas-table tr.inner-table-category td h3{
					font-weight: bold;
					color: #004890;
				}
			
			table.nas-table tr.inner-table-spacer td{
				height: 10px;
			}