/* CSS Document */

.plaintext {
	font: 10pt verdana;
	color: #D5D5EA;
}

.plainblacktext {
	font: 10pt verdana;
	color: black;
}

.plainboldtext {
	font: 10pt verdana;
	font-weight: bold;
	color: black;
}

.plainboldtextcolor {
	font: 10pt verdana;
	font-weight: bold;
	color: #6F7CA6;
}

.plaintextcolor {
	font: 10pt verdana;
	color: #6F7CA6;
}

.smalltext {
	font: 8pt verdana;
	color: #6F7CA6;
}

.smallboldtext {
	font: 8pt verdana;
	font-weight: bold;
	color: #6F7CA6;
}

.smallblacktext {
	font: 8pt verdana;
	color: black;
}

.smallblackboldtext {
	font: 8pt verdana;
	font-weight: bold;
	color: black;
}

.smallnavyboldtext {
	font: 8pt verdana;
	font-weight: bold;
	color: #1D1C51;
}

.smallredtext {
	font: 8pt verdana;
	color: red;
}

.headertext {
	font: 11pt verdana;
	font-weight: bold;
}

.grayheadertext {
	font: 11pt verdana;
	font-weight: bold;
	color: gray
}

.textinput {
	height: 20px;
	font: 9pt verdana;
	color: black
}

.smalltextinput {
	height: 17px;
	font: 7pt verdana;
	color: black
}

.smallgraylink,smallgraylink:active,smallgraylink:visited {
 	text-decoration: none;
	font: 8pt verdana;
	color: #D5D5EA
}

.smallgraylink:hover {
	text-decoration: none;
	font: 8pt verdana;
	color: #D5D5EA
}

.biggraylink,biggraylink:active,biggraylink:visited {
 	text-decoration: none;
	font: 11pt verdana;
	color: gray;
	font-weight: bold
}

.biggraylink:hover {
	text-decoration: none;
	font: 11pt verdana;
	color: gray;
	font-weight: bold
}

.smalllink,smalllink:active,smalllink:visited {
 	text-decoration: none;
	font: 8pt verdana;
	color: blue
}

.smalllink:hover {
	text-decoration: none;
	font: 8pt verdana;
	color: blue
}

.plainbutton {
	 height: 20px;
	 font: 8pt arial;
}

.smallbutton {
	height: 17px;
	font: 7pt arial;
}

.samesmallbutton {
	height: 17px;
	font: 7pt arial;
	width: 52px;
}

.samesmallbutton2 {
	height: 17px;
	font: 7pt arial;
	width: 60px;
}

.samebutton {
	 height: 20px;
	 font: 8pt arial;
	 width: 80px;
}

.samebutton2 {
	 height: 20px;
	 font: 8pt arial;
	 width: 90px;
}

.wizardbutton {
	background-color: #C6C4C2;
	height: 40;
	width: 120;
	font: Verdana, Arial, Helvetica, sans-serif;
	color: #101010;
	font-size: 14pt;
}

.border {
	 border: 1px solid #6F7CA6;
}

.toggle{visibility: hidden;}

.tableheader{
	background-color: #666666;
	font: 9pt verdana;
	font-weight: bold;
	color: white;
}

.tablerow0 {
	background-color: #CCCCCC;
	font: 9pt verdana;
	color: black;
}

.tablerow1 {
	background-color: #E6E6E6;
	font: 9pt verdana;
	color: black;
}

