/* CSS Document */

body {
    margin: 0px;
	padding: 0px; 
	height: 100%; 
	background: #efefef; 
	font-family: Calibri,Candara,Segoe,"Segoe UI",Optima,Arial,sans-serif;
	font-size: 1.1rem; 
	color: #565656;	
	line-height: 1.4em;
}
a {color:#990000;}

.title {background-color:#efefef; color:#004990; font-weight:normal;font-family: Georgia, "Times New Roman", Times, serif;font-size:1.5em;height:30px;}

.header {background-color:#c21630; color:#fff; font-weight:normal;font-size:1.5em;font-family:Georgia, "Times New Roman", Times, serif;height:40px;margin:0px;padding-left:10px;}

