body {
	background-color: #4e4e4e;
    font-size: 13px;
    font-family: Arial;
	color: #4e4e4e;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
td, th {
  font-size: 11px;
} 
a {
	color: #136FB0;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #003366;
}
.top_menu_link{
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.top_menu_link:hover{
	font-size: 18px;
	color: #93025D;
	text-decoration: none;
	font-weight: bold;
}
.left_menu_link{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.left_menu_link:hover{
	font-size: 12px;
	color: #b0006e;
	text-decoration: none;
	font-weight: bold;
}
.grey_dark_text{
	font-size: 13px;
	color: #494949;
	text-decoration: none;
	font-weight: bold;
}
.grey_text{
	font-size: 13px;
	color: #959696;
	text-decoration: none;
	font-weight: bold;
}
.pink_text{
	font-size: 13px;
	color: #93025d;
	text-decoration: none;
	font-weight: bold;
}
li{
	list-style-image:url(images/li_image.gif);
	text-align:left;
	color:#a3a3a3;
	font-weight:bold;
}
.header {
  font-size: 14px;
  font-weight: bold;
  background-color: #a5b1b5;
}
.left_menu {
  padding-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #DDDDDD;
}
.content {
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #cccccc;
}
.footer {
  font-size: 14px;
  font-weight: bold;
  background-color: #a5b1b5;
}
