/* ******************************************* */
/* body                                        */
/* ******************************************* */
body {
	/* 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 : 20px;
}
ul {
   margin-top : 0em;
   margin-bottom : 0em;
}
ol {
   margin-top : 0em;
   margin-bottom : 0em;
}
dl {
   margin-top : 0em;
   margin-bottom : 0em;
}

.TitleText {
   font-family : verdana, arial, helvetica, sans-serif;
   color: #000000;
   font-weight : normal;
   font-size : 22px;
}
.SubTitleText {
   font-family : verdana, arial, helvetica, sans-serif;
   color: #000000;
   font-weight : bold;
   font-size : 12px;

}


/* ******************************************* */
/* Default Links                               */
/* ******************************************* */
a {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #0000ff;
    text-decoration : underline;
}
a:visited {
    color : #000080;
    text-decoration : underline;
}
a:hover {
    color : #ff0000;
    text-decoration : underline;
    background : #ffff00;
}
a:active {
    color : #ff0000;
    text-decoration : underline;
    background : #ffff00;
}

/* ******************************************* */
/* Default Text Effects                        */
/* ******************************************* */
b {
	font-weight : bold;
}
strong {
	font-weight : bold;
}
u  {
	text-decoration : underline;
}
i  {
	font-style : italic;
}
em  {
	font-style : italic;
}

/* ******************************************* */
/* Standard Text                               */
/* ******************************************* */
.Header {
	font-size : 11pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.LargeBody  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
}
.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 : 8pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.TinyBody {
	font-size : 7pt;
   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 : #000000;
	font-size : 10pt;
	font-weight : bold;
}

/* ******************************************* */
/* Top Bar Navigation                          */
/* ******************************************* */
.NavigationTopLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #000000;
}
a.NavigationTopLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #0000ff;
   text-decoration : none;
}
a.NavigationTopLink:visited {
	color : #000080;
   text-decoration : none;
}
a.NavigationTopLink:active {
	color : #ff0000;
   text-decoration : underline;
}
a.NavigationTopLink:hover {
	color : #ff0000;
   text-decoration : underline;
}

/* ******************************************* */
/* Side Navigation Previous Link               */
/* ******************************************* */
.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #000000;
   padding: 4px;

}
a.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #0000ff;
   text-decoration : none;
}
a.NavigationPreviousLink:visited {
	color : #000080;
   text-decoration : none;
}
a.NavigationPreviousLink:active {
	color : #ff0000;
   text-decoration : none;
}
a.NavigationPreviousLink:hover {
	color : #ff0000;
   text-decoration : none;
}

/* ******************************************* */
/* Side Navigation This Section                */
/* ******************************************* */
.NavigationThisSection {
    font-family : verdana, arial, helvetica, sans-serif;
    font-weight : bold;
    font-size : 9pt;
    color : #000000;
}

/* ******************************************* */
/* Side Navigation Related Sections            */
/* ******************************************* */
.NavigationRelatedSections {
    font-family : verdana, arial, helvetica, sans-serif;
    font-weight : bold;
    font-size : 9pt;
    color : #000000;
}

/* ******************************************* */
/* Side Navigation Current Link                */
/* ******************************************* */
.NavigationCurrentLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #000000;
   padding:4px;
}
a.NavigationCurrentLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
   color : #0000ff;
   text-decoration : none;
}
a.NavigationCurrentLink:visited {
	color : #000080;
    text-decoration : none;
}
a.NavigationCurrentLink:active {
	color : #0000ff;
   text-decoration : none;
}
a.NavigationCurrentLink:hover {
	color : #0000ff;
   text-decoration : none;
}

/* ******************************************* */
/* Side Navigation Child Link                  */
/* ******************************************* */
.NavigationChildLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : normal;
	color : #000000;
   padding:4px;
}
a.NavigationChildLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-size : 8pt;
   font-weight : normal;
	color : #0000ff;
   text-decoration : none;
}
a.NavigationChildLink:visited {
	color : #000080;
   text-decoration : none;
}
a.NavigationChildLink:active {
	color : #ff0000;
   text-decoration : none;
}
a.NavigationChildLink:hover {
	color : #ff0000;
   text-decoration : none;
}

/* ******************************************* */
/* Side Navigation Sibling Link                */
/* ******************************************* */
.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #000000;
   padding:4px;
}
a.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #0000ff;
   text-decoration : none;
}
a.NavigationSiblingLink:visited {
	color : #000080;
    text-decoration : none;
}
a.NavigationSiblingLink:active {
	color : #ff0000;
    text-decoration : underline;
}
a.NavigationSiblingLink:hover {
	color : #ff0000;
    text-decoration : underline;
}

/* ******************************************* */
/* Page Footer                                 */
/* ******************************************* */
.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	font-size : 8pt;
	font-weight : normal;
}
a.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;    
	color : #0000ff;
	font-size : 8pt;
   text-decoration : none;
}
a.PageFooter:visited  {
	color : #000080;
   text-decoration : none;
}
a.PageFooter:active  {
	color : #ff0000;
   text-decoration : underline;
}
a.PageFooter:hover  {
	color : #ff0000;
   text-decoration : underline;
}

