
/*------------------------------------------------------
G L O B A L  E L E M E N T S
------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	padding: 0;
	margin: 30px;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 18px;
	line-height: 25px;
	background-color:#fff;
	/*background: #eaeaea url(images/back_blue.jpg) repeat-x left top;*/
	/*background: #5a5a5a repeat url(images/bkg_wood.jpg) fixed;*/
	text-align:center;
}
a {
	color: #0071BC;	
	text-decoration: none;

}
a:hover {
	text-decoration: none;
	color:#002253;
}

.left		{ float: left; margin-right: 1em;}
.right		{ float: right; margin-left: 1em;}
 
a img {border: none; }





