@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D0DDEB;	
}
.bodyTxt {
    font-family: verdana, arial, sanf-serif;
	font-size: 10px;
}
.titleTxt {
	font-family: verdana, arial, sanf-serif;
	font-size: 10px;
	font-weight: bold;
	color: #A52D51;
}
.txtfields {
	width: 400px;
	background-color: #E4E9F2;	
}

.datetxtfield {
	width: 150px;
	background-color: #E4E9F2;	
}

.titleTxtBlue {
	font-family: verdana, arial, sanf-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3F4D7F;
}

.frame{
    width: 590px;
}