@charset "utf-8";
/*----------------------------------------------------------------------------- 
globet Screen Stylesheet 
Author: Goshine
version:   1.0 
date:      20/07/2010
website:   http://www.goshine-design.co.uk

-----------------------------------------------------------------------------*/
* { margin: 0;
	padding: 0;
	outline: 0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	background: transparent;
	border:none;
	text-decoration:none;

} 
a img,img{border: 0;}
body {
	background-image:url(../../images/css-images/top-body-bg.png);
	
	background-repeat:no-repeat;
    background-color:#023961;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

h1,h2,h3{letter-spacing:1px;}
.clear{clear:both; width:100%; height:1px; margin:0px; padding:0px;}
br{height:0px;}

a:visited,a:link{color:#E4F7FB;text-decoration:none;}
select { color:White;}


