/*----------------------------------------------------------------------------------------------*/
/*	Entire Page layout
/*----------------------------------------------------------------------------------------------*/

body { font-size:6pt; background-color: white; color: #1d2533; padding: 0px; text-align: center; background-image: url(green_images/page_bg_grey.gif); background-repeat: repeat-x; margin: 0px 0px 0px 0px; font-family:Arial, Tahoma, Helvetica, sans-serif; line-height:1.42em;}

.bodytext { font-size: 9pt; font-family: Arial; }

.breadcrumbs { font-size: 7pt; font-family: Arial; }


/*----------------------------------------------------------------------------------------------*/
/*	ANCHOR
/*----------------------------------------------------------------------------------------------*/
a.topbar { font-family: Arial; font-size: 9pt; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.topbar:active {  font-family: Arial; font-size: 9pt; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.topbar:link {  font-family: Arial; font-size: 9pt; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.topbar:visited { font-family: Arial; font-size: 9pt; text-decoration:none; color:#FFFFFF; font-weight: bold; }
a.topbar:hover { font-family: Arial; font-size: 9pt; color: #9ac33c; text-decoration: none; font-weight: bold; }

a.breadcrumbs { font-family: Arial; font-size: 7pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a.breadcrumbs:active {  font-family: Arial; font-size: 7pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a.breadcrumbs:link {  font-family: Arial; font-size: 7pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a.breadcrumbs:visited { font-family: Arial; font-size: 7pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a.breadcrumbs:hover { font-family: Arial; font-size: 7pt; color: #6a930c; text-decoration: none; font-weight: bold; }

a { font-family: Arial; font-size: 9pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a:active {  font-family: Arial; font-size: 9pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a:link {  font-family: Arial; font-size: 9pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a:visited { font-family: Arial; font-size: 9pt; text-decoration:none; color:#9ac33c; font-weight: bold; }
a:hover { font-family: Arial; font-size: 9pt; color: #6a930c; text-decoration: none; font-weight: bold; }

.green { color: #9ac33c; }
.orange { color: #FF6600; }
.navy { color: #071F3D; }
.white { color: #FFFFFF; }
.black { color: #000000; }

/*----------------------------------------------------------------------------------------------*/
/*	h1
/*----------------------------------------------------------------------------------------------*/
h1 { font-size: 25pt; font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, sans-serif; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-weight:normal; }

/*----------------------------------------------------------------------------------------------*/
/*	h2
/*----------------------------------------------------------------------------------------------*/
h2 { font-size: 16pt; font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, sans-serif; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-weight:normal}

/*----------------------------------------------------------------------------------------------*/
/*	h3
/*----------------------------------------------------------------------------------------------*/
h3 { font-size: 12pt; font-family: Lucida Sans Unicode, Lucida Grande, Tahoma, Geneva, sans-serif; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; font-weight:normal; }

/*----------------------------------------------------------------------------------------------*/
/*	ANCHOR
/*----------------------------------------------------------------------------------------------*/

#right-border { border-style: none solid none none; }

table.shell {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: rgb(216, 220, 219);
	border-collapse: collapse;
	background-color: white;
}
table.shell td {
	border-width: 1px;
	padding: 0px;
	border-style: none;
	border-color: rgb(216, 220, 219);
	background-color: white;
}