/* Universal Selector
---------------------------------------------------------------*/ 
*			 				{ margin: 0px; padding: 0px; }
body      {  background-color: #FBFBFB;	text-align: center;  font-size: 82%;color: #444444;line-height: 150%; }

/* Hypertext Module
---------------------------------------------------------------*/ 
a:link							{ color:#274AD3; text-decoration:underline; }
a:visited					{ color:#274AD3; text-decoration:underline; }
a:hover						{ color: #008a8c; text-decoration: underline; }
a:active					{ color: #009999; text-decoration: underline; }

h1 a:link					{ color:#525252; text-decoration:none; }
h1 a:visited		{ color:#525252; text-decoration:none; }
h1 a:hover			{ color: #274AD3; text-decoration: none; }
h1 a:active			{ color: #525252; text-decoration: none; }

h2 a:link					{ color:#525252; text-decoration:none; }
h2 a:visited		{ color:#525252; text-decoration:none; }
h2 a:hover			{ color:#274AD3; text-decoration:underline; }
h2 a:active			{ color: #525252; text-decoration: none; }


h3 a:link					{ color:#525252; text-decoration:none; }
h3 a:visited		{ color:#525252; text-decoration:none; }
h3 a:hover			{ color:#274AD3; text-decoration:underline; }
h3 a:active			{ color: #525252; text-decoration: none; }


/* Text Size  Module
---------------------------------------------------------------*/ 
p												{ text-align: left; }
span										{ text-align: left; }
strong								{ font-weight: bold;  }

