@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration: none;
	color:#000
}

a:visited {
	text-decoration: none;
	color: #666;
}

a:hover	{
	font-weight: bolder;
	}

a:active {
	text-decoration: none;
	color: #000;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	text-align: left;
	font-weight: bold;
	text-indent: 10px;
	padding: 20 0 10 0;
	width: 70%;
}

.body {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 20 20 5 20;
	width: 70%;
}

.bodyleft {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 20 20 5 20;
	width: 70%;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	font-weight: normal;
	text-indent: 10px;
	padding: 20 20 20 20;
	width: 70%;
	}
	
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #999;
	padding: 0 0 0 0;
	text-indent: 10px;
	width: 70%;
}
.image1 {
	position: centre;
	padding: 20 20 20 20;
	width: 70%;
}
.logo {
	position: relative;
	height: 60%;
	width: 70%;
	padding: 20 20 20 20;
	text-align: center;
	width 70%
	color:#FFF
}
