body {
	margin: 0px 0 20px 0; 
	padding: 0; 
	background: #555247;
	text-align: center;
}

body, div, p, span, u, ul, ol, li, td, input, textarea, form, select {
	font: 12px/16px Arial, Helvetica, sans-serif; 
	color: #333;
}

img {
	border: none;
}

img.submit {
	cursor: hand;
}

img.block {
	display: block;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
}

.colorFont {
 color:blue;
}


table.grid {
  border: 1px solid #8080c0;
  border-collapse: collapsed;
}
.grid a {
  color: #8080c0;
  text-decoration: none;
}
.grid caption {
	padding: 0 0 5px 0;
	font: bold 1.2em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
   	color: #26699f;
}

/* table borders */
.grid td {
	border: 1px solid #C1DAD7;
	padding: 2px 3px 2px 5px;
	color: #4f6b72;
}

.grid th, th.grid {
	/*font: normal 1.0em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;*/
	background-color: #cecee0;
	border-left: 1px solid #8080c0;
	border-right: 1px solid #8080c0;
	border-bottom: 1px solid #8080c0;
	text-align: center;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px 3px 2px 3px;
}

table.grid .hilite {
  background-color: #ffffec;
}
table.grid .baseRow {
  border-bottom: 1px solid #8080c0;
}

/* TEXT 
----------------------------------------------- */		
h1, .spanH1 {
	font-size: 16px;
	font-weight: bold;
	color: 26699f;
	line-height: 23px;
	margin: 0 0 5px 0; 
}

h2, .spanH2 {
	font-size: 12px; 
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom:  5px;
}

h3, .spanH3 {
	font-size: 12px; 
	font-weight: bold;
	color: #666;
	margin-bottom: 0;
	padding-bottom: 0;
}

h3.title {
	margin-top: 0;
}

#message {
  padding: 6px 10px 5px 10px;
  background-color: pink;
  margin-bottom: 10px;
}
#message span {
  color: maroon;
  font-family: Tahoma, ariel;
  font-size: 12px;
}

.intro {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	color: #868686;
	padding: 0 0 11px 0;
	margin: 0;
}	

.small {
	font-size: 9px;
}

.big {
	font-size: 16px;
}

.expanded {
	letter-spacing: 2px;
}

.justified {
	text-align: justify;
}

.backToTop {
	font-size: 10px;
}

p.backToTop {
	height: 17px;
}

.readMore {
	display: block;
	text-align: right;
	font-size: 11px;
	padding: 0 15px;
}

p {
	margin-top: 0;
	margin-bottom: 12px;
	padding-top: 0;
}

.lightBlueBar {
	color: #666;
	background-color: #b6d6f3;
}

.lightGreyBar {
	color: #666;
	font-size: 14px;
	background: url(/layout/img/bg-rightcol-menu.gif) repeat-x left bottom;
}

.fieldRequired {
	font-size: 20px;
	font-weight: bold;
	color: #c00;
	vertical-align: top;
}

.fieldNotRequired {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	vertical-align: bottom;
}

.note {
	margin: 0 0 0 271px;
}

