@charset "utf-8";
/* CSS Document */

h6 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: red;
}

label {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1D1D5B;
	text-align: left;
	float: left;
	vertical-align: top;
	display: inline;
}

input, select, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #000;

}

#input {
float: left;
}

#submit {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	font-weight: 500;
	color: #1D1D5B;
	text-align: center;
}


.tableBackground {
	background-color: #F5F5FC;

	/*background-image: url(../images/graph.jpg);
	background-repeat: repeat;*/
}

#fileType {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}

.separator {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #1D1D5B;
}



#graphBack {
	background-image: url(../images/graph.jpg);
	background-repeat: repeat;
}

.expandedPlus {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #FFF;
	letter-spacing: .4em;
	font-variant: small-caps;
}
.tableNotes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	color: #1D1D5B;
	letter-spacing: .1em;
}

.textarea {
	text-align: left;
}

.top {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
	font-weight: bolder;
	color: #1D1D5B;
	letter-spacing: .3em;
}

.red13 {
	font-size: 13px;
	font-weight: bolder;
	color: #F00;
	text-align: left;
	float: left;
}