/* general classes bg anterior #132D4E */


body {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background-color: #31597D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#3D709F;
	scrollbar-shadow-color:#06142F;
	scrollbar-face-color:#3D709F;
	scrollbar-highlight-color:#003366;
	scrollbar-dark-shadow-color:#003366;
	scrollbar-3d-light-color:#003366;

}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #B9DBFB;
}

A:HOVER {
	text-decoration : underline;	
	color :#9AD841 ;
	text-decoration : none;
}

TH,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
}

HR {
	border : 1px solid #D3D3D3;
}

.error {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Red;
}

.info {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Blue;
}
