BODY {
   background-color: white;
   color: black;
   font-family: arial, times new roman, sans-serif;
   font-size: 100%;
   margin: 0px;
   
   /* Scrollbar highlight (in IE) */
   scrollbar-3dlight-color: #0768b2;
   scrollbar-arrow-color: #0768b2;
   scrollbar-darkshadow-color: black;
   scrollbar-face-color: #e4e8f3;
   scrollbar-highlight-color: white;
   scrollbar-shadow-color: white;
   scrollbar-track-color: white;
}
INPUT, SELECT, TEXTAREA {
   background-color: white;
   color: #0768b2;
   font-family: arial, times new roman, sans-serif;
   font-size: 100%;
}
P {
   font-family: arial, times new roman, sans-serif;
}
TD {
   color: black;
   font-family: arial, times new roman, sans-serif;
   font-size: 70%;
}
UL {
	list-style-type: square;
}
A {
   color: #0768b2;
   font-family: arial, times new roman, sans-serif;
   font-size: 100%;
}
A.boldlink {
   font-weight: bold;
   text-decoration: none;
}
A.countrylink {
   text-decoration: none;
}
A.orangelink {
   color: #f49404;
   text-decoration: none;
}
A.schemelink {
   font-size: 105%;
   font-weight: bold;
   text-decoration: none;
}
A.white {
   color: white;
   text-decoration: none;
}
A.orangelink:hover, A.boldlink:hover, A.countrylink:hover, A.white:hover, A.white:schemelink {
   text-decoration: underline;
}
.actionbutton {
   background-color: #0768b2;
   color: white;
   font-weight: bold;
}
.actionbuttonlight {
   background-color: #e4e8f3;
   color: #0768b2;
}
.actionbuttonormal {
   background-color: #0768b2;
   color: white;
}
.actionbuttonwhite {
   background-color: white;
   color: #0768b2;
}
.areatitle {
   color: #f49404;
   font-weight: bold;
}
.bigorangetitle {
   color: #f49404;
   font-weight: bold;
}
.blueback {
   background-color: #0768b2;
   color: white;
}
.bluebackimage {
   background-repeat: no-repeat;
   color: white;
}
.bluetext {
   color: #0768b2;
}
p.boxed {
	margin:0;
	padding:4px 6px;
  border: 1px solid #f49404;
  background-color: #fde6c4;
}
p.boxed a {
	color: 1px solid #f49404;
	text-weight:bold;
}
.greytext {
   color: #999999;
}
.lightblueback {
   background-color: #e4e8f3;
   color: #0768b2;
   font-weight: bold;
}
.lightbluebacknorm {
   background-color: #e4e8f3;
}
.lightorangeback {
   background-color: #fde6c4;
}
.lightorangeback50 {
   background-color: #fef9f0;
}
.lighterorangeback {
   background-color: #feecd3;
}
.newsdate {
   font-size: 130%;
   font-weight: normal;
}
.newstitle {
   color: #0768b2;
   font-size: 130%;
   font-weight: bold;
}
.orangeback {
   background-color: #f49404;
}
.orangetext {
   color: #f49404;
}
.pagetitle {
   color: #f49404;
   font-size: 140%;
   font-weight: bold;
}
.redtext {
   color: #c00000;
   font-weight: bold;
}
.redtextnormal {
   color: #c00000;
   font-weight: normal;
}
.redtextunderline {
   color: #c00000;
   font-weight: bold;
   text-decoration: underline;
}
.schemelink {
   color: #0768b2;
   font-size: 105%;
   font-weight: bold;
   text-decoration: none;
}
.schemetitle {
   color: #f49404;
   font-size: 95%;
   font-weight: bold;
}
.zemeta {
   color: #ef9a30;
   font-family: arial, helvetica, sans-serif;
   font-size: 8pt;
   text-decoration: underline;
}

	
			.fakeButton {
				text-align:right;
			}
			.fakeButton a {
				background:#eef; border:2px solid #666; border-top:2px solid white; border-left:2px solid white;
				padding:0.3em 0.5em;width:12em; text-align:center; 
				text-decoration:none; font-weight:bold;
			}
			.bigText p {
				margin:0.5em 0 0.7em 0;
				font-weight:bold;
				color:#4c4c8a;
				font-size:1.3em;
			}
			.bigText b {
				color:black;
			}
			.marginRight {
				margin-right: 0.4em;
			}
			
			
			/* Other new classes */
			
			.sortResults {
				padding: 0.5em 0.5em 0.2em 0;
				
			}
			.sortResults ul {
				margin: 0;
				padding: 0;
			}
			.sortResults li {
				display: inline;
				list-style-type: none;
				padding: 0.2em 0.5em;
				background-color: #0768b2;
				color: #fff;
				font-weight: bold;
				border-bottom: 2px solid #a0a0a0;
				border-right: 2px solid #a0a0a0;
				border-top: 2px solid #f0f0f0;
				border-left: 2px solid #f0f0f0;
				margin-right: 0.5em;
				line-height: 2.3em;
			}
			.sortResults li.disableMe {
				background: #d0dce6;
				color: #a7a0a0;
			}
			.sortResults li a {
				text-decoration: none;
				color: #fff;
			}