@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------  */

/*	undo common browser defaults  */

	hr,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset
	{ margin:0; padding:0; border: none; }
	
	input
	{margin: 0 0 1px 0;}

	a img,:link img,:visited img { border:none; }

	h1 span, h2 span, h3 span, h4 span {display:none; padding: 0px; margin: 0px;}
	
/* ----------------------------------------------------------------------------  */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

.ftrtext {
	font-size: 10px;
	color: #fff;
}

a.ftrlink:link,a.ftrlink:visited {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

a.ftrlink:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

.content {
	padding: 5px;
}

a:link,a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}