/* General website formatting */


h1{
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	color: Red;
	font-size: 20pt;
	vertical-align: middle;
}

h2{
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	color: Red;
	font-size: 16pt;
	vertical-align: middle;
}

h3{
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	
}

h4{
	font-family: Arial, Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	font-size: 12pt;
}


h5{
   font-family : Courier,sans-serif;
   font-style : normal;
   font-size : 9pt; 
   font-weight :normal;
   text-align :center;
}

h6{
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: Red;
	font-size: 11px;
	line-height: 12px;
}

label{
	font-family: Verdana, sans-serif;
	font-style: normal;
	color:#fe3234;
	font-size: 8pt;
	line-height: 10px;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
}


th{
	font-family: Verdana, sans-serif;
	color:#fe3234;
	font-style: normal;
	font-variant: small-caps;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	
}


p{
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	margin: 0px 4px 0px 4px;
}


p.bold{
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 0px 4px 0px 4px;
}


p.group{
	font-family: Verdana, sans-serif;
	color:white;
	font-style: normal;
	font-variant: small-caps;
	font-weight: normal;
	text-align: justify;
	margin: 0px 4px 0px 4px;
}


p.member{
	font-family: Verdana, sans-serif;
	color:#000;
	font-style: normal;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	margin: 0px 4px 0px 4px;
}


p.footer{
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 7pt;
	line-height: 10px;
	font-weight: normal;
	text-align: left;
	font-variant: normal;
	margin: 0px 4px 0px 4px;
}


p.cpyright{
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 7pt;
	font-weight: lighter;
	text-align: center;
	font-variant: normal;
}


.indent{
	margin: 0px 20px 0px 20px;
}
  
.center{ 
         font-family : Verdana, sans-serif;
         font-style : normal;
         font-size : 10pt; 
         font-weight :normal;
         text-align : center;
}


.form{ 
         font-family : Verdana, sans-serif;
         font-style : normal;
         font-size : 10pt; 
         font-weight :normal;
         text-align : left;
			padding-left: 150px;
}			

.left{
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	border-left: 20px;
}


.footer{
	font-family: Verdana, sans-serif;
	font-style: italic;
	font-size: 8px;
	font-weight: normal;
	text-align: center;
} 

marquee{
	behaviour: slide;
	direction: left;
	loop: continual;
	align: middle;
	color: #fe3234;
	font-size: 8;
	font-weight: bolder;
	background-color: #fff;
	border-top: thin solid #979d77;
	border-bottom: thin solid #979d77;
}

