body  {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10pt;	
  font-weight: normal; 
	background: #ffffff;
	margin: 0; 
	padding: 0;
	color: #000000;
	text-align: center;
}
.container {
	width: 980px;  
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #aaaaaa;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
} 

.header {
	background-image: url(../Admin/images/STLFund-adminHeader.gif);
	background-repeat: no-repeat;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	height: 140px;
	width: 980px;
} 
.searchform {
	float: right;
	margin-top:75px;
	margin-right:10px;
} 

table, tr, td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10pt;	
  font-weight: normal; 
	color: #000000;
}
table.documents {
border:1px solid black;
	background-color: #ebebeb;
	margin-bottom: 10px;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.mattblacktabs{
width: 980px;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
/*background-color: #252525; */
}

.mattblacktabs ul{
margin: 0;
padding: 0;
/*padding-left: 10px; offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;

}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
color: white;
background: #414141; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover {
background: #acacac; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #000000;
}
.mattblacktabs li.selected a {
		background: #77a22e;
}
.mattblacktabs span {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 10px; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
color: white;
	background: #77a22e;
}

.adminbluetabs{
width: 980px;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
/*background-color: #252525; */
}

.adminbluetabs ul{
margin: 0;
padding: 0;
/*padding-left: 10px; offset of tabs relative to browser left edge*/
font: bold 10px Verdana;
list-style-type: none;

}

.adminbluetabs li{
display: inline;
margin: 0;
}

.adminbluetabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 5px; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
color: white;
background: #044bc2; /*background of tabs (default state)*/
}

.adminbluetabs li a:visited{
color: white;
}

.adminbluetabs li a:hover {
background: #acacac; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
color: #000000;
}
.adminbluetabs li.selected a {
		background: #7693c2;
}
.adminbluetabs span {
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 3px 5px; /*padding inside each tab*/
border-right: 2px solid white; /*right divider between tabs*/
color: white;
	background: #7693c2;
}


.mainContent {
	margin: 0px 10px 10px 10px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/* border: 2px solid #aaaaaa; */
	text-align: left;
} 

.footer { 
 margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding-bottom: 5px;
	padding-top: 5px;
	background: #ffffff; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	text-align: center;
	color: #666666;
  width: 980px;
	border-top: 2px solid #aaaaaa;
}
a.footerlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color: #666666;
	text-decoration: none;
}

a.footerlink:hover {
	color: blue;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.boxframe {
	margin: 10px ; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #666666;
	width: 950px;
	/*margin-left:10px;
	margin-right:10px; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10pt;	
  font-weight: normal; 
	background: #ffffff;
	padding: 5px;
	color: #000000;
}
.small_boxframe {
	margin: 10px ; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #666666;
	width: 500px;
	/*margin-left:10px;
	margin-right:10px; */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10pt;	
  font-weight: normal; 
	background: #ffffff;
	padding: 5px;
	color: #000000;
}
a.txtlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	display: block;
text-decoration: none;
margin: 0;
padding: 3px 5px; /*padding inside each tab*/
border-right: 2px solid black; /*right divider between tabs*/
color: white;
background: #044bc2; 
overflow: hidden;
}

a.txtlink:hover {
	color: white;
	text-decoration: underline;
		background: #7693c2;
}
span.textlink {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	display: block;
text-decoration: none;
margin: 0;
padding: 3px 5px; /*padding inside each tab*/
border-right: 2px solid black; /*right divider between tabs*/
color: white;
background: #044bc2; 
overflow: hidden;
}
a.more {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: Black;
	font-weight: Normal;
	font-size: 10pt;
	margin-bottom: 10px;
	padding: 3px 3px 3px 30px;
	
}

a.more:hover {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-weight: normal;
	color: Black;
	font-size: 10pt;
}	

H2 {
	font-size: 16pt;
	font-style: oblique;
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 5px;
	margin: 0px;
	color: #000000;
}

h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: oblique;
	text-align: left;
	font-weight: normal;
	color: #000000;
	margin: 10px 0px 0px 20px;
	padding: 1px 1px 1px 30px;
	background-image: url(../images/sm-rtarrow.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: Black;
	font-style: normal;
	text-align: justify;
	/*padding: 5px 5px 5px 5px; */
}
li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	list-style: disc;
	list-style-position: inside;
}
INPUT, TEXTAREA, SELECT, OPTION  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	padding: 1px;
	border: inset 1px #708090;
}

.spacer10px {
	padding: 0px 5px;
	width: 100%;
	margin: 0px;
}
.spacer20px {
	padding: 0px 10px;
	width: 100%;
	margin: 0px;
}
a.blueButton {
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border:1px solid black;
	BACKGROUND-COLOR: #044bc2;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.blueButton:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border:1px solid black;
	BACKGROUND-COLOR: #99ccff;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.redButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border:1px solid black;
	BACKGROUND-COLOR: Red;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}

a.redButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border:1px solid black;
	BACKGROUND-COLOR: #FFC0CB;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center;
}
a.blackButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid gray;
	BACKGROUND-COLOR: #000000;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
}
a.blackButton:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border:1px solid black;
	BACKGROUND-COLOR: #acacac;
	vertical-align: middle;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	margin-top: 5px;
	margin-bottom: 25px;
}
/*
input.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border:1px solid black;
	BACKGROUND-COLOR: Red;
	vertical-align: middle;
	padding: 2px;
	margin: 2px;
	text-align: center;
}
input.submit:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	border:1px solid black;
	BACKGROUND-COLOR: #FFC0CB;
	vertical-align: middle;
	padding: 2px;
	margin: 2px;
	text-align: center;
}
*/
a.greenButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border:1px solid black;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: Green;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.greenButton:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border:1px solid black;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: Lime;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.section-Title {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: Black;
	font-style: italic;
	font-weight: Bold;
	text-align: center;
	padding: 3px; 
	margin: 0px;
}
.textBold {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
}
a.blueButton2 {
line-height: 200%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	border:1px solid black;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #044bc2;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
}
a.blueButton2:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	border:1px solid black;
	FONT-WEIGHT: bold;
	BACKGROUND-COLOR: #99ccff;
	vertical-align: middle;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
		
}

