/*----------------------------------------------------------
Title:        Reset Style Sheet
----------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
    margin: 0; 
    padding: 0; 
    outline: 0; 
    font-size: 100%; 
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: ''; 
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-spacing: 0;
}

#footerx {
	width: 99%;
	margin: 0 auto;
	padding-left: 0px;
	height: 20px;
}

#footerx ul {
	width: 438px;
	text-align: center;
	list-style-type: none;
	height: 15px;
	border-right: 1px solid #666666;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 259px;
}

#footerx ul li {
	float: left;
	width: 70px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}

#footerx ul li a {
	text-decoration: none;
	color: #666666;
}

#footerx ul li a:hover {
	text-decoration: underline;
	color: #333333;
}
