/*********General Styles*********/

{
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px
}

/*********Text Styles*********/

.nasHeading { FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #ffffff; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR: #021849 }

.blueBarLink{
	text-decoration: none;
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #ffffff; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.coreText{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: normal;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.coreTextBold{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.coreTextLink{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: normal;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.coreTextLinkNoSize{
	FONT-WEIGHT: normal;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.coreTextLinkNoSizeNoLine
{
	text-decoration: none;
	FONT-WEIGHT: normal;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.footerLink{
	text-decoration: none;
	FONT-SIZE: 75%; 
	FONT-WEIGHT: normal;
	COLOR: #ffffff; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.smallFooterText{
	FONT-SIZE: 65%; 
	FONT-WEIGHT: normal;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif
}
.smallfooterLink{
	text-decoration: none;
	FONT-SIZE: 65%; 
	FONT-WEIGHT: normal;
	COLOR: #333333; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.mainHeadingText{
	text-decoration: none;
	FONT-SIZE: 115%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.searchBarText{
	text-decoration: none;
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}


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

}

.searchResultsHeaderText{
	text-decoration: none;
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.searchResultsView{
	text-decoration: none;
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.subHeadingText80{
	text-decoration: none;
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.subHeadingText80WithLine{
	FONT-SIZE: 80%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.subHeadingText95{
	text-decoration: none;
	FONT-SIZE: 95%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.subHeadingLinkNoSize{
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.subHeadingText105{
	text-decoration: none;
	FONT-SIZE: 105%; 
	FONT-WEIGHT: bold;
	COLOR: #a41801; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.outputTextBoldRed{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: red; 
	FONT-FAMILY: arial,helvetica,sans-serif
}

.outputTextBoldRedNoSize{
	FONT-SIZE: 75%; 
	FONT-WEIGHT: bold;
	COLOR: red; 
	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: 3
}

TD.sideNavBar 
{
	PADDING-LEFT: 10px;
	BORDER-LEFT: #ecddbc 1px solid
}



