body, td { 
	font-family: Verdana, Helvetica; 
	font-size: 8pt;	 
}

td.blue1 {
  background-color: #5674A8;
  color: #ffffff;
  font-weight: bold;
}

td.blue2 {
	background-color: #8FB0F5;
	color: #FFFFFF;
	font-size: 8pt; 
	font-weight: bold;
}

.color1 {
  background-color: #FD0074
}

.color2 {
  background-color: #FFB724
}

.color3 {
  background-color: #8DD318
}

.color4 {
  background-color: #06D0DE
}

.color5 {
  background-color: #004FAB
}

.lcolor1 {
  background-color: #FFD3E7
}

.lcolor2 {
  background-color: #FFDE9A
}

.lcolor3 {
  background-color: #E1F3C2
}

.lcolor4 {
  background-color: #CAF5F8
}


input, 
select, 
textarea {
  background-color : #CCE8FB;
  color: "#005EA6";
  font-weight: bold;
}

a, 
a:link, 
a:active, 
a:hover {
	font-family: Verdana, Helvetica; 
	font-size: 8pt;	
	text-decoration: none;
}

a:link, 
a:visited {
	color: #005EA6;
}

a:active, 
a:hover {
	color: rgb(22,165,252);
	text-decoration: underline;
}

a.menu:link, 
a.menu:visited {
	color: #ffffff;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

a.menu:active, 
a.menu:hover {
	color: #CCE8FB;
	font-weight: bold;
}

a.head:link, 
a.head:visited {
	color: #0071DB;
	text-decoration: none;
	font-family: Times New Roman, Times, Helvetica;
  font-weight: bold;
  font-size: 14pt;
}

a.head:active, 
a.head:hover {
	color: #000000;
	font-family: Times New Roman, Times, Helvetica;
  font-weight: bold;
  font-size: 14pt;
}

a.x:link, 
a.x:visited {
	color: rgb(0,113,219);
	font-weight: bold;
}

a.x:active, 
a.x:hover {
	color: #ffffff;
	font-weight: bold;
}

a.subCategory:link, 
a.subCategory:visited {
	color: #005EA6;	
}

a.subCategory:active, 
a.subCategory:hover {
	color: rgb(22,165,252);
	text-decoration: underline;	
}

a.mainCategory:link, 
a.mainCategory:visited {
	color: #005EA6;	
	font-weight: bold;
}

a.mainCategory:active, 
a.mainCategory:hover {
	color: rgb(22,165,252);
	text-decoration: underline;	
	font-weight: bold;
}

.newsitem {
  clear: all;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 2px #FFB724;
}

.newsitem img {
  border: solid 1px #FFB724;
}

.title {
  font-weight: bold;
  font-size: 14px;
}

.newsdate {
  text-align: right;
  font-weight: bold;
  color: #777777;
}




