/**************************************************************************
------------------------------ GENERAL ------------------------------------
**************************************************************************/
* {
	margin:0;
	padding:0;
	vertical-align: top;
	text-align: center;
	color: #951818;
	}

html {
	min-height:100%;
	margin-bottom:1px;
	}

body {
	position:relative;
	color:#666666;
	font-family: 'lucida grande', verdana, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	background-color: #666666;
	}

a img {
	border:none;
	border-bottom:none;
	text-decoration:none;
	border-width:0;
	}

a {
	text-decoration:none;
	}

hr {
	display:none;
	}

ul {
	list-style-type:none;
	}

li span {
	margin-left:-5000px;
	}
	
strong {
	color: black;
	}

.tenpoint {
	font-size: 10px;
	line-height: 12px;
	}

.smallcaps { 
	font-size: 9px;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1px;
	}

.smalltext {
	font-size: 9px;
	text-align: left;
	}

a#homeLink span {
	display:none;
	}

a#DesignedLink span {
	display:none;
	}
#outerWrapper {
	position:relative;
	width:758px;
	margin:0 auto;
	}
