html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	text-align: center;
/* hide from ie on mac \*/
	height: 100%;
/* end hide */
}

body {
	/*height: 100%;
	max-height: 100%;*/
	min-width: 995px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #B0AEA8 url(/Assets/CSS/wayin/background_repeater.jpg) repeat-x;
	text-align: center;
	color: #666666;
	font-family: "Helvetica Neue", Arial, Verdana, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	line-height: 1.7em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1.5em;
	margin: 36px 0 20px 0;
	padding: 0 0 0 0;
	color: #F5D502;
}
h2 {
	font-family: "Trebuchet MS", Arial;
	font-size: 1.3em;
	font-style: normal;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
h3 {
	font-family: Arial;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	color: #B01F23;
}

div.hr {
	border-top: 1px dotted #B01F23;
	margin: 0 0 20px 0;
	height: 1px;
}

p {
	color: #666666;
	margin: 0 0 20px 0;
	padding: 0;
}

ul {
	list-style-type: circle;
	margin: 0 0 0 0;
	padding: 0 0 20px 16px;
}

li {
	color: #8B8B8B;
}

li strong {
	color: #FFFFFF;
	/*color: #24BCB7;
	color: #E36D8F;*/
}

p.introduction {
	font-size: 1.1em;
	font-weight: bold;
}

.grey_text {
	padding-left: 3px;
	color: #8B8B8B;
}

img {
	border: 0;
	padding: 0;
	margin: 0;
}

img:link, img:visited, img:active, img:hover {
	border: 0;
	text-decoration: none;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

.content {
	width: 1024px;
	min-width: 1024px;
	min-height: 735px;
	/*overflow: hidden;*/
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left:  auto;
	margin-right: auto;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

.alternative_content {
	padding-top: 140px;
	text-align: center;
}

.alternative_content p {
	color: #FFFFFF;
	padding-top: 60px;
}

.alternative_content p a, .alternative_content p a:link, .alternative_content p a:visited, .alternative_content p a:active, .alternative_content p a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}









