BODY, TD {
	font-size: 14px;
}

HR  {
color: #cc0000;
  }

/*	Unvisited links								*/
a:link {
color: #990000;
font-size: 14px;
font-family : Arial, Helvetica, sans-serif;
}

/*	Visited links								*/
a:visited {
color: #990000;
font-size: 14px;
}

/*	Active links (not widely supported)					*/
a:active {
color: Silver;
font-size: 14px;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: blue;
font-size: 14px;
}

H1 {
	font-size: 14px;
	color: navy;
}

/*	class blink unvisited links							*/
a.blink:link {
color: #990000;
font-size: 14px;
 text-decoration : none;
 font-family : Arial, Helvetica, sans-serif;
}

/*	class blink visited links							*/
a.blink:visited {
color: #990000;
font-size: 14px;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
font-weight :  bold;
}

/*	class blink active links (not widely supported)				*/
a.blink:active {
color: Blue;
font-size: 14px;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
}

/*	class blink hovered over (MSIE only)					*/
a.blink:hover {
color: #333333;
font-size: 14px;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
}

/*	Unvisited links								*/
a:blink {
color: Navy;
font-size: 14px;
text-decoration : none;
font-family : Arial, Helvetica, sans-serif;
}

/*	class blink unvisited links							*/
a.blink:link {
color: #990000;
font-size: 14px;
 text-decoration : none;
 font-family : Arial, Helvetica, sans-serif;
}

/*	carg links								*/
a.carg {
color: black;
font-size: 12px;
text-decoration :  none;
font-weight :  normal;
}

/*	class cat visited links							*/
a.carg:visited {
color: black;
font-size: 12px;
text-decoration :  none;
}

/*	class cat active links (not widely supported)				*/
a.carg:active {
color: Yellow;
font-size: 12px;
text-decoration :  none;
}

/*	class cat hovered over (MSIE only)					*/
a.carg:hover {
color: #cc0000;
font-size: 12px;
text-decoration :  none;
}

/*	carg links								*/
a.head {
color: white;
font-size: 14px;
text-decoration :  none;
font-weight :  normal;
}

/*	class cat visited links							*/
a.head:visited {
color: white;
font-size: 14px;
text-decoration :  none;
}

/*	class cat active links (not widely supported)				*/
a.head:active {
color: #cc0000;
font-size: 14px;
text-decoration :  none;
background-color :  Silver;
width :  100%;
}

/*	class cat hovered over (MSIE only)					*/
a.head:hover {
color: #cc0000;
font-size: 14px;
text-decoration :  none;
background-color :  Silver;
width :  100%;
}

