BODY 	{ background-color: #FFF;
	  scrollbar-face-color: #FFF;
	  scrollbar-highlight-color: #FFF;
	  scrollbar-3dlight-color: #C80B0B;
	  scrollbar-shadow-color: #FFF;
	  scrollbar-darkshadow-color: #C80B0B;
	  scrollbar-track-color: #FFF;
	  scrollbar-arrow-color: #C80B0B;
	  margin: 0;
	  text-align: justify;
	  color: #000;
	  font-size: 12px;
	  font-family: georgia, "times new roman", serif, sans-serif; }

.top	{ position: absolute;
	  left: 0;
	  top: 0;
	  z-index: 1; }

.nav	{ width: 275;
	  border: none; 
	  font-size: 90%;
	  font-family: georgia, "times new roman", serif, sans-serif;
	  color: #000;
	  text-align: JUSTIFY;
	  align: right;
	  text-transform:uppercase;
	  line-height: 15px;
	  padding: 5;
	  margin: 5; }

.main	{ position: absolute;
	  left: 300;
	  top: 100;
	  z-index: 3;
	  border: none;
	  font-size: 100%;
	  font-family: georgia, "times new roman", serif, sans-serif;
	  text-align: justify;
	  width: 400;
	  padding: 0;
	  line-height: 12px;
	  align: left; }

B	{ color: #002244;
	  font-weight: bold;
	  font-size: 12px;
	  text-transform:uppercase; }

.date	{ font-size: 110%;
	  font-weight: bold;
	  font-family: georgia, "times new roman", serif, sans-serif;
	  text-transform:uppercase;
	  color: #C80B0B;
	  padding: 0; }

.title	{ color: #002244;
	  font-weight: bold;
	  font-size: 110%;
  	  text-align: JUSTIFY;
	  text-transform:uppercase;
	  width: 100%;
	  padding: 0; }

.box	{ background-color: #FFF;
	  width: 190;
	  border: 1px solid #003266;
	  padding: 5;
	  margin: 5; }

.sidebar{ position: absolute;
	  top: 100;
	  left: 5;
	  z-index: 3;
	  width: 280;
	  font-size: 90%;
	  font-family: georgia, "times new roman", serif, sans-serif;
	  text-align: JUSTIFY;
	  align: right;
	  height: 15;
	  padding: 0; }

.end	{ position: absolute;
	  left: 100;
	  z-index: 1; }

input, textarea, select{ background-color: #FFF; 
			 COLOR: #E93002; 
			 border: none; 
			 FONT-FAMILY: "times new roman", serif;
			 FONT-WEIGHT: bold;
			 font-size: 11px; }

a:link,a:visited,a:active { color:#003266; }
a:hover      { color:#ABABAB; }
a{text-decoration:none;font-weight:bold;}