/* HTML tag styles                             */
/***********************************************/
p,ul,ol,li{
	font-family: Arial,sans-serif;
	line-height: 1.166;	
	font-size:12px;
      color:#747474;
      }



/******* hyperlink and anchor tag styles *******/

h1{
font-size:22px;
color:#585552;
font-weight:normal;

}
h2{
font-size:13px;
width:150px;
color:#000;
background:#eeeeee url(/images/bullet1.gif) no-repeat;
text-transform: uppercase;
font-weight:normal; 
padding-left:28px;
padding-bottom:4px;
padding-top:4px;
background-position:3px 3px;
margin-bottom:1px;
}
h3{
font-size:12px;
text-transform: uppercase;
font-weight:normal; 
margin-bottom:5px;
color:#000;
}
a img{
border:none;
}

.alignment_center{
	display: block;
	margin-right: auto;
	margin-left: auto;
			}
.alignment_left{
float: left;
}
/************** header tag styles **************/


/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

				
input{
font-family: Arial,sans-serif;
}
a{
      color:#f7750d;
	font-weight: normal;
text-decoration:none;
	 }
a:hover{
color:#abaf98;
text-decoration:none;
}
.memberslogin{
border:1px #6a6a6a solid;
background:#fff;
color:#000;
}


/***********************************************/
/* Layout Divs                                 */
