/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

}
body {
	background-color: #FFFFFF;
	background-image: url(graphics/backdiagonal.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.margindiagonal {
	background-image: url(graphics/sidemargindiagonal.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.diagonal {
	background-image: url(graphics/sidediagonal.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.cellmargin {
	padding: 20px;
	vertical-align: top;
}
/*
h1 {
	font-size: 9px;
	font-weight: bold;
	color: #639D13;
	//text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*/
.smalltext {
	font-size: 11px;
}
.smallbluetext {
	font-size: 11px;
	color: #4A6D9C;
}
a {
	color: #4A6D9C;
	text-decoration: none;
/*	border-bottom-width: 1px;
	border-bottom-style: solid;
      border-bottom-color: #FFFFFF;
*/
	}
a:visited {
		text-decoration: none;
}
a:hover {
	/* background: #4A6D9C; */
	font-weight: bold;
	/* color: #FFFFFF; */
}
a:active {
	color: #4A6D9C;
	font-weight: bold;
}
.icon {
	height: 13px;
	width: 13px;
	margin-right: 3px;
	vertical-align: middle;
	margin-top: 2px;
	margin-bottom: 2px;
}
.subicon {
	margin-left: 10px;
}
.frame {
	border: 0px solid #669900;
}
.codeitem {
	color: #000066;
	background-color: #EFEFEF;
	padding: 10px;
	line-height: 14px;
	border: 1px dashed #CCCCCC;
	font-size: 10px;
}
.citem {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
}
li {
	padding-bottom: 12px;
	padding-left: 5px;
}
.imageframe {
	border: 1px solid #333333;
	margin: 2px 5px 5px;
}
.imageemphasize {
	font-style: italic;
	color: #666666;
	margin-left: 5px;
}
.docheads {
	text-decoration: underline;
	font-weight: bold;
	line-height: 20px;
}
.docmainhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    line-height: 20px;
}
.intop {
	display: none;
}
.style1 {
	color: #000000
}
.style2 {
	color: #333333
}
.style3 {
	color: #666666
}
header_line1, header_line2, header_line3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	//font-weight: bold;
	}

.header_line1 {
	font-size: 1.6em;
	text-align: left;
/*
      //padding: 5px;
      //letter-spacing: 0.1em;
      //font-weight: bold;
*/
	color: #1C0D7B
	}
.header_line2 {
	font-size: 1.1em;
	text-align: left;
	color: #666666
	}
.header_line3 {
	font-size: 1.1em;
	text-align: left;
	color: #666666
	}