
body 
{
	font-family: 'Verdana';
	font-size: 11px;
	color: #393939;
	background: #fff;
	padding: 0;
	margin: 20px 35px 0px 35px;
}

a
{
	color: #CC0000;
	text-decoration:none;
}
a:hover
{
	color: #CC0000;
	text-decoration:underline;
}

h1 
{
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 18px;
  font-family: 'Verdana';
  color:#444444;
  letter-spacing:0.8px;
}

h2
{
	font-size:11px;
	font-weight:bold;
  	line-height:20px;
  	text-align:left;
  	color:#666666;
	margin:0px 0px 5px 0px;
}

p 
{
  font-size:11px;
  line-height:20px;
  text-align:left;
}

#navigation 
{
  width:175px;
  margin: 0px;
  float:left;
  text-align:right;
}

#navigation ul 
{
  list-style:none;
  margin:0;
  padding:0;
}

#navigation li
{
  margin-top: 6px;
  margin-bottom: 5px;
  background:url(/images/page/arrow-2.png) no-repeat center right;
  padding-right:20px;
  border-bottom:0px dotted #efefef;
  vertical-align:middle;
}

#navigation li.active 
{
  margin-top: 0px;
  margin-bottom: 1px;
  background:white;
}

#navigation ul li sup 
{
  font-size:10px;
}
#navigation a
{
	color: #161616;
	text-decoration:none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
   line-height:22px;
}
#navigation a:hover
{
	color: #CC0000;
	text-decoration:underline;
}

#image
{
	width:300px;
	height:300px;
	float:left;
	text-align:left;
	margin:0px 20px 0px 10px;
}
#text
{
	margin:0px;
	width:350px;
	float:left;
	text-align:left;
}

#text p
{
	margin:0px;
}

#text sup
{
	font-size:9px;
	font-weight:bold;
}
.ipt
{
	width:350px;
	font-size:10px;
}
#SinglePreview
{
	border:1px solid #cccccc;
	height:244px;
	width:255px;
	left:0;
	top:0;
	position:absolute;
	z-index:100;
	text-align:center;
	vertical-align:middle;
	overflow:hidden;
	background:#ffffff;
}