/* ******************************************* */
/* Body										   */
/* ******************************************* */
body {
	background-color : #ffffff;
	/* Default Page Background Colour */
	background : #ffffff;
	/* Default Page Background Colour */
	color : #000000;
	/* Default Page Text Colour */
	font-family : verdana, arial, helvetica, sans-serif;
	/* Default Page Font Family */
   margin : 0px;
}

ul {
   margin-top : 0em;
   margin-bottom : 0em;
}
ol {
   margin-top : 0em;
   margin-bottom : 0em;
}
dl {
   margin-top : 0em;
   margin-bottom : 0em;
}
hr {
   height: 1px;
   color: #339933;
}

/* ******************************************* */
/* Default Links        					   */
/* ******************************************* */
a {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #339933;
    text-decoration : underline;
}
a:visited {
    color : #339933;
    text-decoration : underline;
}
a:hover {
    color : #66CC66;
    text-decoration : underline;
}
a:active {
    color : #66CC66;
    text-decoration : underline;
}


/* ******************************************* */
/* Default Text Effects    					   */
/* ******************************************* */
b {
	font-weight : bold;
}
strong {
	font-weight : bold;
}
em {
	font-style : italic;
}
u  {
	text-decoration : underline;
}
i  {
	font-style : italic;
}

/* ******************************************* */
/* Standard Text 							   */
/* ******************************************* */
.Header {
	font-size : 12pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
.LargeBody  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 11pt;
}
.MidLargeBody  {
	font-size : 9pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
div {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
td {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
.MsoNormal  {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
.tdNormalBody  {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
.NormalBody  {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
.NormalBodyBold  {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
}
.NormalBodyItalic  {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
	font-style : italic;
}
.MidSmallBody  {
	font-size : 8pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
.SmallBody  {
	font-size : 7pt;
    font-family : verdana, arial, helvetica, sans-serif;
}
.TinyBody {
	font-size : 6pt;
    font-family : verdana, arial, helvetica, sans-serif;
}

/* ******************************************* */
/* Content Editor Classes   				   */
/* ******************************************* */
.CENoMargin {
	margin-bottom:0px;
	margin-top:0px;
	font-size:8pt;      /* same size as body in conEd.css */
}

.OneCE {
     font-size : 8pt;
     font-family : arial, helvetica, sans-serif;
}
.TwoCE {
     font-size : 10pt;
     font-family : arial, helvetica, sans-serif;
}
.ThreeCE {
     font-size : 12pt;
     font-family : arial, helvetica, sans-serif;
}
.FourCE {
     font-size : 14pt;
     font-family : arial, helvetica, sans-serif;
}
.FiveCE {
     font-size : 18pt;
     font-family : arial, helvetica, sans-serif;
}
.SixCE {
     font-size : 24pt;
     font-family : arial, helvetica, sans-serif;
}
.SevenCE {
     font-size : 36pt;
     font-family : arial, helvetica, sans-serif;
}

/* ******************************************* */
/* Titles									   */
/* ******************************************* */
.PageTitle  {
   font-family :  verdana, arial, helvetica, sans-serif;
	color : #000000;
	font-size : 12pt;
	font-weight : bold;
}
.SmallTitle  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #339933;
	font-size : 8pt;
	font-weight : normal;
}
.NewsTitle {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
}
.NewsLink {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	font-size : 8pt;
	font-weight : bold;
}
.NewsLink:visited {
	color : #000000;
}
.NewsLink:active {
	color : #339933;
}
.NewsLink:hover {
	color : #339933;
}
.NewsText {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	font-size : 8pt;
	font-weight : normal;
}


/* ******************************************* */
/* Top Bar Navigation					  	*/
/* ******************************************* */
.NavigationTopLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #666666;
   text-decoration : none;
}

a.NavigationTopLink {
   font-family :  arial, helvetica, sans-serif;
   font-size : 8pt;
   font-weight : bold;
   color : #666666;
   text-decoration : none;
}

a.NavigationTopLink:visited {
	color : #666666;
    text-decoration : none;
}

a.NavigationTopLink:active {
	color : #996699;
    text-decoration : underline;
}

a.NavigationTopLink:hover {
	color : #996699;
    text-decoration : underline;
}

/* ******************************************* */
/* Side Navigation Previous Link			   */
/* ******************************************* */
td.NavigationPreviousLink {
	background:#66CC66;
}

div.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #006600;
   text-decoration : none;
   padding-top:2px;
   padding-bottom:2px;
}

a.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-size : 8pt;
   font-weight : bold;
	color : #006600;
   text-decoration : none;
}
a.NavigationPreviousLink:visited {
	color : #006600;
    text-decoration : none;
}
a.NavigationPreviousLink:active {
	color : #ffffff;
    text-decoration : none;
}
a.NavigationPreviousLink:hover {
	color : #ffffff;
    text-decoration : none;
}

/* ******************************************* */
/* Side Navigation This Section 			   */
/* ******************************************* */

.NavigationThisSection {
    font-family : verdana, arial, helvetica, sans-serif;
    font-weight : bold;
    font-size : 9pt;
    color : #993333;
}

/* ******************************************* */
/* Side Navigation Related Sections 			   */
/* ******************************************* */

.NavigationRelatedSections {
    font-family : verdana, arial, helvetica, sans-serif;
    font-weight : bold;
    font-size : 9pt;
    color : #993333;
}

/* ******************************************* */
/* Side Navigation Current Link 			   */
/* ******************************************* */
td.NavigationCurrentLink {
	background:#66CC66;
}
div.NavigationCurrentLinkOutline {
}

div.NavigationCurrentLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #ffffff;
   text-decoration : none;
   padding-bottom:2px;
   padding-top:2px;
}

a.NavigationCurrentLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-size : 8pt;
   font-weight : bold;
   color : #ffffff;
   text-decoration : none;
}
a.NavigationCurrentLink:visited {
	color : #ffffff;
   text-decoration : none;
}
a.NavigationCurrentLink:active {
	color : #ffffff;
   text-decoration : none;
}
a.NavigationCurrentLink:hover {
	color : #ffffff;
   text-decoration : none;
}

/* ******************************************* */
/* Side Navigation Child Link    			   */
/* ******************************************* */
td.NavigationChildLink {
	background:#66CC66;
}
div.NavigationChildLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : normal;
	color : #006600;
   text-decoration : none;
   padding-top:2px;
   padding-bottom:2px;
}
a.NavigationChildLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-size : 8pt;
   font-weight : normal;
	color : #006600;
   text-decoration : none;
}
a.NavigationChildLink:visited {
	color : #006600;
    text-decoration : none;
}
a.NavigationChildLink:active {
	color : #ffffff;
    text-decoration : none;
}
a.NavigationChildLink:hover {
	color : #ffffff;
    text-decoration : none;
}

