
body {
	background : #ffffff;
	margin-top:0;
	margin-left:0;
	SCROLLBAR-FACE-COLOR: #ffffff; 
	SCROLLBAR-HIGHLIGHT-COLOR: #b5b5b5; 
	SCROLLBAR-SHADOW-COLOR: #b5b5b5; 
	SCROLLBAR-ARROW-COLOR: #b5b5b5; 
	SCROLLBAR-BASE-COLOR: #ebebeb;
}

body.bgnd {
	background : #ffffff;
	margin-top:0;
	margin-left:0;

}

/* used for main text */
.bodycopy {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
}

/* used for links in main text */
.bodylink {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	text-decoration:none;
}

.bodylink:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	text-decoration:none;
}

.bodylink:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	text-decoration:underline;
}

/* used for page titles*/
.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #ff7300;
	font-weight: bold;
	padding-left:2px;
}


/* used for main menu links */
.menu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 11px;
}
.menu:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 11px;
}
.menu:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 11px;
}

.activemenu{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	line-height: 11px;
}

/* used for small text and links */
.small {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #250708;
	text-decoration: none;
	line-height: 12px;
	
}
.small:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #250708;
	text-decoration: none;
	line-height: 12px;
}
.small:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #250708;
	text-decoration: underline;
	line-height: 12px;
}
/* used for text on examples page */
.justifiedsmall {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #250708;
	text-decoration: none;
	line-height: 13px;
	text-align: justify;
}

/* used for home links */
.boldwhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 12px;
}
.boldwhite:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 12px;
}
.boldwhite:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
	line-height: 12px;
}

/* used for back/next buttons */

.formbutton {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: 500;
	color : #ffffff;
	border-top : 1px solid #858383;
	border-right : 1px solid #858383;
	border-bottom : 1px solid #858383;
	border-left : 1px solid #858383;
	background-color: #ff7300; 
}

/* keeps cells 'honest' when they have no other content */
td {
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
}

/* used for lists  */
li {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	padding-bottom:4px;
}
/* used for list on front page only  */
.extraspace {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
	color: #000000;
	font-weight: normal;
	line-height: 15px;
	padding-bottom:13px;
}