/* CSS Document */
html {
   background: url(../images/css/body.gif) repeat-y top center;
}
body {
   margin: 0px;
   padding: 0px;   
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 9px;
   color: #666666;
   text-align: center;
   background: url(../images/css/body_01.gif) no-repeat top center;
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6{
 	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
  color: #0a3c73;
}
a:hover {
  text-decoration: underline;
}
h1 a:hover, h2 a:hover{
   text-decoration: none;
}
ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
   vertical-align: middle;
}
input {
	vertical-align:middle;
	border: 0;
	color: #666666;
}
select {
	color: #666666;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
.hide {
	display: none;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.breaker{
	clear: both;
	height: 1px;
	overflow: hidden;
}