/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   
/*Admin Bar*/

/* style of item titles on admin bar */
.AdminSubHead	{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #EBEBEB;
}

/*different status styles for tab status bar*/
.TabVersionDraft
{
	background-color: #B9D3E5;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #666666;	
}

.TabVersionApproved
{
	background-color: #FFCC66;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #666666;	
}

.TabVersionPublished
{
	background-color: #B94831;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #ffffff;	
}

/* style of admin audit trail header*/
.AdminAuditTrailHead 
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #EBEBEB;	
}

/* style of admin audit trail contents*/
.AdminAuditTrail
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #ffffff;	
}



/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.AdminBarTextBox
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
    font-weight: normal;
    color: #ffffff;
    background-color: #666666;
}

/* text style for buttons and link buttons used in the portal admin pages */
.AdminCommandButton     {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
    font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.AdminCommandButton:link {
	color: #ffffff;
}

A.AdminCommandButton:visited  {
	color: #ffffff;
}

A.AdminCommandButton:active   {
	color: #ffffff;
}

A.AdminCommandButton:hover    {
	color: #aaaaaa;
}

/* hyperlink style for disabled admin buttons*/
A.AdminCommandButtonDisabled
{	
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
    font-weight: bold;
	text-decoration:none;
	color: #aaaaaa;
}
/*text style for description of module in the portal admin bar*/
.AdminHelpDescription 
{
	
    font-family: Helvetica, Arial,  Sans-Serif;
    font-size: x-small;
    font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	padding-top: 0px;
	margin-top: 0px;
	
}

/* text style for help buttons  */
.AdminHelpButton     {
    font-family: Helvetica, Arial,  Sans-Serif;
    font-size: small;
    font-weight: bold;
	text-decoration:none;
	color: #ffffff;
	
}
    
/* hyperlink style for help buttons in the portal admin pages */
A.AdminHelpButton:link {
	color: #ffffff;
}

A.AdminHelpButton:visited  {
	color: #ffffff;
}

A.AdminHelpButton:active   {
	color: #ffffff;
}

A.AdminHelpButton:hover    {
	color: #aaaaaa;
}
    
    

/*input boxes*/
Input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
Select
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
Option
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;

}
TextArea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;

}


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #CCCCCC;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
    color:#544F4F;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}
Span
{
	padding:0px;
	margin: 0px;
}
/*style for sitemap*/
.SitemapPrimary
{	
	margin-top: 3px;
	padding-bottom: 3px;
	font-size: x-small;
	text-align: right;
	font-weight:bold;
}
.SitemapSecondary
{	
	padding-top: 0px;
	margin-top: 3px;
	padding-bottom: 3px;
	font-size: xx-small;
	font-weight:bold;	
}
.SitemapTertiary
{	
	padding-bottom: 3px;
	font-size: xx-small;
}

/*standard paragraph style*/
P
{
	padding-left: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
	
}
/*caption style for images*/
.Caption
{
	font-size: xx-small;
}
/*style to set size of panel text*/
.PanelText
{
	font-size: xx-small;
}
/*style to set size of colour highlighted panel text*/
.HighlightPanelText
{
	font-size: xx-small;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}
/*form styles */

/* style for form labels */
.FormHeading
{
	font-size: xx-small;
	font-weight:bold;
}
.FormWarning
{
	font-size: xx-small;
	font-weight:bold;
	color: #990000;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}
/*project panes on homepage*/
.ProjectPane  {

}
/*Subscribe pane*/
.SubscribePane  {
}
/* set style for static link on front page*/
.FrontPageLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration:none;
}
A.FrontPageLink:hover
{
	color: #544F4F;
}

/*set related link size and line spacing*/

.RelatedLink
{
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	padding-bottom: 0px;
	line-height: 13px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top:0px;
}

/*set secondary nav link size and line spacing*/

