body {
	font-family : verdana,arial,sans-serif;
	font-size : x-small;
	background-color: #FFFFFF;
	color : #000000;
	margin : 0;
}

a {
	font-family : verdana,arial,sans-serif;
	font-size : x-small;
	color : #0000CC
}

h1 {
	font-size : large;
	margin : 0 0 0.5em 0;
	color : #003366;
}

h2 {
	font-size : medium;
	margin : 0 0 0.5em 0;
}

h3 {
	font-size : small;
}

p {
	font-size : x-small;
	margin-top : 0;
	margin-bottom : 1em;
}

th {
/*	background-color : #999999;*/
	font-size : x-small;
	font-weight : bold;
	color : #003366;
}

td {
	font-family : verdana,arial,sans-serif;
	font-size : x-small;
	color : #000000;
}

input {
	font-family : verdana,arial,sans-serif;
	font-size : x-small;
}

select {
	font-family : verdana,arial,sans-serif;
	font-size : x-small;
}

textarea {
	font-family : verdana,arial,sans-serif;
	font-size : x-small;
}

label {
	font-weight : bold;
	color : #003366;
}

hr {
	border-color : #666666;
	height : 1;
}

/* use colhdr for column header */
.colhdr {
	font-size : x-small;
	font-weight : bold;
	color : #003366;
}

/* use label for field labels */
.label {
	font-weight : bold;
	color : #003366;
}

/* use maintbl for the main body table */
.maintbl {
	padding : 5px;
}

/* use for the footer section */
.footer {
	padding : 5px;
}

/* use required to highlight something that is required */
.required {
	color : #FF0000
}

/* use readonly to highlight something that is readonly */
.readonly {
	background-color : #CCCCCC;
}

/* use dk for darker shaded table rows */
.dk {
	background-color : #CCCCCC;
}

/* use lt for lighter shaded table rows */
.lt {
	background-color : #FFFFFF;
                  font-size : xx-small;
}

/* use logotext to supplement logo */
.logotext {
	font-size : xx-small;
	font-weight : bold;
	color : #003366;
}

/* use logosubtext to supplement logo */
.logosubtext {
	font-size : x-small;
	font-weight : bold;
	font-style : italic;
	color : #003366;
}

/* use sectionhdr to display section headers */
.sectionhdr {
	font-size : large;
	font-weight : bold;
	margin : 0 0 0.5em 0;
	color : #003366;
}

/* use subsectionhdr to display sub-section headers */
.subsectionhdr {
	font-size : x-small;
	font-weight : bold;
	color : #000000;
	padding : 3px;
	background-color : #CCCCFF;
}

/* use nav to contain navigation elements */
.nav {
	width : 200px;
	float : right;
	border-color : #003366;
	border-width : 1px;
	border-style : solid;
	padding : 5px;
	margin-left : 5 px;
	background-color : #FFFFFF;
}

/* use nav-title to label navigation area */
.nav-title {
	font-weight : bold;
	text-align : center;
	background-color : #FF0000;
}

/* use subnav for secondary navigation */
.subnav {
	font-size : x-small;
	font-weight : normal;
	color : #333333;
}

/* use note for notes */
.note {
	font-size : xx-small;
	font-weight : normal;
}

/* use form-note for notes on form fields */
.form-note {
	font-size : xx-small;
	font-weight : normal;
}

/* use actionbox to contain functions, buttons specific to current page */
.actionbox {
	width : 100%;
	padding : 5px;
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
	background-color : #FFFFFF;
}

/* use box for generic box areas on the page */
.box {
	width : 100%;
	padding : 2px;
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
}

/* use box for radio group boxes on the page */
.radiogroupbox {
	width : 5px;
	padding : 2px;
	border-color : #666666;
	border-width : 1px;
	border-style : solid;
}

/* use pagination for pagination area when required */
.pagination {
	float : right;
	font-size : x-small;
}

/* use imglink for images that are anchors when required */
.imglink {
	border : none;
}

/* this style is for the printer image */
.img-print {
  margin-right: 1pt;
  vertical-align: middle;
	border-width : 0px;
}

/* use errorbox for error description area */
.errorbox {
	padding : 2px;
	margin : 5px;
	border-color : #CC0000;
	border-width : 1px;
	border-style : solid;
	background-color : #E0E0E0;
}

/* use error to indicate field in error */
.error {
	color : #CC0000;
	background-color : #E0E0E0;
}

/* use errortext to show error messages */
.errortext {
  font-weight: bold;
  color: #CC0000
}

/* used for ul tags that will display error messages */
.errorList {
  list-style-image: url('images/error.gif')
}

/* mouseover effect for text links */
a:hover {
	background-color : #FFFF99;
}

a:active {
	color : #6666FF
}

a:visited {
	color : #0000CC
}

a:link {
	color : #0000CC
}

.subsectiontbl {
	font-size : x-small;
  font-weight: bold;
	color : #000000;
	background-color : #CCCCCC;
  text-align : center;
}

.subsectionntbl {
	font-size : x-small;
	color : #000000;
  text-align : center;
}