/* CSS Document */
body {
	margin:0px;
	padding:0;
	font-family:Arial;
	font-size:12px;
	text-align: centre;
	color:#363c73 ;
}
h1, h2, h3, h4, h5, h6{
  
}
h1, h2, h3, h4, h5, h6, p, form, input{
  margin: 0px;
  padding: 0px; 
}
a {
  text-decoration: none;
   color: #363C73;
}
a:hover {
  color:#BD1220;
  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;
}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: middle; 
	color: #666666;
	font-size: 100%;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}

.object-center {
  text-align:center;
}

.object-left {
  float:left;
  margin:3px 10px 10px 0pt;
}

.object-right {
  float:right;
  margin:3px 0px 10px 10px;
}

.center {
  text-align:center;
}
.large-center {
  width:100%;
  margin:auto;
}

.readonly {
  background-color:#d4d0c7;
}
