* {
	font-size: 12px;
}
body {
	font-family: Verdana;
	color: #000;
	background: #808080 url("/img/logoV.png") no-repeat fixed 0 10px;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active {
	color: #666;
/*	background: transparent; */
}
a:hover {
	color: #000;
/*	background: transparent; */
}
div, p {
	margin-top: 15px;
	line-height: 170%;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
	color: #666;
}
h3 {
  border-bottom: 1px dotted #888; 
	font-size: 12px;
	font-weight: normal;
	color: #444;
	padding: 10px 20px;
	margin: 2em 0.3em;
	letter-spacing: 0.15em;
}
h4 {
  text-align:right;
	padding-right: 1em;
	padding-bottom: 0.2em;
  border-bottom: 1px dotted #888; 
	margin: 2.5em 0.3em;
	font-size: 0.9em;
	font-weight: normal;
	color: #444;
	letter-spacing: 0.15em;
}
img {
	border: 0;
}
img.anchor {
	border: 2px solid #008EFF;
}
img.v-middle {
	vertical-align: middle;
}
.lrCol {
	background: #eed;
	padding-top: 20px;
}
.lrCol div.menu {
	line-height: 30px;
	border-top: 1px solid #E0E0D0;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.lrCol b {
	font-weight: normal;
	color: #ff5500;
}
div.title {
	border: 1px solid #E0E0D0;
	background: #eed;
	padding: 5px;
	margin-bottom: 15px;
	text-align: center;
	letter-spacing: 2px;
}
div.notice {
	clear: both;
	border: 1px solid #aaa;
	padding: 5px;
	padding-left: 55px;
	margin: 25px 10px;
	background-image: url(/img/lightbulb_32.png) ;
  background-repeat: no-repeat;
  background-position: 12 8;
	background-color: #f5f5f5;	
  height: 45px;
}

table.BottomBorder td{
  padding: 15px;
  border-bottom: 5px solid #d4d0c8 ;
}

#centerColumn {
	background: #fff;
	padding-top: 20px;
}

#footer {
	color: #fff;
	letter-spacing: 8px;
}

li.favorite {
  list-style-type: none; 
  background: url('/img/mime-icons/favorite.png') no-repeat 0 1em; 
  margin-left: 3em;
	padding: 0.8em;
	text-indent: 1em;
}
