/* Cascading Style Sheet */

body,P,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
	line-height: 140%;
}

.tiny {
	font-size: 7pt;
	line-height: 140%;
}

.legal {
	color: #808080;
	font-size: 6pt;
	line-height: 100%;
}

.singlesp {
	line-height: 140%;
}

.space80 
{
	line-height: 180%;
}

.vp {
	color: #B12721;
	font-style: normal;
}

.blacknone {
	color: #000000;
	font-style: normal;
}

.boxtitle {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
}

.headline {
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #808080
}

td.graybox {
	background: #f0f0f0;
}

/* title with graybox */
h1 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	border: 0px;
}

h1.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	width: 620px;
	background: #ffffff url('images/Frame/h1_back.gif') no-repeat;
	background-position: center left;
	vertical-align: middle;
	/* position text */
	padding-left: 12px;
	/* space under title */
	margin-bottom: 8px;
	margin-top: 3px;
}

h1.title_left
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 35px;
	height: 35px;
	width: 235px;
	background: #ffffff url('images/Frame/h1_back_left.gif') no-repeat;
	background-position: center left;
	vertical-align: middle;
	/* position text */
	padding-left: 12px;
	/* space under title */
	margin-bottom: 8px;
	margin-top: 3px;
	margin-right: 3px;
}

/* Anchor Definitions */
a.button:link {
	text-decoration: none;
}

a.button:visited {
	text-decoration: none;
}

a.button:active {
	text-decoration: none;
}

a.button:hover {
	text-decoration: none;
}

a.href:link {
	text-decoration: none;
	color: #0060b8;
}

a:link {
	text-decoration: none;
	color: #0060b8;
}

a:visited {
	text-decoration: none;
	color: #0060b8;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: underline;
}

/* Element Definitions */
hr {
	color: #808080;
	background-color: #808080;
	border: 0;
	height: 1px;
}

/* White delimiter for menu entries (menu left) */
hr.white {
	color: #ffffff;
	background-color: #ffffff;
	border: 0;
	height: 2px;
}

/* Class for legal notice in footer */
hr.legal 
{
	color: #808080;
	border: 0;
	height: 1px;
	width: 620px;
	text-align: left;
}

/* Class for flag images */
.flag
{
	width: 24px;
	height: 16px;
	border: 0;
	border-right: solid 5px #ffffff;
}

/* Table for specficications */

#specs-table
{
	font-family: Arial, sans-serif;
	width: 580px;
	text-align: left;
	border: 0px;
	empty-cells: show;	
    color: #4d4d4d;
	border-collapse: collapse;
	padding: 3px 3px 3px 3px;
	}

#specs-table th
{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	width: 318px;
	height: 20px;
	background-image: url('images/Tab.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	border: 0px;
	padding: 3px 3px 3px 3px;
}

#specs-table td
{
	border: solid 2px #FBD613;
    text-align: center;
    color: #4d4d4d;
    width: 20px;
	padding: 3px 3px 3px 3px;
}

#specs-table td.blank
{
	border: solid 0px #FFFFFF;
    text-align: left;
    height: 18px;
	padding: 3px 3px 3px 3px;
}

#specs-table td.del
{
	border-style: solid; 
    border-color:#FBD613;
    text-align: left;
    color: #4d4d4d;
    width: 16px;
	padding: 3px 3px 3px 3px;
}

#specs-table td.first
{
	font-size: 9px;
	border-style: solid; 
    border-color:#FBD613;
    text-align: left;
    width: 454px;
	padding: 3px 3px 3px 3px;
}
