
BODY  {
	margin-top:2;
	margin-left:5;
	margin-right:5;
	font-size: 90%;
}

TD,TR	{	color: #000000;
			font-size: 95%;
}

P  {
	margin-left:10;
	margin-right: 10;
}

A  {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #964514;
}

A:Visited  {
	font-weight: bold;
	font-size: 90%;
	text-decoration: none;
	color: #964514;
}

A:Active  {
	font-weight: bold;
	color: #964514;
	font-size : 90%;
	text-decoration: none;
}

A:Hover  {
	font-weight: bold;
	color: #FF9912;
	font-size : 90%;
	text-decoration: underline;
}

.navBarText { 
				 font-size: 12px;
				 font-weight: bold;
				}

#menuHomeOff{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #964514;
}
	
#menuHomeOn{
	background-color: #FFFFFF;
	color: #FF9912;
	font-weight: bold;
}

#menuSolicitationsOff{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #964514;
}
	
#menuSolicitationsOn{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF9912;}

#menuAwardsOff{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #964514;
}
	
#menuAwardsOn{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF9912;}

#menuSupportOff{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #964514;
}
	
#menuSupportOn{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF9912;
}

#menuLogoffOff{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #964514;
}
	
#menuLogoffOn{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF9912;
}

#menuMyAccountOff{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #964514;
}
	
#menuMyAccountOn{
	background-color: #FFFFFF;
	font-weight: bold;
	color: #FF9912;
}

.title {	color: #964514;
			font-weight: bold;
			font-size:	24px;
		}

.subtitle {	color: #964514;
			font-size: 95%;
			font-weight: bold;
		}


.tableheadings { color: #000000;
				 font-size: 90%;
				 font-weight: bold;
				}

.tablelink   {
	font-weight: bold;
	font-size : 9pt;
	text-decoration: none;
	color: Blue;
}

.surplustext {	color: #FF0000;
				font-size: 13px;
			}
			
.errorText {color: red;
			font-size: 12px;
			font-weight:bold;
}

.footer { font-size: 90%; }

.smallBlackText {	color: #000000;
					font-size: 85%;
}

.smallBlueText {	color: #0000FF;
					font-size: 90%;
				}

.LargerText {	font-size: 16px;
				font-weight: bold;
			}

input.submit	{
	color: #964514;
	font-size: 95%;
	font-weight: bold;
	border: 1px solid #000000;
	background: #FFFFFF;
	cursor: hand;
	font-family: Times New Roman;
}

input.outline{
	color: #964514;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #000000;
	background: #FFFFFF;
	font-family: Times New Roman;
}

input.submitsmall{
	color: #964514;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #000000;
	background: #FFFFFF;
	cursor: hand;
	font-family: Times New Roman;
}

.SendPricing {
	color: #964514;
	font-weight: bold;
	text-decoration: none;
    cursor: pointer;
	background: none;
	border: none;
	font-size: 90%;
	font-family: Times New Roman;
}


.IssueLegendAllSelected { background: #FFFFFF }
.IssueLegendSomeDeSelected { background: #EAEAAE }
.IssueLegendAllDeSelected { background: Silver }

.NoLink { color: #C0C0C0;
		  font-weight: bold;
		  font-size: 90%;
		}

.WhiteBackground { background: #FFFFFF }

.ColorBackground { background: #E8E8E8 }

/*	This is for the sort/search box on the public side where users can view solicitations 
	They will have to be adjusted for color, size and font depending on the system
*/
			
.sortbox {	width:98%; 
			margin-top:0px;
			margin-left:10px;
			border-style:solid;
			border-color:#964514;
			border-left-width: 1px; 
			border-top-width: 1px; 
			border-right-width: 1px; 
			border-bottom-width: 1px; 
			padding-left:10px; 
			padding-right:10px;
		}
/* end */


input.buttonText {
					font-family: "Times New Roman";
					color: #964514;
					font-size: 90%;
					font-weight: bold;
					border: 1px solid #000000;
					background: #FFFFFF;
					cursor:  hand;
				 }


.smallRedText { color: #FF0000;
				font-size: 12px;
			 }
