/* ******************************************* */
/* Body										   */
/* ******************************************* */
body {
	background-color : #ffffff;
	/* Default Page Background Colour */
	background : #ffffff;
	/* Default Page Background Colour */
	color : #0033cc;
	/* Default Page Text Colour */
	font-family : verdana, arial, helvetica, sans-serif;
	/* Default Page Font Family */
	margin : 0px 0px 0px 0px;
    font-size : 80%;
}
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 : #0033cc;
   clear: both;
}

/* ******************************************* */
/* Default Links        					   */
/* ******************************************* */
a:link {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #B22A18;
    text-decoration : none;
}
a:visited {
    color : #B22A18;
    text-decoration : none;
}
a:hover {
    color : #B22A18;
    text-decoration : underline;
}
a:active {
    color : #B22A18;
    text-decoration : underline;
}

/* ******************************************* */
/* Default Text Effects    					   */
/* ******************************************* */
b {
	font-weight : bold;
}
strong {
	font-weight : bold;
}
u  {
	text-decoration : underline;
}
em  {
	font-style : italic;
}
i  {
	font-style : italic;
}

/* ******************************************* */
/* Standard Text 							   */
/* ******************************************* */
.Header {
	font-size : 1.4em;
 font-family : verdana, helvetica, sans-serif;
}
.LargeBody {
 font-family : verdana, helvetica, sans-serif;
	font-size : 1.2em;
}
.MidLargeBody {
	font-size : 1.1em;
 font-family : verdana, helvetica, sans-serif;
}
div {
	font-size : 1em;
 font-family : verdana, helvetica, sans-serif;
}
td {
	font-size : 1em;
 font-family : verdana, helvetica, sans-serif;
}
.MsoNormal {
	font-size : 1em;
 font-family : verdana, helvetica, sans-serif;
}
.tdNormalBody {
	font-size : 1em;
 font-family : verdana, helvetica, sans-serif;
}
a.NormalBody  {
	font-size : 1em;
    font-family : verdana, helvetica, sans-serif;
}
.NormalBody {
	font-size : 1em;
 font-family : verdana, helvetica, sans-serif;
}
.NormalBodyBold {
	font-size : 1em;
 font-family : verdana, helvetica, sans-serif;
	font-weight : bold;
}
.NormalBodyItalic {
	font-size : 1em;
 font-family : verdana, helvetica, sans-serif;
	font-style : italic;
}
.MidSmallBody {
	font-size : 0.95em;
 font-family : verdana, helvetica, sans-serif;
}
a.MidSmallBody  {
	font-size : 1.05em;
    font-family : verdana, helvetica, sans-serif;
}
.SmallBody {
	font-size : 0.9em;
 font-family : verdana, helvetica, sans-serif;
}
.TinyBody {
	font-size : 0.85em;
 font-family : verdana, helvetica, sans-serif;
}

/* ******************************************* */
/* Content Editor Classes   				   */
/* ******************************************* */
.CENoMargin {
	margin-bottom:0px;
	margin-top:0px;
	font-size:1em;      /* same size as body in conEd.css */
}

.OneCE {
     font-size : 0.85em;
     font-family : verdana, helvetica, sans-serif;
}
.TwoCE {
     font-size : 1em;
     font-family : verdana, helvetica, sans-serif;
}
.ThreeCE {
     font-size : 1.2em;
     font-family : verdana, helvetica, sans-serif;
}
.FourCE {
     font-size : 1.4em;
     font-family : verdana, helvetica, sans-serif;
}
.FiveCE {
     font-size : 1.7em;
     font-family : verdana, helvetica, sans-serif;
}
.SixCE {
     font-size : 2em;
     font-family : verdana, helvetica, sans-serif;
}
.SevenCE {
     font-size : 2.4em;
     font-family : verdana, helvetica, sans-serif;
}

/* ******************************************* */
/* Titles									   */
/* ******************************************* */
.PageTitle  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #B22A18;
	font-size : 1.2em;
	font-weight : bold;
}
.SmallTitle  {
    font-family : verdana, arial, helvetica, sans-serif;
	color : #0033cc;
	font-size : 1.2em;
	font-weight : bold;
}

/* ******************************************* */
/* Top Bar Navigation					  	*/
/* ******************************************* */
a.NavigationTopLink {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.9em;
	font-weight: bold;
	color : #0033cc;
    text-decoration : none;
	background : none;
}

a.NavigationTopLink:visited {
	color : #0033cc;
    text-decoration : none;
	background : none;
}

a.NavigationTopLink:active {
	color : #B22A18;
    text-decoration : none;
	background : none;
}

a.NavigationTopLink:hover {
	color : #B22A18;
    text-decoration : none;
	background : none;
}

