/* * * * * LINKS * * * * */
UL.ulNEWS{
  list-style-type:none; 
  padding: 0px; 
  margin-left:0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

A{
	text-decoration: none;
   	color: NAVY;
}

A, BODY,  INPUT,  SELECT, SPAN, TEXTAREA, TD {
    FONT-FAMILY:arial;
}
		
A:hover{	
	text-decoration:underline;
}

.bottomlink{
	font-family:Verdana;
	font-size:10pt; 
	color:#183976;
	text-transform:uppercase;
}

.portallinksROW1{
	font-family:arial;
	font-weight:bold;
	font-size:9pt; 
	color:#336699;
	text-decoration:none;
	text-transform:uppercase;
}

.portallinksROW2{
	font-family:times;
	font-weight:bold;
	font-size:10pt; 
	color:#eeaaff;
	text-transform:uppercase;
}
/* * * * * CONTENT * * * * */

BODY{
	BACKGROUND-COLOR:#FFFFFF;
}

#container{
	border-top:0;
	border-left:1px;
	border-bottom:0;
	border-right:1px;
	border-color:#A9A09F;
	border-style:solid;
	font-family:times new roman;
	font-size:10pt;
}

H1{
	font-family:times new roman;
	font-weight:bold;
	font-size:14pt;
	color:#336699;
	margin-top:10px;
	margin-bottom:15px;
}

LI{
	list-style-type:square;
}


UL{
	list-style-type:square; 
	list-style-position:outside; 
	margin-left:18px; 
}

.weather{
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:3px;
}

.bottom{
	font-family:Verdana;
	font-size:10pt;
	color:#000000;
}

.QCONTENT_PRINTABLE_TEXT{
	font-family:Verdana;
	font-size:10pt;
}

/* * * * * SEARCH * * * * */

.SEARCH_FORM_BOX{
	width: 80px;
	font-family:verdana;
	font-weight:none;
	font-size:12px;
}
.MINISEARCH_TEXT{
	color: White;
	font-weight:bold;	
}

/* * * * * FORMS * * * * */

SELECT, TEXTAREA, CHECKBOX{
	FONT-SIZE: 10pt;
	color: #444444;	
	background-color:  WHITE;
}

.CHECKBOX{
	background-color: Transparent;
}

.IMAGE_BUTTON{
	color: #444444;	
	background-color: transparent;
}

.RADIO{
	color: #444444;	
	background-color: transparent;
}

.SUBMIT_BUTTON{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
	background-color:#777d77;
	border:1px;
	border-color:#A9A09F;
}

FIELDSET{
	height: 100%;
}

LEGEND {
	color: Black;
	FONT-SIZE: 12px;
	margin: 2px 2px 2px 2px;	
}

.ERROR_TEXT{
	color:Red;
}

/*  For text before the form field */
.FORM_LABEL_TEXT{
	color: #444444;
	font-weight:bold;	
}

/*  For Message displayed within baselist usually */
.MESSAGE_TEXT{
	color: Gray;
}
	  
/*  For Cells in Baselist */
.TBL_CELL{
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left-width: 1px;
	border-left-color: #24486C;
	border-left-style: solid;
}

/*  For Cells on left in Baselist */
.TBL_CELL_INITIAL
{
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

/*  For Rows in Baselist */
.TBL_ROW{
	background-color:  #FFFFFF;
	padding-left:3px;
	padding-right:3px;
}

/*  For Row Alternating in Baselist */
.TBL_ROW_ALT{
	background-color: #C0C0C0;
	padding-left:3px;
	padding-right:3px;
}       

/*  For Row Selected in Baselist */
.TBL_ROW_SELECTED{
	background-color: #FFFFCC;
	padding-left:3px;
	padding-right:3px;
}
    
/*  For Header Cells in Baselist */     
.TBL_HEADER_CELL{
	font-weight: bold;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left-width: 1px;
	border-left-color: #24486C;
	border-left-style:  solid;
}

/*  For Header Row in Baselist */
.TBL_HEADER_CELL_INITIAL{
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
}

/*  For Rows in Baselist */
.TBL_HEADER_ROW{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #24486C;
	padding-left:2px;
	padding-right:2px;
}
	
/*  For TextBoxes */
.TEXT{
	color: #444444;	
	background-color: transparent;
}