.SecondaryNavLink
{
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: none;
	padding-bottom: 0px;
	line-height: 13px;
	padding-top: 0px;
	margin-bottom: 7px;
	margin-top:0px;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    color: white;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: bold;
    font-size: x-small;
    color: white;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:white;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/*style for top quicklinks*/
.Quicklinks{
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#544F4F; 
	font-size:xx-small;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}

A.Quicklinks:link {
	text-align:right; 
	color:#544F4F; 
	font-size:xx-small;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}

A.Quicklinks:visited  {
	text-align:right; 
	color:#544F4F; 
	font-size:xx-small;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}

A.Quicklinks:active   {
	text-align:right; 
	color:#544F4F; 
	font-size:xx-small;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}

A.Quicklinks:hover    {
	text-align:right;  
	color:#797979; 
	font-size:xx-small;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
}

/*style for bottom copyright links*/
.Copyright{
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#797979; 
	font-size:xx-small;
	text-decoration: none;
	/*text-transform: lowercase;*/
	/*font-weight: normal;*/
	
}

A.Copyright:link {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#797979; 
	font-size:xx-small;
	text-decoration: none;
	/*text-transform: lowercase;*/
	/*font-weight: normal;*/
}

A.Copyright:visited  {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#797979; 
	font-size:xx-small;
	text-decoration: none;
	/*text-transform: lowercase;*/
	/*font-weight: normal;*/
}

A.Copyright:active   {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#797979; 
	font-size:xx-small;
	text-decoration: none;
	/*text-transform: lowercase;*/
	/*font-weight: normal;*/
}

A.Copyright:hover    {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#797979; 
	font-size:xx-small;
	text-decoration: none;
	/*text-transform: lowercase;*/
	/*font-weight: normal;*/
}

/*text style for breadcrumbs */
.BreadCrumb
{
	color: #544F4F;
	font-size: xx-small;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
A.BreadCrumb:visited
{
	color: #544F4F;
	text-decoration: none;	
}
A.BreadCrumb:link
{
	color: #544F4F;	
	text-decoration: none;
}
A.BreadCrumb:active
{
	color: #544F4F;	
	text-decoration: none;
}
A.BreadCrumb:hover
{
	color: #797979;	
	text-decoration: none;
}
/* GENERAL */
/* style of centre pane sub head title*/
.SidePaneTitle
{
	
color:#544F4F;
}
/* GENERAL */
/* style for module titles */
.Head   {

    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    normal;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* style of item titles on edit and admin pages */

.LargeSubHead
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
	font-size:small;
	padding-bottom:6px;
    color: #003366;
	
}

.SubHead    {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  x-small;
    font-weight:    bold;
    color: #003366;
}


/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: xx-small;
    font-weight: bold;
	text-decoration:none;
	color: #b94831;
	
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
	color: #b94831;
}

A.CommandButton:visited  {
	color: #b94831;
}

A.CommandButton:active   {
	color: #b94831;
}

A.CommandButton:hover    {
	color: #6c6c6f;
}
  
/*Heading hierarchy for panel text*/
.PanelHead
{
    font-family: Verdana, Arial, Helvetica;
    font-size:  x-small;
    font-weight:    bold;
    color: #544F4F;

}
.PanelSubHead
{
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-small;
    font-weight:    bold;
    color: #544F4F;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}
/*Link for Title Link */
.TitleLink{
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#47484C; 
	font-size:xx-small;
	font-weight: bold;
	text-decoration: none;
}

A.TitleLink:link {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#47484C; 
	font-size:xx-small;
	font-weight: bold;
	text-decoration: none;
}

A.TitleLink:visited  {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#47484C; 
	font-size:xx-small;
	font-weight: bold;
	text-decoration: none;
}

A.TitleLink:active   {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#47484C; 
	font-size:xx-small;
	font-weight: bold;
	text-decoration: none;
}

A.TitleLink:hover    {
	text-align:right; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#47484C; 
	font-size:xx-small;
	font-weight: bold;
	text-decoration: none;
}

/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  xx-large;
    font-weight:    normal;
    color: #544F4F;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  x-large;
    font-weight:    normal;
    color: #544F4F;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  large;
    font-weight:    normal;
    color: #544F4F;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size: medium;
    font-weight:    normal;
    color: #544F4F;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  small;
    font-weight:    bold;
    color: #544F4F;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  x-small;
    font-weight:    bold;
    color: #544F4F;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
}


SMALL   {
    font-size: -1;
}

BIG {
    font-size:  +1;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

LI   {
color:#544F4F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
padding-bottom: 12px;
    	list-style-type: disc;
}
UL 
{
	margin:0px;
	padding: 0px;
}

UL LI   {
color:#544F4F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
padding-bottom: 12px;
margin-left: 18px;
    	list-style-type: disc;
}

UL LI LI    {
color:#544F4F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 8px;
    list-style-type:  circle;
}

UL LI LI LI {
color:#544F4F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
padding-top: 0px;
padding-bottom: 0px;
margin-top: 5px;
    list-style-type: square;
}

OL LI   {
color:#544F4F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
    list-style-type:    decimal;
}

OL OL LI    {
color:#544F4F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
    list-style-type:    lower-alpha;
}

OL OL OL LI {
color:#544F4F;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* Menu-Styles */
/* Module Title Menu */
.Message    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}


.ModuleTitle_MenuContainer {
	border-bottom: blue 0px solid; 
	border-left: blue 0px solid; 
	border-top: blue 0px solid; 
	border-right: blue 0px solid; 
}

.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: x-small; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 1px solid; 
	border-top: white 1px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}

.ModuleTitle_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #EEEEEE; 
	border-left: #EEEEEE 1px solid; 
	border-bottom: #EEEEEE 1px solid; 
	border-top: #EEEEEE 1px solid; 
	text-align: center; 
	width: 15; 
	height: 21;
}

