	/*
	A {
		text-decoration: none;
	}

	A:hover {
		text-decoration: underline;
	}		

	TD {
		font-size: 10pt;    		
		font-family: Helvetica, Arial;
		color: #C0C0C0;
	}

	.HeaderText {
		font-family: Tahoma, Helvetica, Arial;
		font-size: 8pt;
	}
	
	.FooterText {
		font-family: Tahoma, Helvetica, Arial;
		font-size: 8pt;
	}

	.SmallText {
		font-size: 8pt;
	}

	.ButtonBlue {
		background-color: #0021BF;
		border-bottom: #00005F 2px solid;
		border-left: #5F8FBF 2px solid;
		border-right: #00005F 2px solid;
		border-top: #5F8FBF 2px solid;
		color: #FFFFFF;
		cursor: Hand;
		font-family: Verdana, Arial, Helvetica;
		font-size: 8pt;
		font-weight: bold;
	}
	IMG {
		cursor: crosshair;
	}
	
*/

.numericTextbox {
	background-color: #b0b0b0;
	border: black 1px solid;
	color: #404040;
 	font-size: 8pt;
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-weight : bold;
	text-decoration: none;
	text-align: center;
}

.changeDisplaySubmit {
	background-color: #b0b0b0;
	border: black 1px solid;
	color: #404040;
 	font-size: 8pt;
    font-family : Verdana,Arial,Helvetica,sans-serif;
    font-weight : bold;
	text-decoration: none;
}

.bodyText	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #cccccc;
}

.bodyText:link	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffcc;
	text-decoration: underline;
}

.bodyText:active	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffcc;
	text-decoration: underline;
}

.bodyText:visited	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffcc;
	text-decoration: underline;
}

.bodyText:hover	{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.SelectBox {
        background-color: #b0b0b0;
        border: black 1px solid;
        color: #404040;
        font-size: 8pt;
        font-family : Verdana,Arial,Helvetica,sans-serif;
        font-weight : bold;
        text-decoration: none;
        text-align: center;
}

