/* ================================
    CSS STYLES
   ================================
*/   

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Tahoma;
    font-size:  14px;
    font-weight: bold;
    color: #000000;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-size: 9pt;
    color:#6E77AE;
    font-family: Verdana, Tahoma;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:#6E77AE;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#6E77AE;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#6E77AE;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:#6E77AE;
}

/* SIGNIN */
A.SignIn:link {
    text-decoration:    none;
	font-size: 9pt;
    font-family: Verdana, Tahoma;
font-weight: normal;
    color:white;
}

A.SignIn:visited  {
    text-decoration:    none;
	font-size: 9pt;
    font-family: Verdana, Tahoma;
font-weight: normal;
    color:white;
}

A.SignIn:active   {
    text-decoration:    none;
	font-size: 9pt;
    font-family: Verdana, Tahoma;
font-weight: normal;
    color:white;
}

A.SignIn:hover    {
    text-decoration:    underline;
	font-size: 9pt;
    font-family: Verdana, Tahoma;
font-weight: normal;
    color:white;
}

/* Main Menu */

.MainMenu_MenuContainer {
	border-bottom: #404040 0px solid;
	border-left: #FF8080 0px solid;
	border-top: #FF8080 0px solid;
	border-right: #FFFFFF 0px solid;
	background-color: #004677;
	height:20;
	width: 147px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:20;
	width: 147px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: WHITE; 
	font-family: Verdana, Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height:20; 
	width: 147px;
	border-left: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid; 
	border-right: #000000 0px solid;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #004677; 
	border-left: #004677 1px solid; 
	border-right: #000000 0px solid; 
	border-bottom: #004677 1px solid; 
	border-top: #004677 1px solid; 
	text-align: center; 
	width: 1; 
	height: 21;	
}	
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	color: #004677; 
	font-family:  Verdana, Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height:20;
	width: 147px; 
	background-color: #004677; 
	border-bottom: #004677 1px solid; 
	border-left: #004677 1px solid; 
	border-top: #004677 1px solid; 
	border-right: #004677 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=90, Strength=0);
}
.MainMenu_MenuBreak {
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid;  
	border-right: #000000 1px solid; 
	background-color: #000000; 
	height: 10px;
}

.MainMenu_MenuItemSel {
	background-color: #6D76AD; 
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-family:  Verdana, Tahoma; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: normal;
	height:20;
	width: 147px;
}

.MainMenu_MenuArrow {
/*	font-family: webdings; 
	font-size: 10pt; 
	color: Black; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #000000 0px solid; 
	border-bottom: #000000 0px solid; 
	border-top: #000000 0px solid;*/
	display:none;
}

.MainMenu_RootMenuArrow {
	display:none;
}



.NormalBold  {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.NormalBoldBlue  {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #004677;
}
.Normal  {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	color: #000000;
	line-height: 11pt;
}

.NormalSmall  {
	font-family: Verdana, Tahoma;
	font-size: 8px;
	color: #000000;
	line-height: 8pt;
}
.NormalWhite  {
	font-family: Verdana, Tahoma;
	font-size: 10pt;
	color: #FFFFFF;
	line-height: 11pt;
}
.SubHeadPurple18 {
	font-family: Verdana, Tahoma;
	font-size: 18pt;
	font-weight: bold;
	color: 6E77AE;
	line-height: 18pt;
}
.Date {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
a:link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #6E77AE;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #6E77AE;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #6E77AE;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #6E77AE;
	text-decoration: none;
}
.SignIn {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
body {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;
}
.title {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.SubHeadPurple {
	font-family: Verdana, Tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: #6E77AE;
	line-height: 14pt;
}
.Gray {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: none;
	line-height: 11pt;
}
A.Gray:link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: none;
}
A.Gray:visited {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91];
	text-decoration: none;
}
A.Gray:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: underline;
}
A.Gray:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: none;
}
.SubHeadGray {
	font-family: Verdana, Tahoma;
	font-size: 14pt;
	font-weight: bold;
	color: #828A91;
	line-height: 14pt;
}
ul {
font-family: Verdana, Tahoma, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	list-style-image: url(/Portals/0/Skins/PDAskin/bullet.gif);
	list-style-position: outside;
}
/* Breadcrumbs */
.breadcrumb {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #828A91;
}
A.breadcrumb:link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: none;
}
A.breadcrumb:visited {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: none;
}
A.breadcrumb:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: underline;
}
A.breadcrumb:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9pt;
	color: #828A91;
	text-decoration: none;
}
/* Footer */
.Footer {
	font-size: 9pt;
	color:#FFFFFF;
	font-family: Verdana, Tahoma;
	text-decoration: none;
	font-weight: normal;
}
/* Footer Links */
A.Footer:link {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:visited  {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:active   {
	text-decoration: none;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 9pt;
}

A.Footer:hover    {
	text-decoration: underline;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 9pt;
}.NASNbkgrd {
	background-image: url(NASNbkgrd.gif);
	background-repeat: repeat-y;
	background-color: #004E87;
}
.headercel {
	background-image: url(pdamainpic.jpg);
	background-repeat: no-repeat;
	background-color: #DAE9EC;
}
.CommandButton {
	font-family: Verdana, Tahoma;
	font-size: 8pt;
	font-weight: normal;
	line-height: 9pt;
	color: #004677;
}
A.CommandButton:link {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:8pt;
	color: #004677;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:visited {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #004677;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #004677;
	text-decoration: underline;
	line-height: 9pt;
	font-style: normal;
}
A.CommandButton:active {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #004677;
	text-decoration: none;
	line-height: 9pt;
	font-style: normal;
}
Copyright {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 7pt;
	color: #000000;
}