.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #FFFFFF; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}

.ModuleTitle_MenuBreak {
	border-bottom: #EEEEEE 1px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 1px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 1px;
}

.ModuleTitle_MenuItemSel {
	background: inherit; 

	cursor: pointer; 
	cursor: hand; 
	color: white; 
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 

	font-size: x-small;  
	font-weight: normal; 
	font-style: normal; 
	border-color: #999999;
	background-color: #999999;
}

.ModuleTitle_MenuArrow {
	font-family: webdings; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #D9DDDE1px solid; 
	border-bottom: #D9DDDE 1px solid; 
	border-top: #D9DDDE 0px solid;
}

.ModuleTitle_RootMenuArrow {
	font-family: webdings; 
	font-size: x-small; 
	cursor: pointer; 
	cursor: hand;
	border-color: #D9DDDE;
}

/* main menu - for static non drop-down menu*/
A.MainMenu_MenuItem:link {
	cursor: pointer; 
	cursor: hand; 
	color: #544F4F; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	border-color: #D9DDDE;	
}
A.MainMenu_MenuItem:visited {
	cursor: pointer; 
	cursor: hand; 
	color: #544F4F; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	border-color: #D9DDDE;	
}
A.MainMenu_MenuItem:active {
	cursor: pointer; 
	cursor: hand; 
	color: #544F4F; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	border-color: #D9DDDE;	
}

A.MainMenu_MenuItem:hover {
	background: inherit; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-weight: normal; 
	font-style: normal;
	font-family: Verdana, Arial, Helvetica; 
	font-size: x-small; 
	border-color: #999999;
	background-color: #999999;
}
/*main menu style for dynamic drop down menu*/
/* Main Menu */

.MainMenu_MenuContainer {
	background: inherit;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background: inherit;
	border: 0px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #544F4F; 
	font-family: Verdana, Arial, Helvetica; 
	font-size: x-small; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
	border-color: #D9DDDE;	
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #D9DDDE; 
	border-left: #D9DDDE 1px solid; 
	border-bottom: #D9DDDE 1px solid; 
	border-top: #D9DDDE 1px solid; 
	text-align: center; 
	width: 2px;
	height: 21;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #D9DDDE; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='Black', Direction=135, Strength=3) ; 
 
}

.MainMenu_MenuBreak {
	background-color: White; 
	color: #ffffff;
	border-right: 4px;
	height: 1px;
}


.MainMenu_MenuItemSel {
	background: inherit; 
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-weight: normal; 
	font-style: normal;
	font-family: Verdana, Arial, Helvetica; 
	font-size: x-small; 
	border-color: #999999;
	background-color: #999999;
}

.MainMenu_MenuArrow {
	border-color: #D9DDDE;
}

.MainMenu_RootMenuArrow {
	border-color: #D9DDDE;
}
.ChildMenuRow
{
}

/*news briefing styles*/

.rightscombody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;

}
.pagelinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: 50829c;

}
.newssubhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #333333;

}
.sourcehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
}
.source {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding-bottom: 0px;
	padding-top: 0px;


}
