body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#outside {
	height:100%;
	width:100%;
}
#main-bg {
	background-repeat:no-repeat;
}


/* font related */
#main-bg h1, #main-bg h2{
	text-decoration:none;
	text-indent: -9999em;
	font: 1px/1px sans-serif; /* stop IE from revealing unnecessary bg */
	background-repeat:no-repeat;
	padding:0px 0px 0px 0px;
}

#main-bg h1{
	height:27px;
	width:350px;
	margin:8px 0px 5px 0px;
}

#main-bg h2{
	height:19px;
	width:274px;
	margin:5px 0px 5px 0px;
}

p, ul, li, a, h2, h3, input, select, textarea {
	font-size: 11px;
}

p, li, h3 {
	line-height:12px;
	color: #929292;
}
p, h3 {
	margin:0px;
	padding:5px 9px 5px 9px;
}

p.intro {
	padding-top:0px !important;
}

p.red, span.red, a {
	color:#E23A3F;
}
p.dark, h2.dark, span.dark {
	color:#5B5C5E;
}
p.white, span.white {
	color:#FFFFFF;
}


a {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;

}

#foot p, #foot a {
	font-size:10px;
	padding: 0;
}
#foot p {
	color:#929292;
}
#foot a {
	color:#E23A3F;
}

span.black, p.black, a.black{
	color: #000000;
}

/* form related */

input, textarea {
	color: #000000;
	border: 1px solid #333333;
	width: 206px;
}
input.chkBox {
	border: 0px;
	color: #FFFFFF;
	width: 10px;
}
input.button {
	width: 45px;
}
input.cms {
	width: 40px;
}

/* hdn related */

/*div.inv {
	left: 0px;
	top: 0px;
	position: absolute;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
}
div.add {
	visibility: hidden;
	overflow: hidden;
	height: 1px;
}*/
#foot p {
	text-transform: uppercase;
	margin: 5px 0 0 0;
}
#footerHref a {
	color: #929292;
}


