/* Reset CSS Elements */
body {
	background:url(../images/page_bg.jpg) bottom left repeat-x;
	background-color:#222;
	font-size:11px;
	line-height:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#444;
	margin:0px;
}

a {color:#003663; text-decoration:none; }
a:hover { text-decoration:underline;}

a img { border:none; }

img { vertical-align:bottom; }

input, select, option { margin:0px; padding:1px; font-size:10px; }


