﻿/* BEGIN General Styles */
	body 
	{
		background-color:White;
		margin-top: 0px;
		margin-left: 0px;
		font-family: Arial;
		font-size: 9pt;
		color: #000000;
		text-align: justify;
	}
	hr
	{
		height: 1px;
		color: #5D5C62;
	}
	.title 
	{
		font-weight: bold;
		font-size: 10pt;
		color: #FFFFFF;
		background-color: #3C5F8C;
		text-align: center;
	}
	.lblForm 
	{
		font-weight: normal;
		text-align: right;
		text-indent: 3px;
		font-weight: bold;
	}
	.normalText{
		color : Black;
		font-weight : bold;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
	}
	.inputMandatoy{
		background-color: #FFFFCC;
		color : Black;
		text-transform : uppercase;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
	}
	.inputNormal{
		color : Black;
		text-transform : uppercase;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 11px;
	}
	.button{
		background-color: #3C5F8C;
		color : White;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size : 11px;
		font-weight : bold;
		padding-left : 5px;
		padding-right : 5px;
	}
/* END General Styles */