@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  76%;
	height: 100%;
}
img {
	border-width: 0px;
	border-style: none;
}

body {
	color: #000;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Sets the style for unvisited links. */
a, a:link {
	color: #06C;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #000;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #666;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #000;
}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
#outerWrapper {
	background-color: #fff;
	margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 910px;
}
#oneColumns {
	overflow: hidden;
}
#oneColumns #content {
	margin: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 910px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
}
.widebox {
	border: 1px solid #E9E6DF;
	background-color: #F8F7F3;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 2px;
}
.widebox h5 {
	background-image: url(../images/widebox-title.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFF;
	margin: 1px 0px;
}
.widebox table {
}
.widebox table tr td {
	text-align: center;
	width: 12.5%;
	border: 1px solid #000;
	padding-top: 3px;
	padding-bottom: 1px;
}

