/* Controls body elements outside tables*/
body {
	font-family:Lucida Grande,Lucida Sans Unicode,Verdana,Sans serif;
	font-size:10pt;
	color:#000;
	background-color: #FFF;
	margin: 15px 0px 5px 10px;
	}
/* controls all main text*/
p {
	font-size:10pt;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 5px 10px 5px;
	line-height: 130%;
	}
/* Controls headings*/
h1 {
	font-size:12pt;
	font-weight:bold;
	color:#00859B;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 5px 10px 5px;
	}
h2 {
	font-size:12pt;
	}
h3 {
	font-size:10pt;
	}
/*extra padding in tables */
input,select,td: {
	padding-left: 10px;
	}
/* Controls scrollable content*/
.stream {
	width:590px;
	height:374px;
	overflow:auto;
	}
.textmed {
	font-size: 9pt;
	line-height: 140%;
}
.textmed12 {
	font-size: 12pt;
	line-height: 140%;
}

.textbig {
	font-size: 120%;
	line-height: 150%;
}

.textsmall {
	font-size: 60%;
	line-height: 100%;
}
/* Controls hr*/
hr {
	color:black;
	width:97%;
	height:1px;
	}
	.floatleft {
	float:left;
	padding:5px;
	}
/* Controls links*/
a:link {
	color: #E50A5E;
	font-weight:bold;
	text-decoration: underline;
}
a:visited {
	color: #333;
	font-weight:bold;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	color: #E50A5E;
	text-decoration: underline;
}
/* Controls borders*/
.tableborder1 {
	border-width: 2px;
	border-style:dotted;
	border-color:#00859B;
	}

.tableborder2 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 3px;
	border-style:solid;
	border-color:#000;
	}
/* Hilite selected text red*/
.hilite {
	color: #E50A5E;
	}
/* Controls content backgrounds*/
.tdbgblue1 {
	background-color: #BDE6FF;
	}
.tdbgblue2 {
	background-color: #A594FC;
	}
.tdbgwhite {
	background-color: #FFFFFF;
	}
/* Controls blockquote style*/
blockquote {
	font-style: italic;
}

