
/* White */
	body   					{}


	p, td, div, span, ul   {font-size: 12pt;
			 	 			 font-family: arial, verdana, helvetica, san-serif;
			 	 			 color: rgb(51,51,51);}

			 	 			 
	em						{font-size: 12.5pt;
							 font-style: normal;
							 font-weight: bold;
							 color: rgb(55,67,105);}
							 
							 
	.form					{font-size: 10pt;
			 	 			 font-family: arial, verdana, helvetica, san-serif;
			 	 			 color: rgb(51,51,51);}
							 
	.form input, textarea, select				{font-size: 10pt;
			 	 			 font-family: arial, verdana, helvetica, san-serif;
			 	 			 color: rgb(51,51,51);}
							 
							 
	strong	a				{font-size: 10pt;
							 font-style: normal;
							 font-weight: normal;
							 color: rgb(99,109,153);
							 text-decoration: underline;}
							 
	strong	a:hover			{font-size: 10pt;
							 font-style: normal;
							 font-weight: normal;
							 color: rgb(114,138,220);
							 text-decoration: underline;}
							 
	strong					{font-size: 10pt;
							 font-style: normal;
							 font-weight: normal;
							 color: rgb(99,109,153);}

							 
	a						{color: rgb(99,109,153);
							 text-decoration: underline;}
							 
	a:hover					{color: rgb(114,138,220)}
