/* HTML Defaults and Generics Classes */

* { 
	margin: 0; 
	padding: 0;
}

body { 
	background: #fff; 
	font: 68.75% Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #363531;
	}
	h1 { 
		font-size: 1em; 
	}
	h2 { 
		font-size: 1em; 
	}
	h3 { 
		font-size: 1em;
	}
	p { 
		margin: 0 0 14px 0;
		line-height: 13px;
	}
	table { 
		}
		caption { 
			font-size: 1em; 
			text-align: left;
		}
		th { 
			font-size: 1em;
			text-align: left;
			}
			th th {
				font-size: 1em;
			}
		td { 
			padding: 0;
			font-size: 1em;
			}
			td td {
				font-size: 1em;
			}
	ul {
		list-style: none;
		}
		li {
			font-size: 1em;
			}
			li li {
			font-size: 1em;
			}
	hr {
		border: 0; 
		height: 1px; 
		background: #DFDEDA; 
			*color: #DFDEDA; 
		margin-bottom: 0;
	}
	a, a:link, a:visited {
		color: #4280b0;
		text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
	img { 
		border: none;
	}
	form {
		padding: 0;
		margin: 0;
		}
	input, select, textarea, label {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		color: #363531;
	}

#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px;
  visibility:hidden;
}