body {
	color:#444679;
  background-color:#ebecf2;
}

.mainContainer{
	width:100%;
	margin-left:auto;
	margin-right:auto;

}
.mainContainerCentered{
	width:800px;
	text-align:left;
	margin-top:5px;

}

div,td,table{
	font-size: 10pt;
	line-height: 1.3em;
	font-family: "Trebuchet MS", Trebuchet;	
}


/** You can use this style for your INPUT, TEXTAREA, SELECT elements **/
.myinputstyle {
	border: 5px solid #ffffff;
	/** remember to change image path **/
	background:#ffffff; 
	font-family: tahoma, helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #454743;
	width:250px;
}

/** You can use this style for your LABEL elements **/
.mylabelstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 14px;
	color: #000000;
}

/** 
*  You can use this style for your INPUT, TEXTAREA, SELECT elements 
*  for onmousehover event
**/
.myinputstyle:hover {
	border: 5px solid #cccccc;
	/** remember to change image path **/
	background: url(none) no-repeat #cccccc;
	color: #454743;
}
html {overflow: scroll;} 
/** 
* You can use this style for your INPUT, TEXTAREA, SELECT elements 
* for onmousefocus event
**/
.myinputstyle:focus {
	border: 5px solid #34AC48;
	/** remember to change image path **/
	background: url(none) no-repeat #34AC48;
	color: #ffffff;
}