/* ******************************************* */
/* Side Navigation Sibling Link    			   */
/* ******************************************* */
td.NavigationSiblingLink {
	background:#66CC66;
}
div.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #006600;
   text-decoration : none;
   padding-top:4px;
   padding-bottom:4px;
}
a.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #006600;
   text-decoration : none;
}
a.NavigationSiblingLink:visited {
	color : #006600;
    text-decoration : none;
}
a.NavigationSiblingLink:active {
	color : #ffffff;
    text-decoration : none;
}
a.NavigationSiblingLink:hover {
	color : #ffffff;
    text-decoration : none;
}

/* ******************************************* */
/* Page Footer							  	   */
/* ******************************************* */
.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #339933;
	font-size : 7pt;
	font-weight : normal;
}

a.PageFooter  {
    font-family : verdana, arial, helvetica, sans-serif;    
	color : #339933;
	font-size : 7pt;
    text-decoration : underline;
}

a.PageFooter:visited  {
	color : #339933;
    text-decoration : underline;
}

a.PageFooter:active  {
	color : #66cc66;
    text-decoration : underline;
}

a.PageFooter:hover  {
	color : #66cc66;
    text-decoration : underline;
}

/* ******************************************* */
/* Copyright / Small Text Footer		  	   */
/* ******************************************* */

.Copyright {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 7pt;
    color : #339933;
	line-height: 14px;
}

a.Copyright  {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 7pt;
    color : #339933;
    text-decoration : none;
}

a.Copyright:visited  {
    text-decoration : none;
    color : #339933;
}

a.Copyright:active  {
    text-decoration : underline;
    color : #66cc66;
}

a.Copyright:hover  {
    text-decoration : underline;
    color : #66cc66;
}

.SmallPurpleText {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 7pt;
    color : #339933;
}

/* ******************************************* */
/* Pages Roots History Navigation			   */
/* ******************************************* */

.PageRoot  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #006600;
}

a.PageRoot  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #006600;
    text-decoration : none;
}

a.PageRoot:visited  {
	color : #006600;
    text-decoration : none;
}

a.PageRoot:active  {
	color : #ffffff;
    text-decoration : underline;
}

