/* CSS Document */

.krumo-root, #debug { text-align: left; }

body {
   margin: 0px;
   padding: 0px;   
   font-family: Arial, Helvetica, sans-serif;
   font-size: 11px;
   color: #2E2D2F;
   text-align: center;
   background: #06376D;
   
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px;
}
h1, h2, h3, h4, h5, h6{
 	font-weight: bold;
}
a {
  text-decoration: none;
  color: #1149A1;
}
a:hover {
  text-decoration: underline;
}

ul {
  margin:0px;
  padding:0px;
  list-style-type: none;
}
fieldset{
	border: none;
	padding: 0px;
	margin: 0px;
}
legend {
  display: none;
}
img {
   border: none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle; 
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
hr {
	margin: 10px 20px 10px 20px;
	border: 0pt none;
	background-color: #000000;
	height: 1px;
}
.hide
{
    display: none;
}
