html,body{
	margin			: 0;
	padding			: 0;
	height			: 100%;
	border			: none;
	background-color	: #ffffff;
	text-decoration		: none;
	FONT-FAMILY		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	color			: #515c41;
	FONT-SIZE		: 12px;
   }

.main {
	position:absolute;
	color:#333;
	background:#ffffff;
	border:0px solid #000;
	padding:0px;
	margin:0px;
	height:100%;
	width:100%;
	overflow: visible;
	top: 0px;
} 

table.wrapper {
	background-color	: #ffffff;
	background-image	: none;
	margin			: 0 auto;
	text-align		: center;
	padding			: 0px 0px 0px 0px;
	border			: outset 0px;
	width			: 100%;
	height			: 100%;
}

table.contentContainer {
	width			: 100%;
	height			: 100%;
	background-color	: #fff;
	margin			: 0 auto;
	text-align		: center;
	padding			: 0px 0px 0px 0px;
	border			: inset 0px;
	border-color		: #fff;
}

.txt {
	FONT-FAMILY		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 12px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	color			: #000000;
	text-decoration		: none;
}

.txtGr {
	FONT-FAMILY		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 10px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	color			: #a0a19f;
	text-decoration		: none;
}

.txtHeading1 {
	FONT-FAMILY		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 24px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: bold;
	font-variant		: normal;
	color			: #9db385;
	text-decoration		: none;
}

.txtHeading2 {
	FONT-FAMILY		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 12px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: bold;
	font-variant		: normal;
	color			: #de6210;
	text-decoration		: none;
}

.txtHeading3 {
	FONT-FAMILY		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 12px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: bold;
	font-variant		: normal;
	color			: #333333;
	text-decoration		: none;
}

.txt2 {
	FONT-FAMILY		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 20px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	color			: #cccccc;
	text-decoration		: none;
}

.txtGrLink {
	font-family		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 10px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	text-decoration		: none;
	color			: #a0a19f;

}
.txtGrLink:VISITED {
	font-family		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 10px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	text-decoration		: none;
	color			: #634e04;

}
.txtGrLink:HOVER {
	font-family		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 10px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	text-decoration		: none;
	color			: #588805;

}

.txtLink {
	font-family		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 12px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	text-decoration		: none;
	color			: #273000;

}
.txtLink:VISITED {
	font-family		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 12px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	text-decoration		: none;
	color			: #634e04;

}
.txtLink:HOVER {
	font-family		: Verdana, Tahoma, Ms Sans Serif, Arial, Helvetica;
	font-size		: 12px;
	font-style		: normal;
	line-height		: normal;
	font-weight		: normal;
	font-variant		: normal;
	text-decoration		: none;
	color			: #588805;

}

.col1
{
	BACKGROUND-COLOR	: #ffffff;
	BORDER-LEFT		: #8ccbc6 1px double;
	BORDER-RIGHT		: #8ccbc6 1px double;
	BORDER-TOP		: #8ccbc6 1px double;
	BORDER-BOTTOM		: #8ccbc6 1px double;
	FONT-SIZE		: 12px;
	FONT-FAMILY		: Ms Sans Serif, Verdana, Arial, Tahoma, Helvetica;
	COLOR			: #000000;
}

.col2
{
	BACKGROUND-COLOR	: #517c79;
	BORDER-LEFT		: #CCCCCC 1px double;
	BORDER-RIGHT		: #CCCCCC 1px double;
	BORDER-TOP		: #CCCCCC 1px double;
	BORDER-BOTTOM		: #CCCCCC 1px double;
	FONT-SIZE		: 12px;
	FONT-FAMILY		: Ms Sans Serif, Verdana, Arial, Tahoma, Helvetica;
	COLOR			: #FFFFFF;
	font-weight		: normal;
}