/* body */

body {
	/* Default Page Background Colour */
	background : #ffffff url('/EasySite/setup/style1/images/gp_background.gif');
	/* Default Page Background Colour */
	color : #000000;
	/* Default Page Text Colour */
	font-family : verdana, arial, helvetica, sans-serif;
	/* Default Page Font Family */
   margin : 0px 0px 0px 0px;
}
ul {
   margin-top : 0em;
   margin-bottom : 0em;
}
ol {
   margin-top : 0em;
   margin-bottom : 0em;
}
dl {
   margin-top : 0em;
   margin-bottom : 0em;
}
hr
{
    color: #66CC99;
    height: 1px;
	clear: all;
}

/* Default Links */

a:link {
    font-family : verdana, arial, helvetica, sans-serif;
    color : #0066FF;
    text-decoration : underline;
}
a:visited {
    color : #0066FF;
    text-decoration : underline;
}
a:hover {
    color : #999999;
    text-decoration : underline;
    background : #E5F6FF;
}
a:active {
    color : #999999;
    text-decoration : underline;
    background : #E5F6FF;
}

/* 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 : 13pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.LargeBody  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 12pt;
}
.MidLargeBody  {
	font-size : 11pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
div {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
td {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.MsoNormal  {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.tdNormalBody  {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.NormalBody  {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.NormalBodyBold  {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
}
.NormalBodyItalic  {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
	font-style : italic;
}
.MidSmallBody  {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.SmallBody  {
	font-size : 10pt;
   font-family : verdana, arial, helvetica, sans-serif;
}
.TinyBody {
	font-size : 9pt;
   font-family : verdana, arial, helvetica, sans-serif;
}

/* Content Editor Classes */

.CENoMargin {
	margin-bottom:0px;
	margin-top:0px;
	font-size:10pt;      /* same size as body in conEd.css */
}

.OneCE {
     font-size : 8pt;
     font-family : verdana, arial, helvetica, sans-serif;
}
.TwoCE {
     font-size : 10pt;
     font-family : verdana, arial, helvetica, sans-serif;
}
.ThreeCE {
     font-size : 12pt;
     font-family : verdana, arial, helvetica, sans-serif;
}
.FourCE {
     font-size : 14pt;
     font-family : verdana, arial, helvetica, sans-serif;
}
.FiveCE {
     font-size : 18pt;
     font-family : verdana, arial, helvetica, sans-serif;
}
.SixCE {
     font-size : 24pt;
     font-family : verdana, arial, helvetica, sans-serif;
}
.SevenCE {
     font-size : 36pt;
     font-family : verdana, arial, helvetica, sans-serif;
}

/* Titles */

.PageTitle  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000066;
	font-size : 12pt;
	font-weight : bold;
}
.SmallTitle  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #000066;
	font-size : 9pt;
	font-weight : bold;
}

/* Top Bar Navigation */

.NavigationTopLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #006699;
}
a.NavigationTopLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : #006699;
   text-decoration : none;
}
a.NavigationTopLink:visited {
	color : #006699;
   text-decoration : none;
}
a.NavigationTopLink:active {
	color : #3399FF;
   text-decoration : underline;
}
a.NavigationTopLink:hover {
	color : #3399FF;
   text-decoration : underline;
}

/* Side Navigation Previous Link */

.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : normal;
	color : #006633;

}
a.NavigationPreviousLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : normal;
	color : #006633;
   text-decoration : none;
}
a.NavigationPreviousLink:visited {
	color : #006633;
   text-decoration : none;
}
a.NavigationPreviousLink:active {
	color : #000066;
   text-decoration : underline;
   background : transparent;
}
a.NavigationPreviousLink:hover {
	color : #000066;
   text-decoration : underline;
   background : transparent;
}

/* 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 : #006633;
}
a.NavigationCurrentLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
   color : #006633;
   text-decoration : none;
}
a.NavigationCurrentLink:visited {
	color : #006633;
    text-decoration : none;
}
a.NavigationCurrentLink:active {
	color : #000066;
   text-decoration : underline;
   background : transparent;
}
a.NavigationCurrentLink:hover {
	color : #000066;
   text-decoration : underline;
   background : transparent;
}

/* Side Navigation Child Link */

.NavigationChildLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : normal;
	color : #006633;
}
a.NavigationChildLink {
   font-family : verdana, arial, helvetica, sans-serif;
   font-size : 8pt;
   font-weight : normal;
	color : #006633;
   text-decoration : none;
}
a.NavigationChildLink:visited {
	color : #006633;
   text-decoration : none;
}
a.NavigationChildLink:active {
	color : #000066;
   text-decoration : underline;
   background : transparent;
}
a.NavigationChildLink:hover {
	color : #000066;
   text-decoration : underline;
   background : transparent;
}

/* Side Navigation Sibling Link */

.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #006633;
}
a.NavigationSiblingLink {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
   font-weight : bold;
	color : #006633;
   text-decoration : none;
}
a.NavigationSiblingLink:visited {
	color : #006633;
    text-decoration : none;
}
a.NavigationSiblingLink:active {
	color : #000066;
    text-decoration : underline;
    background : transparent;
}
a.NavigationSiblingLink:hover {
	color : #000066;
    text-decoration : underline;
    background : transparent;
}

/* Page Footer */

.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;
	color : #006633;
	font-size : 8pt;
	font-weight : normal;
}
a.PageFooter  {
   font-family : verdana, arial, helvetica, sans-serif;    
	color : #006633;
	font-size : 8pt;
   text-decoration : none;
}
a.PageFooter:visited  {
	color : #006633;
   text-decoration : none;
}
a.PageFooter:active  {
	color : #000066;
   text-decoration : underline;
}
a.PageFooter:hover  {
	color : #000066;
   text-decoration : underline;
}

