.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : normal;
}
.small-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #333333;
	font-weight : normal;
}

.white-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	font-weight : normal;
}

.red-text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #CA0000;
	font-weight : bold;
}

.red-header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 14px;
	color : #CA0000;
	font-weight : bold;
}

.link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #2854E3;
	font-weight : normal;
}
 
body {
background-color:f0ebe5;
margin-bottom:0;
margin-left:0;
margin-right:0;
margin-top:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
font-weight:normal;
}

.Panel {
    OVERFLOW: auto;
    WIDTH: 100%;
    HEIGHT: 100%
}