span.noteRequired {
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

.caption {
	font-size: 11px;
	font-style: italic;
	color: #69c;
}

.hidden {
	display: none;
}

.code {
	font-family: Courier New, Courier, Monaco, monospace;
}


/* LINKS
----------------------------------------------- */	
a:link,
a:visited {
	color: #2469a2;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

div#learnMore a, a:hover {
	border-bottom: none;
	text-decoration: none;
}

a:active,
a:hover {
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px dotted #689dc7;
}
a.more {
	display: block;
	margin-top: 22px;
	color: white;
}
a.readmore {
	color: black !important;
}
a.newsreadmore {
	color: #689dc7 !important;
}

a.headline {
	display: block;
}

a.noborder:active,
a.noborder:hover {
	border-bottom: none;
}


/* FORMS
----------------------------------------------- */	
form {
	margin: 0; 
	padding: 0;
}

select, textarea, input {
	border: 1px solid #ccc;
}

input.search {
	width: 127px; 
	border: 1px solid #ccc;
}

input.button, input.checkbox, input.radio {
	width: 20px !important;
	height: 20px;
	margin: 1px 0 2px 0;
	border: none;
	vertical-align: middle;
}

input.formField, select.formField {
	width: 200px;
	height: 20px;
}
textarea.formField {
	width: 200px;
}

label {
	display: block;
	float: left;
	color: #666;
	text-align: right;
	width: 280px;
	padding: 3px 1px 0 0;
}

label.wide {
	width: 100% !important;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

form.short label {
	width: 140px !important;
}

div.field {
	clear: both;
	padding: 5px 0;
	color: #666;
}

div.row {
	clear: both;
	padding: 3px 0;
}

div.rowLabel {
	width: 280px;
	float: left;
	text-align: right;
	color: #666;
}

div.rowItem {
	width: 10%;
	float: left;
	text-align: center;
	color: #666;
}

.formField {
}

div.formTitle {
	clear: both;
	padding: 3px 0;
	margin: 10px 1px;
}

div.spacer {
	clear: both;
	height: 3px;
	line-height: 1px;
}

div.buttons {
	text-align: left;
	padding-left: 280px;
	margin: 10px;
}

form.short div.buttons {
	padding-left: 140px !important;
}

form p {
	margin: 3px 5px;
}

/* LISTS
----------------------------------------------- */		
ol {
	padding: 0;
	margin: 15px 0 15px 16px;
}

ol li {
	padding: 0;
	margin: 0 0 0 16px;
}

#content ul, #content ol {
	margin-top: 5px;
	margin-bottom: 12px;
}
#content ul li, #content ol li {
	margin-top: 5px;
	margin-bottom: 5px;
}

#footerLinks ul, #bottomlinks ul {
	padding: 0;
	margin: 0 0 0 8px;
}

ul {
	padding: 0; /* when modifying change ul.normal as well (at the end of the section) */
	margin: 15px 0 12px 0;
}

ul li { /* when modifying change ul.normal li as well (at the end of the section) */
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 3px 16px;
	background: url(/layout/img/li-bullet.gif) no-repeat 0 7px;
}

ul.nav {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: white;
	height: 29px;
}

ul.nav li {
	display: inline;
	list-style-type: none;
	color: white;
	margin: 0 0px 0 0px;
	height: 26px;
	line-height: 26px;
	background: none;
}

ul.nav li a {
	color: white !important;
	font-size: 12px;
	font-family: Verdana, Tahoma, sans serif;
}

ul.hlinks {
	margin: 0;
	padding: 0;
	color: #aaa;
}

ul.hlinks li {
	display: inline;
	list-style-type: none;
	color: #666;
	padding: 0 2px;
	margin: 0;
	background: none;
	font-size: 10px;
}

#utilitymenu ul.hlinks li.separator {
	color: #ccc;
}

#utilitymenu li {
	font-size: 11px;
}

#bottomlinks ul.hlinks li.separator {
	color: #aaa;
}

ul.hlinks li.last {
	padding-right: 0;
}

ul.hlinks li a:link,
ul.hlinks li a:visited {
	color: #666;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

ul.hlinks li a:hover,
ul.hlinks li a:active {
	color: #666 !important;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

ul.faq {
}

ul.faq li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: none;
}

ul.faq li.q {
	padding-top: 15px;
	font-weight: bold;
}

ul#peopleList, ul#jobList, ul#publicationList {
	padding: 0;
	margin: 0 0 0 1px;
}
ul#peopleList li, ul#jobList li, ul#publicationList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: none;
}
ul#peopleList li .name {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
ul#peopleList li .title {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
}

ul#jobList li {
	margin-bottom: 20px;
}
ul#jobList li.category {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 10px 0;
}
ul#jobList li .name {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
ul#jobList li .description {
	display: block;
}

ul.job li {
	margin: 0 8px;
	padding: 0 15px;
}

ul#peopleList li .description p, ul#jobList li .description p {
	margin-top: 5px;
	margin-bottom: 5px;
}

