/* CSS Document */

body{
  text-align:center;
  background-color:#000033;
  font-family:verdana, helvetica;
/*font-size:11px;*/
font-size: 0.689em;
color:#000000;
}
img{
  border: 0 none;
}
a                         {color:#032e7c;text-decoration:underline;}
a:active                  {color:#ce0000;text-decoration:underline;}
a:hover                   {color:#ce0000;text-decoration:underline;}

#page_container{
/*  width:760px;
  margin-left:auto;
  margin-right:auto; */
  width: 760px;
  margin: 0px auto auto auto;
}
table,form,td,p,span,input,textarea,select,ul,th,li,label,caption, h1, h2, h3, h4{
font-family:verdana, helvetica;
font-size:1.00em;
/*font-size: 1.002em;*/
/*font-size:0.689em;*/
color:#000000;
text-decoration:none;
}
.radio{
  width: 1.189em;
  height: 1.189em;
}
.checkbox{
  width: 1.189em;
  height: 1.189em;
}
.thickerBorder{
  border: 2px solid #032e7c;
}
.thickerWidgetBorder{
  border-width: 2px;
  border-color: #032e7c;
}
/* .errormessage             {color: #ce0000;font-weight: bold;} */
.errormessage{
	color: #920000;
	font-weight: bold;
	margin: auto auto 5px auto;
}


