/* css document, Justin Waddell 2006 */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/full_focus_bg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCCCC;
}
h1, h2, h3, h4, h5, h6 {
	width: 269px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}
ul, ol {
	padding-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
}
p {
	width: 269px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: normal;
	color: #000000;
}
.tableBgLeft {
	background-image: url(../images/full_focus_leftBg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.logoBg {
	background-image: url(../images/full_focus_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.tableBgTop {
	background-image: url(../images/full_focus_pixel.gif);
	background-repeat: repeat-x;
	background-position: top;
}