ul#peopleList li {
	margin-bottom: 25px;
}

ul#publicationList li {
	margin-bottom: 0 0 5px 0;
}

ul#publicationList li.category {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 30px 0 20px 0;
}
ul#publicationList li .name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #555;
}
ul#publicationList li .date {
	color: #888;
}
ul#publicationList li .author {
	display: block;
	color: #888;
}
ul#publicationList li .description {
	display: block;
	margin: 3px 0 20px; 0;
}
ul#publicationList li .description p {
	padding: 0;
	margin: 0;
}

ul.siteMapTop li {
	margin: 0 20px 0 0;
	padding: 0;
	background: none;
	font-size: 12px;
}
ul.siteMapTop li a:link, ul.siteMapTop li a:active, ul.siteMapTop li a:visited, ul.siteMapTop li a:hover {
	font-weight: bold;
	color: #666;
}

ul.siteMap li {
	margin: 0 0 0 10px;
	padding: 0 0 3px 16px;
	background: url(/layout/img/li-bullet.gif) no-repeat 0 7px;
	font-size: 11px;
}
ul.siteMap li a:link, ul.siteMap li a:visited {
	font-weight: normal;
	color: #2469a2;
}
ul.siteMap li a:active, ul.siteMap li a:hover {
	font-weight: normal;
	color: #689dc7;
}

ol.upperalpha {
	list-style-type: upper-alpha;
}
ol.alpha {
	list-style-type: lower-alpha;
}
ol.upperroman {
	list-style-type: upper-roman;
}
ol.roman {
	list-style-type: lower-roman;
}
ol#termsandconditions li p {
	margin-top: 10px;
}

h1.privacypolicy {
	color: #000;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

h2.privacypolicy {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
blockquote.privacypolicy {
	margin-left: 15px;
}

ul.normal {
	padding: 0;
	margin: 15px 0 12px 0;
}

ul.normal li {
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0 0 3px 16px;
	background: url(/layout/img/li-bullet.gif) no-repeat 0 7px;
}

/* PAGE LAYOUT
----------------------------------------------- */	
div#container {
	width: 818px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(/layout/img/arw_bg_body.jpg) repeat center top;
}

div#top {
	background: url(/layout/img/arw_bg_top.jpg) no-repeat center top;
	border: 0px solid green;
	height: 89px;
	position: relative;
}

div#login {
	float: right;
	width: 240px;
    padding: 0 0 0 40px;
	margin: 19px 0 0 0px;
	border: 0px solid red;
}
div#login input {
   font-family: tahoma;
   font-size: 11px;
   line-height: 13px;
   padding: 0px 2px 0px 2px;
   width: 90px;
   height: 16px;
   border: 1px solid #8a8a8a;
}
div#login input.button {
   font-family: tahoma;
   font-size: 30px;
   padding: 0px 2px 0px 2px;
   width: 30px;
   color: red !important;
}
div#login td {
   font-family: tahoma;
   font-size: 10px;
   padding: 0px 2px 0px 2px;
   width: 30px;
   color: #666666;
}

div#logo {
	float: left;
	width: 140px;
    padding: 0 0 0 40px;
	margin: 19px 0 0 0px;
	border: 0px solid red;
}
div#logo a {
	border: none;
}

div#utilitymenu {
    position: absolute;
	right: 40px;
	top: 12px;
	height:40px;
	text-align: center; 
	width: 350px; 
	padding: 20px 2px 0 0px;
	border:0px solid green;
}

div#content {
	margin: 0px 0px 0px 32px;
	padding: 14px 0 0 0;
	width: 760px;
	border: 0px solid red;
}

div.interior {
	height: auto !important; 
	height: 500px; /* IE */ 
	min-height: 500px; 
}

div.landing {
	height: auto !important; 
	height: 340px; /* IE */ 
	min-height: 340px; 
}

div#menubar {
	/*background: url(../img/bg-menubar.gif) repeat-x center top;*/
	margin: 0 0 0 4px;
	clear: both;
}

