a {
  outline: none;
}

h2 {
  text-align: center;
}

#topmenu a:link {  
  color: #FFFFFF; 
  text-decoration: none;
}

#topmenu a:visited {
  text-decoration: none;
  color: #FFFFFF;
}

#topmenu a:hover {
  color: #99CCFF;
  text-decoration: underline;
}

body {  
  font-family: "Arial", "Helvetica", "sans-serif";
}

#path {
	width:760px;
	clear:both;
	float:left;
	font-size:11px;
	font-weight:normal;
    font-color: red;
	margin:4px 0px 5px 0px;
}

#path a {
	font-weight:normal;
    color: red;
}

#sidebar {
  width: 270px;
}

#sidebar ul {
	padding: 10px 0 15px 10px;
	color: #000;
	list-style: none;
	font-size: 12px;
	line-height: 11px;
}

#sidebar ul li {
	margin-bottom: 12px;
}

#sidebar ul li a, #footer a, .link {
	text-decoration: none;
	color: blue;
}

#sidebar ul li a:hover, #footer a:hover {
	text-decoration: underline;
	color: #blue;
}

.post {
  padding: 0 15px 0 15px;
  background: url(/files/img05.gif) no-repeat left top;
}

.post .title {
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #D1D1D1;
}

.post a:link {
  color: blue; 
  text-decoration: none;
}

/* FMenu */

#fmenu {
	clear: both;
	margin-top: 5px;
	padding-top: 15px;
	text-align: center;
	font-size: 12px;
}

#fmenu ul {
	list-style: none;
	display: inline;
	float: left;
}

#fmenu li {
	display: block;
	float: left;
	width: 300px;
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.1em;
}

#fmenu ul li a, #footer a, .link {
	text-decoration: none;
	color: blue;
}

#fmenu ul li a:hover, #footer a:hover {
	text-decoration: underline;
	color: #blue;
}

.footer a {
	color: #FFF;
}

#life {
	font-size: 13px;
}

#report {
	font-size: 13px;
    text-align: left;
}

#report td {
	font-size: 13px;
}

#leftmenu {
  width: 250px;
  margin-left: 10px;
}

