/* controls all main text*/
p {
	font-size:10pt;
	padding-left: 5px;
	padding-right: 5px;
	margin: 5px 5px 10px 5px;
	line-height: 130%;
	text-align: justify;
	}
/* Controls headings*/
h1 {
	font-size:12pt;
	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:540px;
	height:370px;
	overflow:auto;
	}
.streamcomp {
	width:750px;
	height:370px;
	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 {
	margin-top: 12px;
	margin-bottom: 4px;
	border-width: 1px;
	border-style:solid;
	border-color:#000;
	}

.tableborder2 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-width: 1px;
	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;
}
ul {
	line-height: 130%;
	list-style-image: url(images/bullet.gif);
	}
.gadstr {
      border: 1px #000000 solid;
      background-color: #dddddd;
      font: 12px verdana;
    }
.gadtxt {
      border: 1px #000000 solid;
      background-color: #dddddd;
      font: 12px verdana;
    }
.gadbtn {
      border: 1px #000000 solid;
      background-color: #ddffdd;
      font: 12px verdana;
    }
.floatright {
	float:right;
	margin:10px;
	}
/* Controls body elements outside tables*/
body {
	font-family:Lucida Grande,Lucida Sans Unicode,Verdana,Sans serif;
	font-size:10pt;
	color:#000;
	background-color: #6196C0;
	margin: 5px 0px 5px 10px;
	scrollbar-3d-light-color : #0033FF;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color : #BDE6FF;
	scrollbar-dark-shadow-color : #BDE6FF;
	scrollbar-face-color : #6196BE;
	scrollbar-highlight-color : #BDE6FF;
	scrollbar-shadow-color : #BDE6FF;
	}