div#menuContainer {	
	width: 760px;
	height: 29px;
	padding: 0 0 0 0;
	margin: 0 0 0 28px;
	border-bottom: 1px solid black;
	background: url(/layout/img/arw_bg_navigation.jpg) repeat-x;
}

div#secondarymenuContainer {	
	width: 760px;
	height: 23px;
	background: url(/layout/img/navsecondary_bck.gif);
}

div#searchBox {
	position: relative;
	text-align: right;
	width: 210px;
	left: 641px;
	top: 10px;
}

div#banner {
	text-align: center;
	margin: 0;
}

div#banner img.fma {
 	margin: 101px 0 40px 33px;
}

div#main {
	float: left;
	padding: 0 0 0 14px;
	margin-left: 0px;
	margin-bottom: 48px;
}

div#mainfullwidth {
	width: 100%;
	margin-bottom: 48px;
}

div#rightColumn {
	float: right;
	width: 207px;
	text-align: center;
	padding: 0 10px 0 0;
}
div#leftColumn {
	float: left;
	width: 180px;
	margin-left: 3px;
	text-align: center;
	padding: 0 5px 0 0;
	border:0px solid green;
	height:100%;
}

div#footer {
    width: 820px;
	padding: 0 0px 0 0px;
	color: #fff;
	height: 87px;
	background: transparent url(/layout/img/arw_wider_footer.jpg) no-repeat center bottom;
}

div.shortcutsMenu {
	padding: 7px 0 0 0;
	margin: 0;
 	width: 220px;
 	background-color: #fff;
	color: #999;
 	text-align: left;
}

div.shortcutsMenuWide {
	padding: 7px 0 0 0;
	margin: 0;
 	width: 100%;
 	background-color: #fff;
 	text-align: left;
}

div.customerImage {
	width: 170px;
	float: left;
	margin: 5px 15px 20px 0;
}
.customerImage a {
	border-bottom: none;
}


/* RIGHT COLUMN CONTENT
----------------------------------------------- */	
div.ad {
	margin-top: 15px;
}

div.ad a:active,
div.ad a:hover {
	border-bottom: none;
}

#rightColumnMenu {
	padding: 22px 0 0 0;
	margin: 0;
 	width: 199px;
 	background-color: #fff;
 	text-align: left;
	margin-bottom: 20px;
}
 
#rightColumnMenu h1, div.shortcutsMenu h1, div.shortcutsMenuWide h1 {
	margin: 0;
	padding: 1px 4px 4px 10px;
	background: url(/layout/img/bg-rightcol-menu.gif) repeat-x left bottom;
	color: #999;
	font-weight: bold;
	font-size: 11px;
}

#rightColumnMenu ul {
	padding: 0;
	margin: 0;
}

#rightColumnMenu ul li {
	list-style: none;
	margin: 0;
	padding: 3px 4px 6px 10px;
	background: url(/layout/img/bg-rightcol-menu.gif) repeat-x left bottom;
}

#rightColumnMenu li a:link, #rightColumnMenu li a:visited {
	text-decoration: none;
	border: none;
	margin: 0;
	padding: 0 0 3px 16px;
	background: url(/layout/img/li-bullet.gif) no-repeat 0 6px;
}

#rightColumnMenu li a:hover, #rightColumnMenu li a:active, #rightColumnMenu li a#current { 
	text-decoration: none;
	border: none;
	color: #666;
	margin: 0;
	padding: 0 0 3px 16px;
	background: url(/layout/img/li-arrow.gif) no-repeat 0 6px;
}

div.shortcutsMenu ul, div.shortcutsMenuWide ul {
	padding: 1px 0 0 0;
	margin: 0;
	list-style-type: none;
	background: url(/layout/img/bg-rightcol-menu-ul.gif) repeat-x left top;
}

div.shortcutsMenu ul li, div.shortcutsMenuWide ul li {
	list-style: none;
	margin: 0 !important;
	padding: 3px 4px 6px 4px;
	/* border-bottom: dotted 1px #ccc; */
	background: url(/layout/img/bg-rightcol-menu.gif) repeat-x left bottom;
}

