body {
   padding          : 0px;
   margin           : 0px;
}

p,div,td,table,form,center {
   padding          : 0px;
   margin           : 0px;
   color            : #000000;
   line-height      : 15px;
   font-family      : Verdana, Arial, Helvetica, sans-serif;
   font-size        : 11px;
}
   
img {
   border           : 0px;
}

H1 
   {
   font-size 	    : 12px;
   font-weight      : bold;
   padding          : 0px;
   padding-bottom   : 10px;
   padding-top      : 0px;
   margin           : 0px;
   }
   
H2 
   {
   font-size 	    : 12px;
   font-weight      : bold;
   padding          : 0px;
   padding-bottom   : 0px;
   padding-top      : 0px;
   margin           : 0px;
   }

a, a:link, a:active, a:visited 
   {
   font-weight      : normal;
   color            : #00AEEF;
   text-decoration  : underline;
   }

a:hover 
   {
   color            : #00AEEF;
   }
   
ul {
	margin-left : 15px;
	margin-top : 2px;
	margin-bottom : 6px;
	list-style-type: square;
	}
		
ol
	{
	margin-left : 23px;
	margin-top : 2px;
	margin-bottom : 6px;
	list-style-type : decimal;
	}
		
li
	{
	list-style-position: outside;
	list-style-image: none;
	}
	
.facebook-plugin {
	padding-top			: 5px;
	padding-left		: 0px;
	font-weight			: bold;
}
.facebook-plugin a {
	color				: #163770 !important;
	font-weight			: normal;
}
.facebook-plugin .img {
	float				: left;
	padding-right		: 5px;
}


