@charset "UTF-8";
/* CSS Document */


body, div, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, 
th, td { font-family: "Segoe", "Arial", "Helvetica", sans-serif; color:#000000;}
h1, h2, h3, h4, h5, h6 {font-family: "Segoe", "Arial", "Helvetica", sans-serif; color:#999999;}
img, a img {border: 0;}

a:link, a:visited {
	text-decoration: none;
	color: #fff;
}

a:hover, a:active {color : #999;}

/* Remove anchor outlines in Firefox */
a:focus {
     -moz-outline:0;
     outline:0;
     outline-offset: 0; 
}
/* GLOBAL elements */
body {
	margin: 0 auto;
	padding: 0;	
	background: #fff;
	font-size: 12px;
	line-height: 15px;
	*font-size: 75%;
	*line-height: 125%;
	color : #666;
}
/* makes IE default to "10px" relative size */
* html body	{font-size: 75%;}

/* makes Mozilla default to 10px */
html>body	{font-size: 12px;}

/* font-size below makes all sections in all browsers default to "11px" relatively */

#container {
	width: 1000px; 
	margin: 0 auto;
	text-align: left; 
	font-size: 1.1em;
}
#footer {
margin-top: 25px;
}