div.shortcutsMenu ul li span {
	color: #999;
}

/* PODS ("TRASHBOX" TECHNIQUE)
----------------------------------------------- */	
.pod, .pod2, .podBody, .podHead, .podHead div.h1 {
	text-align: left;
	background: transparent url(/layout/img/bg-pod-large.png) no-repeat bottom right;
}

.podBlue, .podBodyBlue, .podHeadBlue, .podHeadBlue div.h1 {
	text-align: left;
	background: transparent url(/layout/img/bg-pod-large-blue.png) no-repeat bottom right;
}

.pod, .podBlue {
	width: 203px !important; 
	width: 203px; 
	padding-right: 5px; 
	margin: 0 auto 28px auto;
}

.pod2 {
	width: 270px !important; 
	width: 270px; 
	padding-right: 5px; 
	margin: 0 auto 5px auto;
}

.podHead, .podHeadBlue {
	background-position: top right; 
	margin-right: -5px; 
	padding-right: 22px;
}

.podHead div.h1, .podHeadBlue div.h1 {
	background-position: top left; 
	margin: 0; 
	border: 0; 
	padding: 14px 0 0 22px; 
	height: auto !important; 
	height: 1%;
}
.podHead div.h1 span {
	color: #2469a2;
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.podHeadBlue div.h1 span {
	color: #fff;
	font: 16px/18px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.podHeadBlue div.h1 span {
	padding-right: 15px;
	background: transparent url(/layout/img/arrow-blue.gif) no-repeat top right;
}

.podHead div.h1 a, .podHeadBlue div.h1 a {
	font-weight: bold;
}

.podBody, .podBodyBlue {
	background-position: bottom left; 
	margin-right: 18px; 
}

.pod .podBody, .pod2 .podBody, .podBlue .podBodyBlue {
	padding: 5px 0 10px 22px;
}

.podBody p, .podBodyBlue p {
	margin: 5px 0;;
	font-size: 11px;
}

.podBodyBlue p {
	color: #93c5ee;
}
.podBodyBlue p.spacer {
	line-height: 1px;
	height: 1px;
	margin: 0;
	background: transparent url(/layout/img/bg-rightcol-menu-ul.gif) repeat-x bottom;
}

.podBody a, .podBodyBlue a {
	font-size: 12px;
}

.podBodyBlue a {
	padding-right: 15px;
	background: transparent url(/layout/img/arrow-white.gif) no-repeat top right;
}

.podBodyBlue a:link,
.podBodyBlue a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.podBodyBlue a:hover,
.podBodyBlue a:active {
	color: #fff;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

.podBody ul, .podBodyBlue ul {
	margin: 0;
	padding: 0 0 0 10px;
	border: solid 1px #fff;
	background: none;
}

.podBody ul li, .podBodyBlue ul li {
	margin: 0;
	padding: 0 0 0 10px;
	vertical-align: middle;
	list-style-image: url(../img/document.gif);
	font-size: 12px;
	background: none;
}

.podBody ul li.download, .podBodyBlue ul li.download {
	list-style-image: url(../img/download.gif);
}


/* Flash movies for management
----------------------------------------------- */
.flv {
	float: left;
	margin-top: 5px;
}


/* NEWS
----------------------------------------------- */		
div.newsitem {
	display: block;
	margin-bottom: 11px;
	font-size: 11px;
}

div.newsitemLast {
	display: block;
	margin-bottom: 12px;
}


/* FOOTER
----------------------------------------------- */	
div#footer .copyright {
	width: 250px;
	float: left;
	margin-top: 18px;
	margin-left: 30px;
	color: #fff;
	font-size: 10px;
}

.footerLinks {
	float: right;
	margin-top: 18px;	
	margin-right: 30px;
	color: #b4d5f4;
	border: 0px solid red;
}

.footerLinks ul {
	margin: 0px 5px 0 0;
	padding: 0;
}

.footerLinks li {
	display: inline;
	list-style-type: none;
	padding: 0 4px 0 4px;
	color: #ccc;
	margin: 0;
	background: none;
	font-size: 10px;
}

.footerLinks li.last {
	padding-right: 0;
	background: none;
}

.footerLinks a:link,
.footerLinks li a:visited {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
}

.footerLinks li a:hover,
.footerLinks li a:active {
	color: #fff;
	font-weight: normal;	
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

div#bottomlinks {
	background: #ddd;
	padding: 2px 11px;
}

#illustrationBanner {
 background-color:#000099;
 padding: 1px;
 font-family: Tahoma, Arial;
 margin-bottom: 0px;
 margin-top: 0px;
 position:relative;
 height:20px;
 border-bottom:1px solid white; 
 }
#illustrationBanner span {
 font-size: 14px;
 color:white;
 line-height:18px;
 margin-left: 5px;
 text-align:center !important;
 }
