body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f3f8f9;
 	background-image: url(images/background-main.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center;
	font-family: Arial, Helvetica;
	font-size: 12px;
	
}
td,th {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
}

ul {
	padding-left: 15px;
}

a:link {
	color: #669900;
	text-decoration:none;
}
a:visited {
	color: #669900;
	text-decoration:none;
}
a:hover {
	color: #003366;
	text-decoration:none;
}

.bold {
	font-weight: bold;
}
.textred {
	color: #CC0000;
}

.bigarrow {
	color: #003366;
	font-family: Arial, Helvetica;
	font-size: 14px;
	font-weight: bold
}

.smcap {
	text-transform: uppercase;
	font-size: smaller;
}
.smtext {
	font-family: Arial, Helvetica;
	font-size: 10px;
}
.medtext {
	font-family: Arial, Helvetica;
	font-size: 11px;
}
.medbold {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
}
.smtextbold {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

.smtextblue {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #003366;
}
.smtextbluebold {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #003366;
}
.textblue {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #003366;
}
.textbluebold {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}

.smtextgreen {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #CCFF00;
}
.smtextgreenbold {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #CCFF00;
}
.textgreen {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #CCFF00;
}
.textgreenbold {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #CCFF00;
}

.smtextgrey {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #666666;
}
.smtextgreybold {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}
.textgrey {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #666666;
}
.textgreybold {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.body2 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.title2 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
	text-transform: uppercase;
}
.title3 {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
.title-lg {
	font-family: Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #003366;
}
.title-xl {
	font-family: Arial, Helvetica;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	line-height: 26px;
}

.darkgreen {
	color: #669900;
}

.textwhite {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #FFFFFF;
}
.textwhitebold {
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.form {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	background-color: #DFDFDF;
}

a.link1:link {
	color: #ffffff;
	text-decoration:none;
}
a.link1:visited {
	color: #ffffff;
	text-decoration:none;
}
a.link1:hover {
	color: #CCFF00;
	text-decoration:none;
}
a.link2:link {
	color: #888888;
	text-decoration:none;
}
a.link2:visited {
	color: #888888;
	text-decoration:none;
}
a.link2:hover {
	color: #669900;
	text-decoration:none;
}
a.link3:link {
	color: #003366;
	text-decoration:none;
}
a.link3:visited {
	color: #003366;
	text-decoration:none;
}
a.link3:hover {
	color: #669900;
	text-decoration:none;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}

div.cellstyle table {
  empty-cells: hide;
  border-collapse: collapse;
  border-style: solid;
  border-width: thin;
  border-color: #C2C8CA;
  border-spacing: 1em;
}
div.cellstyle td {
  border-top: solid;
  border-bottom: solid;
  border-right: solid;
  border-left: solid;
  border-width: thin;
  border-color: #C2C8CA;
  border-spacing: 1em;
}

.tblborder {
	border: thin solid #CCCCCC;
	border-width : 1px 1px 1px 1px;
	font-family: Arial, Helvetica;
	font-size: 12px;
}

.tblheader {
	background-color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
}


.dashed-left {
	border-style: dashed;
	border-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
}
.dashed-right {
	border-style: dashed;
	border-color: #CCCCCC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.background0 {
	background-color: #FFFFFF;
}
.back1 {
	background-color: #003366;
}
.back2 {
	background-color: #CCFF00;
}
.back3 {
	background-color: #CCE0EE;
}
.back4 {
	background-color: #F3FDCD;
}
.back5 {
	background-color: #CCCCCC;
}
.back6 {
	background-color: #E7EAEC;
}
.hd-bg {
	display: block;
	background-image: url(images/hd-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #d6dade;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 7px;
	font-family: Arial, Helvetica;
	font-size: 12px;
	font-weight: bold;
	color: #003366;
}
.hd1bg {
	display: block;
	background-color: #ffffff;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 12px;
}
.hd2bg {
	display: block;
	background-image: url(images/hb2-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #ced1d4;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 10px;
	padding-bottom: 12px;
}
.hd3t-bg {
	display: block;
	background-image: url(images/hd3t-bg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #134980;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 9px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.hd3bg {
	display: block;
	background-image: url(images/hb3-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #dae7ac;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 12px;
}
.hd3cell {
	border: thin solid #BBBBBB;
	border-width : 1px 1px 1px 1px;
	background-image: url(images/hb3-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #dae7ac;
}


/* roll menu
---------------------------------------------- */
.rollmenu {
	border-left: #E7EBED 1px solid;
	border-right: #A6B5BD 1px solid;
	border-top: #E7EBED 1px solid;
	border-bottom: #A6B5BD 1px solid;
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	color: #4F5F6C;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #FFFFFF;
}
.rollmenu:link {
	color: #4F5F6C;
	text-decoration: none;
}
.rollmenu:visited {
	color: #4F5F6C;
	text-decoration: none;
}
.rollmenu:hover {	
	background-color: #CCFF00;
	color: #333333;
	text-decoration: none;
}
.rollmenu1 {
	border-left: #E7EBED 1px solid;
	border-right: #A6B5BD 1px solid;
	border-top: #E7EBED 1px solid;
	border-bottom: #A6B5BD 1px solid;
	display: block;
	padding-left: 8px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 5px;
	color: #333333;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #d9dbde;
}
.rollmenu1:link {
	color: #333333;
	text-decoration: none;
}
.rollmenu1:visited {
	color: #333333;
	text-decoration: none;
}
.rollmenu1:hover {	
	background-color: #CCFF00;
	color: #333333;
	text-decoration: none;
}

.rollmenu2 {
	border-left: #E7EBED 1px solid;
	border-right: #A6B5BD 1px solid;
	border-top: #E7EBED 1px solid;
	border-bottom: #A6B5BD 1px solid;
	display: block;
	padding-left: 19px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #606F7A;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #edf0f3;
}
.rollmenu2:link {
	color: #606F7A;
	text-decoration: none;
}
.rollmenu2:visited {
	color: #606F7A;
	text-decoration: none;
}
.rollmenu2:hover {	
	background-color: #CCFF00;
	color: #333333;
	text-decoration: none;
}

.rollmenu3 {
	border-left: #E7EBED 1px solid;
	border-right: #A6B5BD 1px solid;
	border-top: #E7EBED 1px solid;
	border-bottom: #A6B5BD 1px solid;
	display: block;
	padding-left: 19px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	color: #333333;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	background-color: #edf0f3;
}
.rollmenu3:link {
	color: #333333;
	text-decoration: none;
}
.rollmenu3:visited {
	color: #333333;
	text-decoration: none;
}
.rollmenu3:hover {	
	background-color: #CCFF00;
	color: #333333;
	text-decoration: none;
}
.rollmenu4 {
	display: block;
	border-right: #A6B5BD 1px solid;
	padding-left: 19px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #7B8791;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
}
.rollmenu4:link {
	color: #7B8791;
	text-decoration: none;
}
.rollmenu4:visited {
	color: #7B8791;
	text-decoration: none;
}
.rollmenu4:hover {	
	background-color: #CCFF00;
	color: #333333;
	text-decoration: none;
}
.rollmenu5 {
	display: block;
	border-right: #A6B5BD 1px solid;
	padding-left: 19px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	background-color: #ffffff;
}
.rollmenu5:link {
	color: #333333;
	text-decoration: none;
}
.rollmenu5:visited {
	color: #333333;
	text-decoration: none;
}
.rollmenu5:hover {	
	background-color: #CCFF00;
	color: #333333;
	text-decoration: none;
}
#menu1 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu2 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu3 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
#menu4 {left: 1px; visibility: hidden; position: absolute; top: 1px; background-color: transparent}
