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;}
fieldset, img{border:0;}
html {
	font-size: 100%;
}

body {
	background-image: url("bg.jpg");
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 100% 285;
	background-attachment: scroll;
	font-family: Arial, Sans, Verdana; /* "lucida sans", lucida, verdana, "bitstream vera sans", arial, sans-serif;*/
	min-width: 750px;
	text-align: left;
	color: #489cb8;
	font-weight: bold;
}
	
/* Link Styling */
a:link {
	color: #03ECFC;
}

a:visited {
	color: #03ECFC;
}

a:hover {
	color: #03ECFC;
}

a.lnkext:link {
	color: #EB0571;
}

a.lnkext:visited {
	color: #EB0571;
}

a.lnkext:hover {
	color: #EB0571;
}

p {
	margin-bottom: 10px;
}

img {
	border-width: 10;
	border-color: #aaa;
	border-style: solid;
}
