 /*These styles are intended for on-screen viewing*/
 body {
	background-color: #FFFFFF;
	border : none;
	color : #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	margin: 0px 5px;
	padding: 0px;
	width: 100%;
	vertical-align: top;
}
p {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt;
	text-align: justify;
	width: 100%;
}
.silverbar {
	color: #666666;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	padding: 5px 5%;
	border-top: 2pt double #666666;
	border-bottom: 2pt double #666666;
	font-size: 8pt;
}
/*The following styles define Divs for the document layout structure. They are specified through the ID field.*/


#leftcolumn {
	background-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
}


#header {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	vertical-align: top;
	visibility: hidden;
}
#header img {
}
#centercolumn {
	margin: 2px 5px;
	visibility: visible;
	padding-left: 15px;
	page-break-before: auto;
	width: 90%;
	vertical-align: top;
}
#rightcolumn {
	float: right;
	vertical-align: top;
	padding-right: 25px;
	position: relative;
	top: 0px;
	visibility: visible;
	padding-top: 0px;
	clear: left;
	margin: 0px;

}

#leftcolumn p, #rightcolumn p {
	font-size: 8pt;
	line-height: 11pt;
	color: #666666;
	width: 90%;
}
#footer {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#footer p {
	font-size: 80%;
	color: #666666;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
}

/*The following styles redefine HTML tags*/

blockquote {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	page-break-before: auto;
}
h1, h2, h3 { font-weight: bold;}
h1 {
	font-size: 200%;
	vertical-align: top;
}
h2 {
	font-size: 140%;
	padding-top: 15px;
}
h3 { font-size: 120%; color: #666666; background: transparent; }
h4 {
	font-size: 105%;
	font-style: italic;
}
h5 {
	font-size: 100%;
	text-decoration: underline;
}
h6 {
	
}
img {
	border: none;
}

/*HTML Tag redefinitions for Lists, including definitions*/
ol {
	list-style-type: decimal;
	}
ul {
	list-style-position: outside;
	list-style-type: square;
	font-size: 10pt;
}
li {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 125%;
	list-style-position: outside;
	padding-bottom: 10px;
	list-style-type: square;
	padding-right: 15px;
}

/*End of HTML Tag redefinitions*/

/*The following styles are class selectors*/
.backtotoplink {
	font-size: 8pt;
	}
.bold {
	font-weight : bold;
}
.em {
	font-style: italic;
}
.bluebold {
	font-weight: bold;
	color: blue;
}
.boldem {
	font-style: italic;
	font-weight: bold;
}
.breadcrumbs {
	
}
.example {
	font-family: Georgia, Times, serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	font-variant: small-caps;
	color: #669933;
	text-indent: -15px;
}


/*The following control the appearance of links. Include the class name after the a. For each condition, specify the all the attributes*/
a, a.link, a.visited, a.hover {
color: Blue;
	font-size: 8pt;
}
a.link {color:#0000FF;}
a.visited {color:#990099;}

span:after {
content: " This comes after "; display:inline;}

hr {
	width: 90%;
}

form {

}
input {
	font-size:8pt:
}