/* ******************************************* */
/* Copyright / Small Text Footer               */
/* ******************************************* */
.Copyright  {
    font-family : verdana, arial, helvetica, sans-serif;
}
a.Copyright  {
    font-family : verdana, arial, helvetica, sans-serif;
    text-decoration : none;
}
a.Copyright:visited  {
    text-decoration : none;
}
a.Copyright:active  {
    text-decoration : underline;
}
a.Copyright:hover  {
    text-decoration : underline;
}

/* ******************************************* */
/* Pages Roots History Navigation              */
/* ******************************************* */
.PageRoot  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
a.PageRoot  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #0000ff;
   text-decoration : none;
}
a.PageRoot:visited  {
	color : #000080;
   text-decoration : none;
}
a.PageRoot:active  {
	color : #ff0000;
   text-decoration : underline;
   background : transparent;
}
a.PageRoot:hover  {
	color : #ff0000;
   text-decoration : underline;
   background : transparent;
}

/* ******************************************* */
/* Results Page Navigation                     */
/* ******************************************* */
.PageNavBar  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
a.PageNavBar  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #0000ff;
   text-decoration : none;
}

a.PageNavBar:visited  {
	color : #000080;
   text-decoration : none;
}
a.PageNavBar:active  {
	color : #ff0000;
   text-decoration : underline;
}
a.PageNavBar:hover  {
	color : #ff0000;
   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 :#ffffff;
}

/* Related Document Title Def */
div.SubSectionTitle  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000000;
	font-size : 9pt;
	font-weight : bold;
}
/* Related Document Cell BG */
td.SubSectionTitle  {
	background-color : #ffffff;
}
.PageDocumentTitle {
   font-family : verdana, arial, helvetica, sans-serif;
   color : #0000ff;
   font-size : 8pt;
   font-weight : bold;
}
a.PageDocumentTitle {
   font-family : verdana, arial, helvetica, sans-serif;
   color : #0000ff;
   font-size : 8pt;
   font-weight : bold;
   text-decoration : none;
}
a.PageDocumentTitle:visited {
   color : #000080;
   text-decoration : none;
}
a.PageDocumentTitle:active {
   color : #ff0000;
   text-decoration : underline;
}
a.PageDocumentTitle:hover {
   color : #ff0000;
   text-decoration : underline;
}
.PageDocumentText {
    color : #000000;
    font-size : 8pt;
}

/* ******************************************* */
/* Form Related                                */
/* ******************************************* */
form {
    margin-top : 0px;
    margin-bottom : 0px;
}
.FormComment  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #ffffff;
	font-size : 8pt;
}
div.FormQuestion  {
    font-family : verdana, arial, helvetica, sans-serif;
  	 color : #000000;
	 font-size : 8pt;
    padding : 3px 3px 3px 3px; /*top, right, bottom, left */
}
td.FormQuestion  {
    background-color : #ffffff;
}
.FormText {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #000000;
    font-size : 8pt;
}
.FormInput {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 8pt;
}
input.SmallButton {
}

/* ******************************************* */
/* Search Results Related                      */
/* ******************************************* */
.ResultTitle {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #ffffff;
}
.ResultText {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
td.ResultBG {
	background-color : #000000;
}
td.ResultStripOne  {
	background-color : #ffffff;
}
td.ResultStripTwo  {
	background-color : #ffffff;
}

.ResultLink  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
a.ResultLink  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   text-decoration : underline;
	color : #0000ff;
}
a.ResultLink:visited  {
	color : #000080;
   text-decoration : underline;
}
a.ResultLink:active  {
	color : #ff0000;
   text-decoration : underline;
}
a.ResultLink:hover  {
	color : #ff0000;
   text-decoration : underline;
}

.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;
   font-weight : normal;
   text-decoration : none;
}
a.ResultFooterLink:visited  {
	color : #ffffff;
   text-decoration : none;
}
a.ResultFooterLink:active  {
	color : #ffffff;
   text-decoration : underline;
}
a.ResultFooterLink:hover  {
	color : #ffffff;
   text-decoration : underline;
}

/* ******************************************* */
/* Tables                                      */
/* ******************************************* */
td.ResultAlt1  {
	background-color : #ffffff;
}
td.ResultAlt2  {
	background-color : #ffffff;
}
.HeaderText {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}
td.Header1  {
	background-color : #ffffff;
}
td.tableBorder  {
   font-family : verdana, arial, helvetica, sans-serif;
	background-color : #000000;
	color : #ffffff;
	font-size : 8pt;
	font-weight : bold;
}

/* ******************************************* */
/* Search Box                                  */
/* ******************************************* */
/*.SearchText {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size       : 8pt;
    border : 1px solid #007EBC;
    width : 120px;
    height : 18px;
    color : #007EBC;
}*/
.SearchBoxText {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size       : 10pt;
    font-weight : bold;
    color : #000000;
    
}

/* ******************************************* */
/* Error                                       */
/* ******************************************* */

.Error  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #ff0000;
	font-size : 8pt;
	font-weight : bold;
}

hr {
   height : 1px;
   color : #000000;
}

