﻿body,html { margin:0; padding:0; height:100%;
/*background-color:#666;*/
background-color:#fff;
}

A { text-decoration:none; }

.wrapper 
{
	  height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
}


.trebuchet_ff0000
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#ff0000;
}

.trebuchet_ffffff
{
	font-family:Trebuchet MS;
	font-size:13px;
	color:#ffffff;
}

.trebuchet_006699
{
	font-family:Trebuchet MS;
	font-size:12px;
	color:#006699;
}


.tahoma_666666
{
	font-family:Tahoma;
	font-size:10px;
	color:#666666;
}

.tahoma_FF0000
{
	font-family:Tahoma;
	font-size:10px;
	color:#FF0000;
}

.tahoma_FFFFFF
{
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}

.tahoma_333333
{
	font-family:Tahoma;
	font-size:10px;
	color:#333333;
}

.tahoma_81B4E8
{
	font-family:Tahoma;
	font-size:11px;
	color:#81B4E8;
}

.tahoma_FF6600
{
	font-family:Tahoma;
	font-size:10px;
	color:#FF6600;
}

.arial_FF6600
{
	font-family:Arial;
	font-size:11px;
	color:#FF6600;
}

.arial_1f79b4
{
	font-family:Arial;
	font-size:12px;
	color:#1f79b4;
}

.arial_666666
{
	font-family:Arial;
	font-size:11px;
	color:#666666;
}

.arial_10ADC3
{
	font-family:Arial;
	font-size:11px;
	color:#10ADC3;
}

.arial_2679CC
{
	font-family:Arial;
	font-size:12px;
	color:#2679CC;
}

.arial_3C8CDA
{
	font-family:Arial;
	font-size:11px;
	color:#3C8CDA;
}

.arial_FF3366
{
	font-family:Arial;
	font-size:13px;
	color:#FF3366;
}

.arial_FFFFFF
{
	font-family:Arial;
	font-size:13px;
	color:#FFFFFF;
}

.arial_000000
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
}

.arial_333333
{
	font-family:Arial;
	font-size:11px;
	color:#333333;
}

.arial_006699
{
	font-family:Arial;
	font-size:12px;
	color:#006699;
}

.arial_009732
{
	font-family:Arial;
	font-size:12px;
	color:#009732;
}

.arial_993366
{
	font-family:Arial;
	font-size:12px;
	color:#993366;
}

.arial_cc0000
{
	font-family:Arial;
	font-size:11px;
	color:#cc0000;
}

.arial_5299df
{
	font-family:Arial;
	font-size:12px;
	color:#5299df;
	font-weight:bold;
}

.link
{
	text-decoration:none;
}

.link:hover
{
	text-decoration:underline;
	cursor:pointer;
}

* html .link
{
	text-decoration:none;
	m: expression(this.onmouseover = new Function("this.className = 'link-hover';"));
}

* html .link-hover
{
	text-decoration:underline;
	cursor:pointer;
	m: expression(this.onmouseout = new Function("this.className = 'link';"));
}