/**
* Copyright 2007 by The Brickton Group, LLC
 */

body {
	background-color: 004090;
	color: d5d5d9;
	font-family: sans-serif;
	}

.centeredImage {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    }

.centeredText {
    text-align: center;
    width: 600px;
	margin-top: 25px;
    margin-bottom: 25px;
    padding: 0px;
    }

.services {
	width: 600px;
	text-align: left;
	}

.sLink A:link {
	text-decoration: none;
	color: d5d5d9;
	}

.sLink A:visited {
	text-decoration: none;
	color: d5d5d9;
	}

.sLink A:active {
	text-decoration: none;
	color: d5d5d9;
	}
	
.sLink A:hover {
	text-decoration: underline;
	color: 993311;
	}
	
.lLink A:link {
	text-decoration: none;
	color: d5d5d9;
	}

.lLink A:visited {
	text-decoration: none;
	color: d5d5d9;
	}

.lLink A:active {
	text-decoration: none;
	color: d5d5d9;
	}
	
.lLink A:hover {
	text-decoration: none;
	color: d5d5d9;
	}