@charset "utf-8";
/* CSS Document */

/* All tags used in the document are set to have zero padding and margins by default. */
html, body, div, h1, h2, h3, h4, p, a, ul, li {
	margin:0;
	padding:0;
	border:0;
    height: 100%;
}

/* BODY */
body { 
    height: 100%;
	margin:0px;
	padding:0px;
	font-family: Verdana, Trebuchet, Arial, sans-serif;
	font-size:10px;
	line-height:138%;
	background-color: #FFFFFF;
	color: #000000;
}

/* Strip some img attributes*/
img {
	border: 0px;
}

/* WRAPPER - Body of the text*/
#wrapper1 { 
	position:relative;
	width: 1024px;
	height: 609px;
	margin: 10px auto;
	border: 1px #000 solid;
	background-color: #FFFFFF;	
}

#wrapper { 
	position:absolute;
	top:50%;
	left:50%;
	width: 1024px;
	height: 609px;
	margin: -305px 0 0px -512px;
	border: 1px #000 solid;
	background-color: #FFFFFF;	
}

.boldTxt
{
	font-weight:bold;
}

.grayTxt
{
	color: #848484;
	text-decoration:none;	
}

.graysmallTxt
{
	font-size:9px;
	color: #848484;
	text-decoration:none;	
}

.orangeTxt
{
	color: #f37500;
}

.blackTxt
{
	color: #000000;
	text-decoration:none;	
}

.blackTxt:HOVER
{
	color: #000000;
	text-decoration:underline;	
}

textarea,
input {
	font-size:11px;
	font-family: Verdana, Trebuchet, Arial, sans-serif;
	color:#33393c;
	border:1px solid #fff;
	background-color:#d6d6d6;
}

textarea {
	width:363px;
	height:100px;
	padding:16px;
	border:none;
	margin:0px;
}


