a:link, a:visited {
	color : #000099;
	text-decoration : none;
}

a:hover {
	background-color : #;
	color : #cc9900;
	text-decoration : none;
}

body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #000000;
  background-color:#999999;
  background-image:url(images/bg.jpg);
  background-repeat:repeat-y;
  background-position:center;
}

td {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #000000;
}

.main_title{
	font-size:  14pt;
	font-weight: bold;
	color: #000099;
}

.sub_title{
	font-size:  12pt;
	font-weight: bold;
	color: #cc9900
}

.blue_sub_title{
	font-size:  12pt;
	font-weight: bold;
	color: #000088
}

.warning_text  {
	color: #ff0000;
	font-size: 8pt;
}

.black_small_italic  {
	color: #000000;
	font-size: 8pt;
	font-style : italic;
}

.breadcrumb_nav  {
	color: #000000;
	font-size: 8pt;
}

.black_medium_bold  {
	color: #000000;
	font-size: 10pt;
	font-weight : bold;
}

.main_nav_hyperlinks {
	text-decoration : none;
	color: #000000;
	font-size: 10pt;
	font-weight : bold;
}

.menu_bg{
background-image:url(images/menu_bar_ends_gray.gif);
background-repeat:repeat-x;
background-position:center;
}

