@charset "utf-8";
/* CSS Document */
body {
	font-size: 12px;
	line-height: 160%;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Verdana, Geneva, sans-serif;
	background-image: url(../img/header_bg.gif);
	background-repeat: repeat-x;
}

a , a:visited {
	color: #0033B3;
	text-decoration: underline;
	}
	
a:hover{text-decoration: none;}

p,h1,h2,h3,h4,h5,h6,form {
	margin: 0px;
	padding: 0px;
}

ul,dl,ol{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

table{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-collapse:collapse;
	border: 1px solid;
}


th, td{
	border: 1px solid;
	padding: 4px;
}



img{
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


bold{
	font-weight: bold;
}
