@import url("/templates/_MASTER/Baseline.css");

@import url("Layout.css");
@import url("Navigation.css");
@import url("SupportContent.css");
@import url("MainContent.css");

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 {
		
		font-family: Arial, Helvetica, sans-serif;
	}


