/*
Charles Tyrwhitt - Basic.css
-------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin-top: 10px;
	color: #081852;
}
input, select {
	border: 1px solid #ccc;
}
li {
	list-style-type: none;
}
img {
	border: 0;
}


/*
Links
-------------------------------*/
a:link, a:active, a:visited {
	text-decoration: none;
	color: #081852;
}
a:hover {
	text-decoration: underline;
	color: #0099FF;
}


/*
Skip Links
-------------------------------*/
#skipNav ul {
	position: absolute;
	left: 0;
	top: 0;
}
#skipNav li a {
	position: absolute;
	width: 0; 
	height: 0; 
	overflow: hidden;
	top: 0;
	left: 0;
}