@import url("layout.css");
/* CSS Document */
img, div,a{behavior: url("iepngfix.htc");}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color:#000;
	font-size:13px;
	background:#414142;
	font-family:Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

a{
	text-decoration:none;
	color:#FFFFFF;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

p{
	line-height:19px;
	font-size:13px;
	color:#333;
	}

		@font-face {
				font-family: 'Schwinger';
				src: url('../fonts/schwinger.eot');
				src: url('../fonts/schwinger.eot?#iefix') format('embedded-opentype'),
						 url('../fonts/schwinger.woff') format('woff'),
						 url('../fonts/schwinger.ttf') format('truetype'),
						 url('../fonts/schwinger.svg#schwinger') format('svg');
				font-weight: normal;
				font-style: normal;

