@charset "utf-8";
/* CSS Document */

/********************************** Import Additional CSS *************************************/

@import url("/templates/_MASTER/Baseline.css");

@import url("Layout.css");
@import url("Navigation.css");
@import url("HomePage.css");
@import url("MainContent.css");
@import url("SupportContent.css");







/*********************************** Default Selector CSS *************************************/
/*
	* { 
		color: #000000;
		font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
	*/
	/*
	a.content {
		color: #285278;
		text-decoration: none;
	}
	
	a.content:hover {
		text-decoration: underline;
	}
	*/
	
	a {
		color: #285278;
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
	}
	
	a.action {
		color: #3366CC;
		text-decoration: none;
	}
	
	a.action:hover {
		text-decoration: underline;
	}
	
	a.footer {
		color: #ffcc00;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.footer:hover {
		text-decoration: underline;
	}
	
	a.navigation {
		color: #285278;
		font-weight: bold;
		text-decoration: none;
	}
	
	a.navigation:hover {
		text-decoration: underline;
	}
	
	input, select { border: 1px solid #AAC; padding: 2px; }
	

	body {
		width: 100%;
		/*background: #f9f6e2 url(/Templates/OOUnified02/Images/Backgrounds/bkg_EcrueBackground_1000x52.png) repeat-y center;*/
		background-color: #f9f6e2;
		font-family: Arial, Helvetica, sans-serif;
	}

	
	.RedHighlight {
		color: #cc0000;	
	}