#illustrationBanner .links {
 position:absolute;
 right:0;
 vertical-align:bottom;
 padding-right:10;
 color:E6EEFA;
} 
#illustrationBanner a {
 color:E6EEFA;
}
#illustrationBanner a:hover {
 color:white;
 border-bottom: 2px dotted white;
}
 
#policyBanner {
 background-color:26699f;
 padding: 1px 1px 1px 10px;
 font-family: Tahoma, Arial;
 margin-bottom: 0px !important;
 margin-top: 0px;
 position:relative;
 height:36px;
 border-top:1px solid white; 
 }
#policyStrip {
 background-color:26699f;
 padding: 1px;
 font-family: Tahoma, Arial;
 margin-bottom: 0px;
 margin-top: 0px;
 position:relative;
 height:12px;
 border-bottom:1px solid white; 
 }
#policyBanner span.company {
 font-size: 10px;
 color:white;
 font-weight:normal;
 }
#policyBanner span.policy {
 font-size: 14px;
 color:white;
 line-height:16px;
 text-align:center !important;
 }
#policyBanner a {
 color:E6EEFA;
 font-size:10px;
}
#policyBanner a:hover {
 color:white;
 border-bottom: 2px dotted white;
}
#policyBanner .links {
 position:absolute;
 right:0;
 vertical-align:bottom;
 padding-right:10;
 color:E6EEFA;
}
#policyBanner .icon {
 position:absolute;
 right:64;
 padding: 1px 0 0 0;
 vertical-align:bottom;
 color:E6EEFA;
}
#policyBanner .runDot {
 position:absolute;
 right:8;
 padding: 1px 0 0 0;
 vertical-align:bottom;
 color:E6EEFA;
}
#policyMessage {
 position:relative;
 margin-top: 0px !important;
 margin-bottom: 1px !important;
 padding: 0 0 0 6px;
 font-family: verdana, tahoma, arial;
 font-size:10px;
 vertical-align:top;
 color: black;
 background-color:#E8E86B;
 border: 3px solid #26699f;
 border-top: none;
 height:12px;
 }
#subBlock {
 background-color:86B2D1;
 padding: 3px;
 font-family: Tahoma, Arial;
 margin-bottom: 0px;
 margin-top: 0px;
 border-top: 1px solid white;
 border-bottom: 1px solid white;
 }
#subBlock span {
 color:165080;
 font-size:12;
 padding-left:5;
 }
 
#contentBlock {
 background-color:C8D9E3;
 padding: 3px;
 font-family: Tahoma, Arial;
 margin-bottom: 0px;
 margin-top: 0px;
 border-bottom: 0px solid gray;
 }
#contentBlock formTable th {
 background-color:red;
 padding: 3px;
 font-family: Tahoma, Arial;
 margin-bottom: 0px;
 margin-top: 0px;
 border-bottom: 1px solid gray;
 }
#detailBlock {
 background-color:F0F0F0;
 padding: 0px;
 font-family: Tahoma, Arial;
 margin-bottom: 0px;
 margin-top: 0px;
 border-bottom: 0px solid white;
 border-left: 1px solid white;
 border-right: 1px solid white;
 }
 
