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


   html, body, #wrapper {
      height:100%;
      margin: 0;
      padding: 0;
      border: none;
      text-align: center;
   }
hr {
	border: solid #fff 1;
}
   #wrapper {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 100%;
   }
body,td,th {
	color: #F7931D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #FFD38B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFD38B;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
	
}
a.special:link {
	color: #B72929;
	text-decoration: none;
	font-size: 9px;
}

a.special:visited {
	text-decoration: none;
	color: #B72929;
	font-size: 9px;
}

a.special:hover {
	text-decoration: underline;
	color: #000000;
	font-size: 9px;
}

a.special:active {
	text-decoration: none;
	color: #B72929;
	font-size: 9px;
}

.Heading {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
h1 {
	font-size: 32px;
	color: #ffffff;
	font-weight: 100;
}
h2 {
	font-size: 28px;
	color: #ffffff;
	font-size: 18px;
	font-weight:100;
}
h3 {
	color: #ffffff;
	font-size: inherit;
}
.style4 {color: #FFFFFF}
.style6 {
	font-size: 9px;
	color: #B72929;
}
.style5 {font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.style7 {color: #B72929}
.imageright {
	float: right;
	border: solid #F3A533 1px;
	margin-left: 10px;
	margin-bottom: 10px;
}

