BODY  {		margin-top: 1;
            margin-right: 5;
            margin-left: 5;
			font-size: 90%;
}

TD,TR	{	color: #000000;
			font-size: 95%;
}

P  { margin-left: 5;
	 margin-right: 5;
}

A  {
	font-weight: bold;
	font-size: 90%;
	color : #35586C;
	text-decoration: none;
}

A:Visited  {
	font-weight: bold;
	font-size: 90%;
	color : #35586C;
}

A:Active  {
	font-weight: bold;
	font-size: 90%;
	color : #35586C;
	text-decoration: none;
}

A:Hover  {
	font-weight: bold;
	font-size: 90%;
	color : #9F9F5F;
	text-decoration: none;

}

#menuHomeOff{
	background-color: #FEFEFE;
}
	
#menuHomeOn{
	background-color: #FEFEFE;
}

#menuSolicitationsOff{
	background-color: #FEFEFE;
}
	
#menuSolicitationsOn{
	background-color: #FEFEFE;
}

#menuAwardsOff{
	background-color: #FEFEFE;
}
	
#menuAwardsOn{
	background-color: #FEFEFE;
}

#menuSupportOff{
	background-color: #FEFEFE;
}
	
#menuSupportOn{
	background-color: #FEFEFE;
}

#menuLogoffOff{
	background-color: #FEFEFE;
}
	
#menuLogoffOn{
	background-color: #FEFEFE;
}

#menuMyAccountOff{
	background-color: #FEFEFE;
}
	
#menuMyAccountOn{
	background-color: #FEFEFE;
}

.title {	color: #35586C;
			font-weight: bold;
			font-size:	24px;
		}

.subtitle {	color: #35586C;
			font-size: 13px;
			font-weight: bold;
		}

.tableheadings { color: #35586C;
				 font-size: 14px;
				 font-weight: bold;
				}

.boldheadings {  font-size: 14px;
				 font-weight: bold;
				}

.navBarText { color: #35586C;
				 font-size: 12px;
				 font-weight: bold;
				}

.AgreementFont {	color: #000000;
					font-size: 14px;
					font-weight: bold;
		}

.surplusText {	color: #FF0000;
				font-size: 14px;
			}

.SurplusHeading {	color: #FF0000;
					font-size: 16px;
}

.errorText {	color: #FF0000;
				font-size: 12px;
				font-weight: bold;
}

.smallRedText { color: #FF0000;
				font-size: 12px;
			 }

.smallBlackText {	color: #000000;
					font-size: 85%;
			}

.smallBlueText {	color: #0000FF;
					font-size: 90%;
				}
.smallText {
	font-size: 12px;
}

.redText {	color: #FF0000;
			font-weight: bold;
		}

/*	These are 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:#9F9F5F;
			border-left-width: 1px; 
			border-top-width: 1px; 
			border-right-width: 1px; 
			border-bottom-width: 1px; 
			padding-left:5px; 
			padding-right:5px;
		}
/* end */



#AddButton {
	color:#35586C;				/* this should be the same color as the subtitle */
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	border:none;
	background-color:#E0E0B6;	/* this should be the same color as the background */
	font-size:12px;
	width:140px;
}

input.outline{
	font-family: Times New Roman;
	color: #35586C;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #FEFEFE;
}

input.submit{
	font-family: Times New Roman;
	color: #35586C;
	font-size: 13px;
	font-weight: bold;
	border: 1px solid #000000;
	background: #FEFEFE;
}

input.submitsmall{
	color: #35586C;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #000000;
	background: #FFFFFF;
	cursor: hand;
	font-family: Times New Roman;
}

.SendPricing {
	color:#35586C;
	font-family: Times New Roman;
	font-weight:bold;
	text-decoration:none;
    cursor:hand;
	background: #FEFEFE;
	border:none;
	font-size:13px;
}

.NoLink { color: #969696;
		  font-weight:bold;
  		  font-size:90%;
		}

.WhiteBackground { background: #FFFFFF }

.ColorBackground { background: #E8E8E8 }

.LargerText {	font-size: 15px;
				font-family: Times New Roman;
				font-weight: bold;
			}
			
.IssueLegendAllSelected { background: #FFFFFF }
.IssueLegendSomeDeSelected { background: #EAEAAE }
.IssueLegendAllDeSelected { background: Silver }

.footer { font-size: 85%; }

input.buttonText {
					font-family: "Times New Roman";
					color:#35586C;
					font-size: 90%;
					font-weight: bold;
					border: 1px solid #000000;
					background: #FEFEFE;
					cursor:  hand;
				 }


