/*********General Styles*********/

{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	 
	PADDING-TOP: 0px
}

A:hover {
	TEXT-DECORATION: underline 
}

/*********Text Styles*********/

.topMenuLink{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: #ffffff; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-decoration: none
}

.topMenuArrowOff{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: #ffff99; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-decoration: none
}

.sideMenuArrowOff{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-decoration: none
}

.searchBarText{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: #000066; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-decoration: none
}

.paraHeaderText{
	FONT-SIZE: 85%; 
	FONT-WEIGHT: bold;
	COLOR: #000066; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-decoration: none
}

.resultsBlueText{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: #000066; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-decoration: none
}




.coreText{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: normal;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.oldeTextNoSize{
	FONT-WEIGHT: normal;
	COLOR: #333333; 
	FONT-FAMILY: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}


.bottomLink{
	FONT-WEIGHT: normal;
	COLOR: #ffffff; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.coreTextBold{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif
}


.coreTextLinkNoSize{
	FONT-WEIGHT: normal;
	COLOR: #000066; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.coreTextLinkNoSizeNoLine
{
	text-decoration: none;
	FONT-WEIGHT: normal;
	COLOR: #000066; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.bottomMenuLink{
	FONT-SIZE:70%; 
	FONT-WEIGHT: normal;
	COLOR: #ffffff; 
	FONT-FAMILY: arial,helvetica,sans-serif;
	text-decoration: none
}




A.searchBarLink{
	text-decoration: none;
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

A.searchBarLink:hover {  
	text-decoration: underline;
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif

}


/*********Table Styles*********/

TD.blueBar {
	BACKGROUND: #021849; VERTICAL-ALIGN: middle
}

TD.searchBar {
	BACKGROUND: #ecddbc; VERTICAL-ALIGN: middle
}

TD.topPad3 {
	padding-top: 30
}

TD.sideNavBar 
{
	PADDING-LEFT: 10px;
	BORDER-LEFT: #ecddbc 1px solid
}