/* ******************************************* */
/* Side Navigation Previous Link			   */
/* ******************************************* */
td.NavigationPreviousLink {
   font-weight : normal;
   font-size : 0.8em;
	color : #0033cc;
   text-decoration : none;
   width : 100%;
	padding-top : 3px;
	padding-bottom : 3px;
}
a.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-weight : normal;
	color : #0033cc;
   text-decoration : none;
   width : 100%;
	background : none;
}
a.NavigationPreviousLink:visited {
	color : #0033cc;
    text-decoration : none;
	width : 100%;
	background : none;
}
a.NavigationPreviousLink:active {
	color : #0033cc;
   text-decoration : underline;
   width : 100%;
	background : none;
}
a.NavigationPreviousLink:hover {
	color : #0033cc;
   text-decoration : underline;
   width : 100%;
	background : none;
}


/* ******************************************* */
/* Side Navigation Current Link 			   */
/* ******************************************* */
td.NavigationCurrentLink {
    font-weight : bold;
	width : 100%;
	font-size : 0.9em;
	padding-top : 3px;
	padding-bottom : 3px;
	color : #0033cc;
    text-decoration : none;
}
a.NavigationCurrentLink {
    font-family : verdana, arial, helvetica, sans-serif;
    font-weight : bold;
	width : 100%;
	color : #0033cc;
    text-decoration : none;
	background : none;
}
a.NavigationCurrentLink:visited {
	color : #0033cc;
    text-decoration : none;
	width : 100%;
	background : none;
}
a.NavigationCurrentLink:active {
	color : #0033cc;
    text-decoration : underline;
	width : 100%;
	background : none;
}
a.NavigationCurrentLink:hover {
	color : #0033cc;
    text-decoration : underline;
	width : 100%;
	background : none;
}

/* ******************************************* */
/* Side Navigation Child Link    			   */
/* ******************************************* */
td.NavigationChildLink {
    font-weight : normal;
	color : #0033cc;
	font-size : 0.8em;
    text-decoration : none;
	padding-top: 2px;
	padding-bottom: 2px;
}
a.NavigationChildLink {
    font-family : verdana, arial, helvetica, sans-serif;
    font-weight : normal;
	color : #0033cc;
    text-decoration : none;
	background : none;
}
a.NavigationChildLink:visited {
	color : #0033cc;
    text-decoration : none;
	background : none;
}
a.NavigationChildLink:active {
	color : #0033cc;
    text-decoration : underline;
	background : none;
}
a.NavigationChildLink:hover {
	color : #0033cc;
    text-decoration : underline;
	background : none;
}

/* ******************************************* */
/* Side Navigation Sibling Link    			   */
/* ******************************************* */
td.NavigationSiblingLink {
	width : 100%;
	padding-top : 3px;
	padding-bottom : 3px;
	color : #0033cc;
    text-decoration : none;
	background : none;
}
a.NavigationSiblingLink {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.9em;
    font-weight : normal;
	width : 100%;
	color : #0033cc;
    text-decoration : none;
	background : none;
}
a.NavigationSiblingLink:visited {
	color : #0033cc;
    text-decoration : none;
	width : 100%;
	background : none;
}
a.NavigationSiblingLink:active {
	color : #0033cc;
    text-decoration : underline;
	width : 100%;
	background : none;
}
a.NavigationSiblingLink:hover {
	color : #0033cc;
    text-decoration : underline;
	width : 100%;
	background : none;
}

/* ******************************************* */
/* Page Footer							  	   */
/* ******************************************* */
.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #0033cc;
	font-size : 0.8em;
	font-weight : normal;
}
a.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;    
	color : #0033cc;
	font-size : 1em;
   font-weight : normal;
   text-decoration : none;
}
a.PageFooter:visited  {
	color : #0033cc;
   font-weight : normal;
   text-decoration : none;
}
a.PageFooter:active  {
	color : #B22A18;
   font-weight : normal;
   text-decoration : underline;
   background : transparent;
}
a.PageFooter:hover  {
	color : #B22A18;
   font-weight : normal;
   text-decoration : underline;
   background : transparent;
}


/* ******************************************* */
/* Copyright / Small Text Footer		  	   */
/* ******************************************* */

.Copyright  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #0033cc;
}

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 : 0.8em;
	color : #0033cc;
}
a.PageRoot  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size: 1em;
	color : #0033cc;
    text-decoration : none;
	background : none;
}
a.PageRoot:visited  {
	color : #0033cc;
    text-decoration : none;
	background : none;
}
a.PageRoot:active  {
	color : #B22A18;
    text-decoration : underline;
	background : none;
}
a.PageRoot:hover  {
	color : #B22A18;
    text-decoration : underline;
	background : none;
}

