/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}
.backgroundBlue{
background: #0A214F;
}
.backgroundGrey{
background:  #EEEEEE;
border: #0A214F thin solid;
}
.textGrey{
color: #EEEEEE;
font:"Times New Roman", Times, serif;
font-size:14px;
}
.borderBlue{
border-bottom: #0A214F thin solid;
b
}
.textBlue{
color:#0A214F;
font:"Times New Roman", Times, serif;
font-size: 14px;
}
.inputText{
font:"Times New Roman", Times, serif;
text-align:center;
}
.borderRightBlue{
border-right: #0A214F thin solid;
}
.textBlueBold{
color:#0A214F;
font:"Times New Roman", Times, serif;
font-size: 14px;
font-weight:bold;
}
.borderAll{
border: #0A214F thin solid;
}
.stripDB{
background-color:#0A214F;
}
.style1 {font-size: 12px}
.redText{
font:"Courier New", Courier, monospace;
font-size:14px;
color:#FF0000;
}
