/* Body */

BODY{
	background-color: #ffffff;
	color:#333333;
	scrollbar-base-color: #494848;
	scrollbar-dark-shadow-color: #494848;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: white;
	scrollbar-highlight-color: silver;
	scrollbar-3d-light-color: #555555;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	}

/* 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: 13px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-bottom: 2px;
	}

H2{
	font-size: 15px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	height: 23px;
	font-weight:600;
	color: #002c5f;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:1px;
	background-image:url(/resource/images/section_arrow.gif);
	background-repeat:no-repeat;
	}

H3{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	}

H4{
	font-size: 12px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #002c5f;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 20px;
	}

H5{
	font-size: 13px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #a6262b;
	margin: 0px;
	padding-top:10px;
	padding-bottom: 1px;
	}

	
.left_menu_tab{
    text-align:left;
	font-family:Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size:11;
	font-weight:bold;
	color: #e0e302;
	background-image:url(/resource/images/left_menu_tab.gif);
	height: 26px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:7px;
	}
	
.inputbox{
    border:#003366; 
	border:solid 1px; 
	background-color:#e0dddf; 
	height:20px;
	}

.textbox{
    border:#003366; 
	border:solid 1px; 
	background-color:#e0dddf;
	width:220px;
	}

/* Text format */

.content{
	text-align: justify;
	line-height: 18px;
	font-size: 11px;
	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;
	font-weight:normal;
	}

.boxcontent{
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	font-weight:normal;
	}
#subcontent{
    text-align: justify;
	line-height: 20px;
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding-left: 20px;
	}

.news{
	font-size: 11px;
	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: 11px;
	font-weight: bold;
	color: #ffffff;
	}

span.bluetitle{
	font-size: 11px;
	font-weight: bold;
	color: #494848;
	}

/* Backgrounds for table cells */

.bgblack{
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #000000;
	}

.bgblue{
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #0084CA;
	padding-left:3px;
	}

.bgwhite{
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #494848;
	background-color: #ffffff;
	}

.bggrey{
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #494848;
	background-color: #f9f9f9;
	}

.bglblue{
	font-size: 11px;
	font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #67AEE2;
	padding-left:3px;
	}

/* Table configuration: HEADINGCELL for table headings, CONTENTCELL for main content, FOOTERCELL for footer information / grey separation lines */

.table{
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #0084ca;
	}

tr.headingcell{
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	}
tr.headingcell a:link {
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
tr.headingcell a:visited {
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: underline;
}
tr.headingcell a:hover {
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
tr.headingcell a:active{
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	}

tr.contentcell{
	text-align: justify;
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	padding: 2px;
	}
	
tr.contentcell-blue{
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #a6cfee;
	}

tr.footercell{
	font-size: 11px;
	font-family: Trebuchet MS, Tahoma, Verdana, 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: #007ac2;
	font-size: 11px;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
    font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #007ac2;
	font-size: 11px;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
    font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color: #007ac2;
	font-size: 11px;
}
a:active{
	font-weight: bold;
	text-decoration: none;
    font-family: Verdana, Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
    color: #007ac2;
	font-size: 11px;
	}

/* Left Menu links */
.leftmenu {
	font-weight: bold;
	background-image:url(/resource/images/left_menu_arrow.gif);
	display:inline zoom:1;
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:3px;
	padding-bottom:2px;
	text-decoration: none;
	color: #666666;
	font-size: 11px;
}

a.leftmenu:link {
	font-weight: bold;
	background-image:url(/resource/images/left_menu_arrow.gif);
	display:inline zoom:1;
	background-repeat:no-repeat;
	padding-left:17px;
	padding-top:3px;
	padding-bottom:2px;
	text-decoration: none;
	color: #007ac3;
	font-size: 11px;
}
a.leftmenu:visited {
	font-weight: bold;
	background-image:url(/resource/images/left_menu_arrow.gif);
	display:inline zoom:1;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #007ac3;
	padding-left:17px;
	padding-top:3px;
	padding-bottom:2px;
	font-size: 11px;
}
a.leftmenu:hover {
	font-weight: bold;
	background-image:url(/resource/images/left_menu_arrow.gif);
	display:inline zoom:1;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #007ac3;
	font-size: 11px;
	padding-left:17px;
	padding-top:3px;
	padding-bottom:2px;
	text-decoration: underline;
}
a.leftmenu:active{
	font-weight: bold;
	background-image:url(/resource/images/left_menu_arrow.gif);
	display:inline zoom:1;
	background-repeat:no-repeat;
	text-decoration: none;
	color: #007ac3;
	padding-left:17px;
	padding-top:3px;
	padding-bottom:2px;
	font-size: 11px;
	}
	
	

/* Top Language Selection links */

a.langlink{
	font-weight: normal;
	font-size: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-decoration: none;
	color: #000000;
	}

a.langlink:link{
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	}

a.langlink:active{
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	}

a.langlink:visited{
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
	color: #000000;
	}

a.langlink:hover{
	font-weight: normal;
	text-decoration: underline;
	font-size: 10px;
	color: #000000;
	}



/* Footer links */

a.footerlink{
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}

a.footerlink:link{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}

a.footerlink:active{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}

a.footerlink:visited{
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	}

a.footerlink:hover{
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;
	color: #000000;
	}

/* Links for sidebar navigation and inside of tables */

a.nav{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.nav:link{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.nav:active{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.nav:visited{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.nav:hover{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color:#494848;
	}

/* Links for table headings */

a.title{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

a.title:link{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	}

a.title:active{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

a.title:visited{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	}

a.title:hover{
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	}

/* Links for news scroller */

a.news{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.news:link{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.news:active{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.news:visited{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color:#494848;
	}

a.news:hover{
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
	color:#494848;
	}

/* Configures navigation table cell to blue text */

.nav{
	font-size: 11px;
	font-weight: normal;
	color: #494848;
	}

/* Configures positioning of left side arrows in side bar navigation */

.leftnav{
	font-size: 11px;
	font-weight: normal;
	color: #494848;
	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: 11px;
	color: #494848;
	background-color: #ffffff;
	}

