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

*{
	margin: 0;
	padding: 0;
}

html,body{
	height: 100%;
	background-color: #FF4001;
	background-image: url(a1.jpg);
		
}

.style1 {
	font-family: Tahoma, Times, serif;
	font-size: 20px;
	color: #44007a;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 0px 5px 0px 12px;
}

.style2 {
	font-family: Tahoma, Times, serif;
	font-size: 13px;
	color: #44007a;
	text-decoration: none;
	font-weight: normal;
	text-align: right;
	padding: 0px 5px 0px 0px;
}
.style2 a:link {color: #44007a}     /* unvisited link */
.style2 a:visited {color: #44007a}  /* visited link */
.style2 a:hover {color: #000000}   /* mouse over link */
.style2 a:active {color: #44007a}   /* selected link */

.style3 {
	font-family: Tahoma, Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 13px 15px 0px 13px;
}
.style3 a:link {color: #44007a}     /* unvisited link */
.style3 a:visited {color: #44007a}  /* visited link */
.style3 a:hover {color: #000000}   /* mouse over link */
.style3 a:active {color: #44007a}   /* selected link */

.style4 {
	font-family: Tahoma, Times, serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 15px 15px 0px 13px;
}

.style5 {
	font-family: Tahoma, Times, serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	padding: 5px 0px 5px 0px;
}
.style5 a:link {color: #000000}     /* unvisited link */
.style5 a:visited {color: #000000}  /* visited link */
.style5 a:hover {color: #ffffff}   /* mouse over link */
.style5 a:active {color: #000000}   /* selected link */

.style6 {
	font-family: Tahoma, Times, serif;
	font-size: 22px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 80px 0px 0px 15px;
}
.style6 a:link {color: #000000; text-decoration: none}     /* unvisited link */
.style6 a:visited {color: #000000; text-decoration: none}  /* visited link */
.style6 a:hover {color: #f4f18e; text-decoration: none}   /* mouse over link */
.style6 a:active {color: #000000; text-decoration: none}   /* selected link */

.style7 {
	font-family: Tahoma, Times, serif;
	font-size: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 20px 0px 0px 15px;
}
.style7 a:link {color: #ffffff; text-decoration: none}     /* unvisited link */
.style7 a:visited {color: #ffffff; text-decoration: none}  /* visited link */
.style7 a:hover {color: #000000; text-decoration: none}   /* mouse over link */
.style7 a:active {color: #ffffff; text-decoration: none}   /* selected link */

.style8 {
	font-family: Tahoma, Times, serif;
	font-size: 26px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 0px 15px;
}