/* Copyright / Small Text Footer */

.Copyright  {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 8pt;
    color : #009966;
}
a.Copyright  {
    font-family : verdana, arial, helvetica, sans-serif;
    font-size : 8pt;
    color : #009966;
    text-decoration : none;
}
a.Copyright:visited  {
   color : #009966;
   text-decoration : none;
}
a.Copyright:active  {
   color : #009966;
   text-decoration : underline;
}
a.Copyright:hover  {
   color : #009966;
   text-decoration : underline;
}

/* Pages Roots History Navigation */

.PageRoot  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #006633;
}
a.PageRoot  {
   font-family : verdana, arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #009966;
   text-decoration : none;
}
a.PageRoot:visited  {
	color : #009966;
   text-decoration : none;
}
a.PageRoot:active  {
	color : #006633;
   text-decoration : underline;
   background : transparent;
}
a.PageRoot:hover  {
	color : #006633;
   text-decoration : underline;
   background : transparent;
}

/* Results Page Navigation */

.PageNavBar  {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
a.PageNavBar  {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #009966;
   text-decoration : none;
}

a.PageNavBar:visited  {
	color : #009966;
   text-decoration : none;
}
a.PageNavBar:active  {
	color : #006633;
   text-decoration : underline;
}
a.PageNavBar:hover  {
	color : #006633;
   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 :#DAF2E6;
}

/* Related Document Title Def */
div.SubSectionTitle  {
   font-family : arial, helvetica, sans-serif;
	color : #000066;
	font-size : 9pt;
	font-weight : bold;
}
/* Related Document Cell BG */
td.SubSectionTitle  {
	background-color : #ffffff;
}
.PageDocumentTitle {
   font-family : arial, helvetica, sans-serif;
   color : #000000;
   font-size : 8pt;
   font-weight : bold;
}
a.PageDocumentTitle {
   font-family : arial, helvetica, sans-serif;
   color : #000000;
   font-size : 8pt;
   font-weight : bold;
   text-decoration : none;
}
a.PageDocumentTitle:visited {
   color : #000000;
   text-decoration : none;
}
a.PageDocumentTitle:active {
   color : #000000;
   text-decoration : underline;
}
a.PageDocumentTitle:hover {
   color : #000000;
   text-decoration : underline;
}
.PageDocumentText {
    color : #000000;
    font-size : 8pt;
}

/* Form Related */

form {
    margin-top : 0px;
    margin-bottom : 0px;
}
.FormComment  {
   font-family : arial, helvetica, sans-serif;
	color : #999999;
	font-size : 8pt;
}
div.FormQuestion  {
    font-family : arial, helvetica, sans-serif;
  	 color : #000066;
	 font-size : 8pt;
    width : 130px;
    padding : 3px 3px 3px 3px; /*top, right, bottom, left */
}
td.FormQuestion  {
    background-color : #DAF2E6;
}
.FormText {
    font-family : arial, helvetica, sans-serif;
    color : #000066;
    font-size : 8pt;
}
.FormInput {
    font-family : arial, helvetica, sans-serif;
    font-size : 8pt;
}
input.SmallButton {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
	font-weight : bold;
   background-color : #009966;
   border : 1px solid #000000;
}

/* Search Results Related */

.ResultTitle {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}
.ResultText {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #000000;
}
td.ResultBG {
	background-color : #009966;
}
td.ResultStripOne  {
	background-color : #E6FCF1;
}
td.ResultStripTwo  {
	background-color : #DAF2E6;
}

.ResultLink  {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #0066FF;
}
a.ResultLink  {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
   text-decoration : underline;
	color : #0066FF;
}
a.ResultLink:visited  {
	color : #0066FF;
   text-decoration : underline;
}
a.ResultLink:active  {
	color : #999999;
   text-decoration : underline;
   background-color : transparent;
}
a.ResultLink:hover  {
	color : #999999;
   text-decoration : underline;
   background-color : transparent;
}

.ResultFooter  {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}
a.ResultFooterLink  {
   font-family : 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;
   background-color : transparent;
   text-decoration : underline;
}
a.ResultFooterLink:hover  {
	color : #ffffff;
   background-color : transparent;
   text-decoration : underline;
}

/* Tables */

td.ResultAlt1  {
	background-color : #E6FCF1;
}
td.ResultAlt2  {
	background-color : #DAF2E6;
}
.HeaderText {
   font-family : arial, helvetica, sans-serif;
	font-size : 8pt;
	color : #ffffff;
}
td.Header1  {
	background-color : #E6FCF1;
}
td.tableBorder  {
   font-family : arial, helvetica, sans-serif;
	background-color : #009966;
	color : #ffffff;
	font-size : 8pt;
	font-weight : bold;
}

/* Search Box */

.SearchText {
    font-family : arial, helvetica, sans-serif;
    font-size       : 8pt;
    border : 1px solid #000066;
    width : 98px;
    height : 14px;
    background : #ffffff;
    color : #000066;
}
.SearchBoxText {
    font-family : arial, helvetica, sans-serif;
    font-size       : 7pt;
    color : #000066;
}

/* Error */

.Error  {
   font-family : arial, helvetica, sans-serif;
	color : #FF0000;
	font-size : 8pt;
	font-weight : bold;
}

/* Extra content added by GBC - 19/01/2005 */

img.type1 {border-style: none}
img.type2 {border-style: none; vertical-align: absmiddle}
div.myleft {text-align: left}
div.myright {text-align: right}
div.mycenter {{text-align: center}
