/* CSS Document */
body {
	background-image: url(../images/background_tile.gif);
	background-color: #FFFFFF;
}
.main-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 17px;
}
.main-text a {
	color: #117D8C;
	text-decoration: underline;
}
.main-text a:visited {
	text-decoration: underline;
	color: #117D8C;
}
.main-text a:hover {
	text-decoration: none;
	color: #D5664D;
}
.main-text a:active {
	text-decoration: underline;
}
.main-text strong {
	color:#D5664D;
}
.highlight {
	color:#D5664D;
}
.footnote {
	font-family: Arial;
	font-style: italic;
	font-size: 10px;
	color:#D5664D;
}
.smallRule {
	margin:10px 0 10px 0;
}

#left-shdw {
	width:7px;
	background:url(../images/leftShadow.jpg) top right repeat-y;
}
#right-shdw {
	width:7px;
	background:url(../images/rightShadow.jpg) top left repeat-y;
}
#content {
	border:7px solid #e8e8e8;
	background:#FFFFFF;
}
#content-table {
	width:760px;
	margin:14px auto 14px auto;
}
#left, #center, #right {
	width:240px;
}
#2col {
        width:500px;
}
.divider {
       width:20px;
	background:url(../images/dots.gif) top center repeat-y;
}
.style1 {font-weight: bold}