@charset "utf-8";
/* CSS Document */
html {overflow-y: scroll;}
body {

     -moz-background-size: cover;
     -webkit-background-size: cover;
     -o-background-size: cover;
     background-size: cover;
     -webkit-background-size: 100%; 
     -moz-background-size: 100%; 
     -o-background-size: 100%; 
     background-size: 100%; 
 
	 margin-left: 0px;
	 margin-top: 5px;
}

p { 
margin-top:0;
background-color:#FFF;
/*margin-bottom:0*/
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #000000;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #000000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #000000;
}
h4 {
	font: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #2f5b5a;
}
.Avra1-Black {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:18px;
	font-weight:bold;
	color:#000000;
}

.Avra2-Black {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:16px;
	color:#000000;
}
.Avra3-Black {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:12px;
	color:#000000;
}

.NormalPageText {
	font-family:Candara, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
}

.NormalPgTxtBold {
	font-family:Candara, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#000;
	font-weight:bold;
}

.Avra2 {
	font-family:Arial, Candara;
	font-size:16px;
	color:#2f5b5a;
}

.Avra3 {
	font-family::Arial, Candara;
	font-size:12px;
	color:#2f5b5a;
}

.Avra3-Bold {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:12px;
	color:#2f5b5a;
	font-weight:bold;
}

.Avra4 {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:14px;
	color:#714151;
}

.Avra4Bold {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:14px;
	color:#714151;
	font-weight:bold;
}

.Avra5 {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:9px;
	color:#2a2a2a;
}

.Avra6 {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:10px;
	color:#FFF;
}

.Avra7 {
	font-family:Arial;
	font-size:10px;
	color:#da5825;
}

.Avra8 {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:11px;
	color:#ffffff;
}

.Avra8Bold {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
}

.AvraCopyright {
	font-family:"Trebuchet MS", Candara, Arial;
	font-size:10px;
	color:#ffffff;
	font-weight:bold;
}


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

a:visited {
	color: #2f5b5a;
	text-decoration: none;
}
a:active {
	color: #2f5b5a;
	text-decoration: none;
}
a:hover {
	color: #2f5b5a;
	text-decoration: none;
}

a.whitelink:link {color: #ffffff;}
a.whitelink:visited {color: #ffffff;}
a.whitelink:hover {color: #ffffff;}
a.whitelink:active {color: #ffffff;}