/**************
* general.css 
**************/

html
{
 /*overflow: -moz-scrollbars-vertical !important; */
 height: 100.01%;
 padding: 0px;
 margin: 0px;
 border: 0px transparent none;
}

body
 {
   padding: 0px;
   margin: 0px;
   border: 0px transparent none;
   /* font */
   color: #515151;
   font-size: 11px;
   font-family: Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
}


div,span,table,td,tr,form,input
 {
     padding: 0px;
     margin: 0px;
     border: 0px transparent none;
     /* font */
     color:#515151;
     font-size: 11px;
     font-family: Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
}


p,h1,h2,h3,h4,h5,h6,ol,ul,li,strong
{
       padding: 0px;
       margin: 0px;
       border: 0px transparent none;
       /* font */
       color:#515151;
       font-size: 11px;
       font-family: Verdana,Arial,Helvetica,sans-serif,Trebuchet MS;
}


/*** clearfix ***/
.clearfix { clear: both; line-height: 0px; font-size: 0px; display: block; height:0px; margin:0px; padding: 0px; }


/***********
* fonts
***********/

p
{
 font-family: arial;
 font-size: 13px;
 line-height: 150%;
}

	strong
	{
	font-family: arial;
	font-size: 13px;
	line-height: 150%;
	font-weight: bold;
	}

	h1
	{	
	color:#697EA3;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	letter-spacing: 1px;
	padding: 10px 0px 10px 0px;
	}


	h2
	{	
	color:#697EA3;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding: 5px 0px 5px 0px;
	}
	
	h3
	{	
	color:#697EA3;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding: 2x 0px 2px 0px;
	widh: 100%; 
	border-bottom: 1px dotted #697EA3;
	}	
	
	h4
	{	
	color:#697EA3;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	letter-spacing: 1px;
	padding: 2x 0px 2px 0px;
	widh: 100%; 
	border-bottom: 1px dotted #697EA3;
	text-align: center;
	}
	
	h6
	{
	 font-family: arial;
	 font-size: 13px;
	 line-height: 150%;
	 font-weight: bold; 
	color:#697EA3;
	}
	
	a
	{
	text-decoration: none; 
	color: #697EA3;	
	font-weight: bold;
	border-bottom: 1px #697EA3 dotted;
	}

	a:hover 
	{
	text-decoration: none; 
	color: #4d4d4d;	
	font-weight: bold;	
	border-bottom: 1px #4d4d4d dotted;
	}
	
	a img
 	{
  	border: 0px !important;
	}
	
	.lightboxSpan a
	 {
	  border: 0px !important;
	  }


hr
{
 margin: 6px 0px 6px 0px;
 color: #ECE9DA;
 padding 0px; 
 height: 0px;
}


