/* Body */

BODY{
	background-color: #ffffff;
	color:#333333;
	scrollbar-base-color: #0084ca;
	scrollbar-dark-shadow-color: #0084ca;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: #555555;
	}

/* Headers: H1 for white bold header, H2 for page section headers, H3 for notes, H4 for side-menu headers, H5 for page sub-section headers */

H1{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-bottom: 2px;
	}

H2{
	font-size: 17px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	padding-top: 12px;
	}

H3{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	}

H4{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding-bottom: 2px;
	}

H5{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	margin: 0px;
	padding-bottom: 1px;
	}

/* Text format */

.content{
	text-align: justify;
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding-top: 4px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	}

.boxcontent{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

.news{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	margin: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	}

span.whtitle{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	}

span.bluetitle{
	font-size: 12px;
	font-weight: bold;
	color: #0084ca;
	}

/* Backgrounds for table cells */

.bgblack{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	}

.bgblue{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	}

.bgwhite{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #0084ca;
	background-color: #ffffff;
	}

.bggrey{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #0084ca;
	background-color: #f9f9f9;
	}

.bglblue{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #a6cfee;
	}

/* Table configuration: HEADINGCELL for table headings, CONTENTCELL for main content, FOOTERCELL for footer information / grey separation lines */

.table{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #0084ca;
	}

tr.headingcell{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}

tr.contentcell{
	text-align: justify;
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	padding: 2px;
	}

tr.contentcell-blue{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #a6cfee;
	}

tr.footercell{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#333333;
	background-color: #a6cfee;
	}

/* Links and navigation */

/* Content page links */

a:link {
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #0084ca;
	font-size: 12px;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
       font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #0084ca;
	font-size: 12px;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
       font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #0084ca;
	font-size: 12px;
}
a:active{
	font-weight: bold;
	text-decoration: none;
       font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
       color: #0084ca;
	font-size: 12px;
	}





/* Footer links */

a.mainlink{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

a.mainlink:link{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

a.mainlink:active{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

a.mainlink:visited{
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	}

a.mainlink:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	}

/* Links for sidebar navigation and inside of tables */

a.nav{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#0084ca;
	}

a.nav:link{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#CC0000;
	}

a.nav:active{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#CC0000;
	}

a.nav:visited{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#CC0000;
	}

a.nav:hover{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#CC0000;
	}

/* Links for table headings */

a.title{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

a.title:link{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	}

a.title:active{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

a.title:visited{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

a.title:hover{
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	}

/* Links for news scroller */

a.news{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#0084ca;
	}

a.news:link{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#0084ca;
	}

a.news:active{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#0084ca;
	}

a.news:visited{
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color:#0084ca;
	}

a.news:hover{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color:#0084ca;
	}

/* Configures navigation table cell to blue text */

.nav{
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	}

/* Configures positioning of left side arrows in side bar navigation */

.leftnav{
	font-size: 12px;
	font-weight: normal;
	color: #CC0000;
	margin: 0px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 2px;
	padding-bottom: 1px;
	}

/* Forms */

select{
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #0084ca;
	background-color: #ffffff;
	}
/*************************************************************************************/
.word {
	font-size: 12px;
	line-height: 18px;
	color: #838383;
}
.12red {
	font-size: 12px;
	line-height: 18px;
	color: #CD0303;
}
a:link {
	font-size: 12px;
	line-height: 18px;
	color: #CD0303;
	text-decoration: none;
	font-weight: bold;

}
a:visited {
	font-size: 12px;
	line-height: 18px;
	color: #CD0303;
	text-decoration: none;
	font-weight: bold;

}
a:hover {
	font-size: 12px;
	line-height: 18px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;

}
a:active {
	font-size: 12px;
	line-height: 18px;
	color: #CD0303;
	text-decoration: none;
	font-weight: bold;

}
.12black {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
}