a.PageRoot:hover  {
	color : #ffffff;
    text-decoration : underline;
}

/* ******************************************* */
/* Results Page Navigation					   */
/* ******************************************* */

.PageNavBar  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #000000;
}

a.PageNavBar  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #339933;
    text-decoration : underline;
}

a.PageNavBar:visited  {
	color : #339933;
    text-decoration : underline;
}

a.PageNavBar:active  {
	color : #66cc66;
   font-size : 9pt;
   font-weight : bold;
    text-decoration : underline;
}

a.PageNavBar:hover  {
	color : #66cc66;
   font-size : 9pt;
   font-weight : bold;
    text-decoration : underline;
}

/* ******************************************* */
/* Document Table							   */
/* ******************************************* */

/* Note: When changing Roundtable background color also change you may also */
/* need to change all /Easysite/Images/curve_* images  to match background */

td.RoundTable {
	background-color : #E0EFE0; 
}

/* Related Document Title Def */
div.SubSectionTitle  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #339933;
	font-size : 10pt;
	font-weight : bold;
}
/* Related Document Cell BG */
td.SubSectionTitle  {
/*	background-color : #ffffff; */
}

.PageDocumentTitle {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #339933;
    font-size : 9pt;
    font-weight : bold;
}
a.PageDocumentTitle {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #339933;
    font-size : 9pt;
    font-weight : bold;
}
a.PageDocumentTitle:visited {
    color : #339933;
}
a.PageDocumentTitle:active {
    color : #66cc66;
}
a.PageDocumentTitle:hover {
    color : #66cc66;
}

.PageDocumentText {
   font-family : verdana, arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt;
}

/* ******************************************* */
/* Form Related							  	   */
/* ******************************************* */
form {
    margin-top : 0px;
    margin-bottom : 0px;
}
.FormComment  {
    font-family : verdana, arial, helvetica, sans-serif;
	 color : #000000;
	 font-size : 7pt;
}
div.FormQuestion  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
   font-size : 9pt;
   font-weight: bold;
   padding : 3px 3px 3px 3px; /*top, right, bottom, left */
}
td.FormQuestion  {
}
.FormText {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt;
}
.FormInput {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 8pt;
    border : 1px solid #000000;
    
}
input.SmallButton {
    font-family : verdana, arial, helvetica, sans-serif;
	 font-size : 8pt;
	 color : #ffffff;
	 font-weight : bold;
    background-color : #66cc66;
    height : 18px;
    border : 1px solid #339933;
}

/* ******************************************* */
/* Search Results Related					   */
/* ******************************************* */
.ResultTitle {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : #ffffff;
}
.ResultText {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}

td.ResultBG {
	background-color : #339933;
}
td.ResultStripOne  {
	background-color : #E0EFE0;
}
td.ResultStripTwo  {
	background-color : #ffffff;
}

.ResultLink  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #339933;
}
a.ResultLink  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #339933;
}
a.ResultLink:visited  {
	color : #339933;
}
a.ResultLink:active  {
	color : #66cc66;
    text-decoration : underline;
    background-color : transparent;
}
a.ResultLink:hover  {
	color : #66cc66;
    text-decoration : underline;
    background-color : transparent;
}

.ResultFooter  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}
a.ResultFooterLink  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}
a.ResultFooterLink:visited  {
	color : #ffffff;
}
a.ResultFooterLink:active  {
	color : #ffffff;
    background-color : transparent;
	text-decoration: underline;
}
a.ResultFooterLink:hover  {
	color : #ffffff;
    background-color : transparent;
	text-decoration: underline;
}

/* ******************************************* */
/* Tables									   */
/* ******************************************* */

td.ResultAlt1  {
	background-color : #E0EFE0;
}
td.ResultAlt2  {
	background-color : #ffffff;
}

.HeaderText {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
}

td.Header1  {

}

td.tableBorder  {
   font-family : verdana, arial, helvetica, sans-serif;
	background-color : #339933;
	color : #ffffff;
	font-size : 9pt;
	font-weight : bold;
}

/* ******************************************* */
/* Search Box	            				   */
/* ******************************************* */
.SearchBox {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size   : 8pt;
    width       : 110px;
    height      : 12px;
    background : #FFFFFF;
    border : 0px;
}

/* ******************************************* */
/* Error                        	           */
/* ******************************************* */

.Error  {
    font-family : verdana, arial, helvetica, sans-serif;
	color : #FF0000;
	font-size : 9pt;
	font-weight : bold;
}
