/**********************GLOBAL AND RESET***********************/

/* Imported CSS */
@import url("content.css");
@import url("navigation.css");

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{ margin:0;padding:0;}
table{ border-collapse:collapse;border-spacing:0;}
fieldset,img{ border:0;}
ol,ul,li{ list-style:none; list-style-position:outside;}
a img{ border:0;}
.clear{ clear:both;}

a:link, a:visited{ color:#053e73; text-decoration:none;}
a:hover{ color:#185fa2; text-decoration:underline;}

html {
	overflow-y: scroll;
}

body{
	font-size:62.5%;
	color:#666762;
	font-family:Arial, sans-serif;
	border-top:6px #262323 solid;
	background:#1e1f21 url(../images/body_bg.gif) top repeat-x;
}

