@charset "utf-8";

* {
	font-family:Helvetica,Tahoma,Arial,sans-serif;
	font-size:0.97em;
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	margin:0;
	padding:0;
	color:#666;
	line-height:1.5em;
}
html, body {
	font-family:Helvetica,Tahoma,Arial,sans-serif;
	font-size:0.97em;
	*font-size: small; /* IE 7 */
	*font: x-small; /* IE 6 */
	color:#666;
	border:0;
	margin:0;
	padding:0;
	line-height:1.5em; 
}
h1, h3, h4, h5, h6, address {
	color:#666; margin:0; padding:0; border:0;
}
div, blockquote, pre, ul, ol, li, dl, dt, dd {
	color:#666; margin:0; padding:0; border:0;
}
p {
	text-align:left; color:#666; margin:0; padding:0 0 20px; border:0;
}
table, caption, th, td {
	color:#666; margin:0; padding:0; border:0;
}
img {
	border:0;
	display:block;
}
a:link, a:visited, a:active {
	color:#666666; text-decoration:none; outline:none;
}
a:hover {
	color: #123371; text-decoration:underline; outline:none;
}
input [type="text"] {
	height:18px;
}