/*
html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
*/

body 
{
 font-family:Verdana;
 font-size:12px;
 color:#4f4f4f;
 background-color:#ffffff;
}

h1 {
	font-family: Verdana;
	font-size: 14px;
	color: #4f4f4f;
	font-weight:bold;
	font-variant: small-caps;
	text-align: right;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;	
	border-top-color: #e04857;
	padding-bottom:15px;
}
h2 {
font-family: Verdana;
	font-size: 12px;
	color: #4f4f4f;
	text-align: right;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;	
	border-top-color: #e04857;
	padding-bottom:15px;
}
h3 {font-size:14px;color:#000000;}
p {margin-top:0px;}


a:link, a:visited, a:active, a:hover
{ 
  text-decoration:none;
  font-weight:normal;
  color:#4f4f4f;
  font-size:12px;
}

a:active, a:hover
{ 
 text-decoration:underline;
}

#title {
height:40px;
padding:5px;
border-bottom:0px groove #000000;
margin-bottom:20px;
}

#left {
	width:130px;
	float:left;
	line-height:15px;
	border:2px;
}


#content {
	width:370px;
	float:right;
	border:2px;
}
#metaman{
 font-family:Verdana;
 font-size:9px;
 color:#4f4f4f;

}

