
	/*****************************************************************/
	/* Base																			  */
	/*****************************************************************/
	
	body
	{
		background-color:#083A5A;
		background-image:url('../../../images/skins/paint_blue/background.png');
	}
	
	div.footer,
	div.footer a,
	input,textarea
	{
		color:#85A7BD;
	}
	
	/*****************************************************************/
	/* Buttons																		  */
	/*****************************************************************/
	
	a.buttonFooter
	{
		background-image:url('../../../images/skins/paint_blue/footer_button.png');
	}
	
	/*****************************************************************/
	/* Content																		  */
	/*****************************************************************/	

	 	/**************************************************************/	
		/* Information box														  */
		/**************************************************************/
		
		div.informationBox div.informationBoxTop
		{
			background-image:url('../../../images/skins/paint_blue/content_top.png');
		}

		div.informationBox div.informationBoxMiddle
		{

		}

		div.informationBox div.informationBoxBottom
		{
			background-image:url('../../../images/skins/paint_blue/content_bottom.png');
		}
	
 	/*****************************************************************/	
	/* Footer																		  */
	/*****************************************************************/
	
	div.footer
	{
		background-image:url('../../../images/skins/paint_blue/footer_background.png');
	}
	
		div.footer div.footerContent div.footerContentNewsletter
		{
			background-image:url('../../../images/skins/paint_blue/mailing_background.png');
		}
	
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine .footerContentContactFormElement,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine .footerContentNewsletterFormElement
		{
			background-color:#073451;
			border-top-color:#05273D;
			border-bottom-color:#0B517D;		
		}
		
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine .footerContentContactFormElementError,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine .footerContentNewsletterFormElementError
		{
			background-color:#05273D;
			border-top-color:#05273D;
		}
		
		div.footer div.footerContent form.footerContentContactForm div.footerContentContactFormLine div.footerContentContactFormLineNotice,
		div.footer div.footerContent form.footerContentNewsletterForm div.footerContentNewsletterFormLine div.footerContentNewsletterFormLineNotice
		{
			background-color:#05273D;
		}
		
		div.footer div.footerContent div.footerContentCopyright
		{
			border-top-color:#0A466C;
		}
	