@charset "utf-8";
/* CSS Document */
	
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#content {
	
	padding-top:120px;
	height: 100%;
	width: 100%;
}

h1 {
	color:#666666;
	line-height:15px;
	font-size:16px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

h2 {
	color:#333333;
	line-height:15px;
	font-size:14px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

h3 {
	color:#666666;
	font-size:10px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
	
/* end hide */






/* link */
a:link {
	color:#990000;
	font-size:14px;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: underline;
	color:#990000;
}
a:active {
	text-decoration: none;
	color:#990000;
}