/* ******************************************* */
/* Results Page Navigation					   */
/* ******************************************* */

.PageNavBar  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
	color : #0033cc;
}

a.PageNavBar  {
    font-family : verdana, arial, helvetica, sans-serif;
	color : #0033cc;
    text-decoration : none;
	background : none;
}

a.PageNavBar:visited  {
	color : #0033cc;
    text-decoration : none;
	background : none;
}

a.PageNavBar:active  {
	color : #0033cc;
   text-decoration : underline;
}

a.PageNavBar:hover  {
	color : #0033cc;
   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 :#EFF4FF;
}

/* Related Document Title Def */
div.SubSectionTitle  {
    font-family : verdana, arial, helvetica, sans-serif;
	color : #0033cc;
	font-size : 1em;
	font-weight : bold;
}
/* Related Document Cell BG */
td.SubSectionTitle  {
	background-color : #ffffff;
}

.PageDocumentTitle {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #0033cc;
    font-size : 1em;
    font-weight : bold;
}

.PageDocumentText {
    color : #0033cc;
    font-size : 0.9em;
}

/* ******************************************* */
/* Form Related							  	        */
/* ******************************************* */
form {
    margin-top : 0px;
    margin-bottom : 0px;
}
.FormComment  {
    font-family : verdana, arial, helvetica, sans-serif;
	color : #0033cc;
	font-size : 0.9em;
}
div.FormQuestion  {
    font-family : verdana, arial, helvetica, sans-serif;
	color : #0033cc;
	font-size : 0.9em;
	font-weight : bold;
    padding : 3px 3px 3px 3px; /*top, right, bottom, left */
}
td.FormQuestion  {
    background-color : #FFFFFF;
}
.FormText {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #0033cc;
    font-size : 0.9em;
}
.FormInput {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 0.9em;
    border : 1px solid #0033cc;
}
input.SmallButton {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.9em;
	color : #ffffff;
	font-weight : bold;
    background-color : #0033cc;
    border : 1px solid #0033cc;
}

/* ******************************************* */
/* Search Results Related					   */
/* ******************************************* */
.ResultTitle {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
	font-weight : bold;
	color : #ffffff;
}
.ResultText {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
	color : #0033cc;
}

td.ResultBG {
	background-color : #0033cc;
}
td.ResultStripOne  {
	background-color : #EFF4FF;
}
td.ResultStripTwo  {
	background-color : #FFFFFF;
}

.ResultLink  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 1em;
	text-decoration : none;
	font-weight : bold;
	color : #0033cc;
}
a.ResultLink  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	text-decoration : none;
	color : #B22A18;
}
a.ResultLink:visited  {
	color : #B22A18;
	text-decoration : none;
	font-weight : bold;
}
a.ResultLink:active  {
	color : #B22A18;
    text-decoration : underline;
	font-weight : bold;
}
a.ResultLink:hover  {
	color : #B22A18;
    text-decoration : underline;
	font-weight : bold;
}

.ResultFooter  {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 0.9em;
	color : #ffffff;
}
a.ResultFooterLink  {
    font-family : verdana, arial, helvetica, sans-serif;
	color : #ffffff;
	background : none;
}
a.ResultFooterLink:visited  {
	color : #ffffff;
	background : none;
}
a.ResultFooterLink:active  {
	color : #ffffff;
    background-color : transparent;
	background : none;
}
a.ResultFooterLink:hover  {
	color : #ffffff;
    background-color : transparent;
	background : none;
}

/* ******************************************* */
/* Tables									   */
/* ******************************************* */

td.ResultAlt1  {
	background-color : #FFFFFF;
}
td.ResultAlt2  {
	background-color : #EFF4FF;
}

.HeaderText {
    font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #ffffff;
}

td.Header1  {
	background-color : #0033cc;
}

td.tableBorder  {
   font-family : verdana, arial, helvetica, sans-serif;
	background-color : #0033cc;
	color : #ffffff;
	font-size : 9pt;
	font-weight : bold;
}

/* ******************************************* */
/* Search Box	            				   */
/* ******************************************* */
.SearchText {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size  : 0.8em;
	font-weight : normal;
	color : #0033cc;
    width : 120px;
    height : 12px;
	padding-top : 3px;
	padding-left : 2px;
    border : 1px #6188FE solid;
}
.BoxText {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 0.8em;
	color : #0033cc;
	font-weight : bold;
}

/* ******************************************* */
/* Error                        	           */
/* ******************************************* */

.Error  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #FF0000;
	font-size : 10pt;
	font-weight : bold;
}

.NavHeadline  {
	font-size : 10pt;
    font-family : verdana, arial, helvetica, sans-serif;
	font-weight : normal;
	color : #FFFFFF;
}
