/*
 * START: HTML element default styles 
 */
/* background color for the content part of the pages */
body
{
	background-color: #ffffff;
/*	color: ffffff; */
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-track-color: #ffffff;
}

h1
{
	color: #666644;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h2
{
	color: #666644;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
}

h3
{
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h4
{
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h5, dt
{
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

h6
{
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

tfoot, thead
{
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

th
{
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	vertical-align: baseline;
}

a:link
{
	color: #000000;
	text-decoration: none;
}

a:visited
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #000000;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

small
{
	font-size: 8px;
}

big
{
	font-size: 14px;
}

blockquote, pre
{
	font-family: Lucida Console, monospace;
}


ul li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: square;
}

ul li li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: disc;
}

ul li li li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: circle;
}

ol li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: decimal;
}

ol ol li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: lower-alpha;
}

ol ol ol li
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	list-style-type: lower-roman;
}

hr
{
	color: #003366;
	height: 1pt;
	text-align: left;
}
/*
 * END: HTML element default styles 
 */

/*
 * START: Styles for the flyout menu!
 */

.MenuList
{
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
}

.MenuListSubMenu
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	border: solid thin black;
}

/*
 * END: Styles for the flyout menu!
 */

/*
 * START: Text style for product listing strings
 */
.ProductListItem
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.ProductListHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ProductListCategoryBanner
{
	color: #ff0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


/*
 * START: Text style for typical strings
 */
/* text style used for most text rendered by modules */
.Normal
{
	color: #666666;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	Line-height: 160%
}

.NormalAlt
{
	background-color: #eeeeee;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	background-color: #eeeeee;
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	scrollbar-3dlight-color: #eeeeee;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #aaaaaa;
	scrollbar-face-color: #eeeeee;
	scrollbar-highlight-color: #eeeeee;
	scrollbar-shadow-color: #aaaaaa;
	scrollbar-track-color: #ffffff;
}

.NormalRed
{
	color: #ff0000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Text style for typical strings 
 */



/*
 * START: Styles for module titles
 */
.Head
{
	border-bottom: solid 1px #990000;
	color: #990000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.HeadEdit
{
	color: #003366;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 2px 2px 2px;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Styles for module titles
 */



/*
 * START: Page header styles 
 */
.HeadBg
{
	background-color: #ffffff;
}

.WelcomeMessage
{
	color: #eeeeee;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.TopMenu
{
	background-color: #ffffff;
	border-bottom: solid thin #000000;
	color: #003366;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-family: Trebuchet MS, Verdana Bold, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #ffffff;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* hyperlink style for the site links */
a.SiteLink:link
{
	color: #000000;
	text-decoration: none;
}

a.SiteLink:visited
{
	color: #000000;
	text-decoration: none;
}

a.SiteLink:active
{
	color: #000000;
	text-decoration: none;
}

a.SiteLink:hover
{
	color: #000000;
	text-decoration: underline;
}

/* style for separator between site links */
.Accent
{
	color: #000000;
	font-weight: bold;
}
/*
 * END: Page header styles 
 */



/*
 * START: Style for buttons and link buttons used in the portal admin pages
 */
.CommandButton
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
a.CommandButton:link
{
	color: #000000;
	text-decoration: underline;
}

a.CommandButton:visited
{
	color: #0000;
	text-decoration: underline;
}

a.CommandButton:active
{
	color: #000000;
	text-decoration: underline;
}

a.CommandButton:hover
{
	color: #000000;
	text-decoration: underline;
}
/*
 * END: Style for buttons and link buttons used in the portal admin pages
 */


.BodyCell
{
	background-color: #ffffff;
	width: 790;
}


/*
 * START: Main menu styles
 */
/*
/* background/border colors for the selected tab */
.TabBg
{
	background-color: #ffffff;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg
{
	background-color: #ffffff;
}
.SelectedMenu
{
	color: #666666;
	background-color: #ffffff;
	font-family: Myriad Roman, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	align: center;
	padding-top: 5px;
}

/* text style for the selected tab */
.SelectedTab
{
	color: #666666;
	background-color: #ffffff;
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
}

/* hyperlink styles of the unselected tabs */
a.SelectedTab:link
{
	color: #6600CC;
	text-decoration: none;
}

a.SelectedTab:visited
{
	color: #6600CC;
	text-decoration: none;
}

a.SelectedTab:active
{
	color: #6600CC;
	text-decoration: none;
}

a.SelectedTab:hover
{
	color: #6600CC;
	text-decoration: underline;
}


/* text style for the unselected tabs */
.OtherTabs
{
	color: #666666;
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
}

/* hyperlink styles of the unselected tabs */
a.OtherTabs:link
{
	color: #666666;
	text-decoration: none;
}

a.OtherTabs:visited
{
	color: #666666;
	text-decoration: none;
}

a.OtherTabs:active
{
	color: #666666;
	text-decoration: none;
}

a.OtherTabs:hover
{
	color: #666666;
	text-decoration: underline;
}
/*
 * END: Main menu styles 
 */

/* text style for the selected tab */
.SelectedTab2
{
	color: #666666;
	background-color: #ffffff;
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* hyperlink styles of the unselected tabs */
a.SelectedTab2:link
{
	color: #6600CC;
	text-decoration: none;
}

a.SelectedTab2:visited
{
	color: #6600CC;
	text-decoration: none;
}

a.SelectedTab2:active
{
	color: #6600CC;
	text-decoration: none;
}

a.SelectedTab2:hover
{
	color: #6600CC;
	text-decoration: underline;
}


/* text style for the unselected tabs */
.OtherTabs2
{
	color: #666666;
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* hyperlink styles of the unselected tabs */
a.OtherTabs2:link
{
	color: #666666;
	text-decoration: none;
}

a.OtherTabs2:visited
{
	color: #666666;
	text-decoration: none;
}

a.OtherTabs2:active
{
	color: #666666;
	text-decoration: none;
}

a.OtherTabs2:hover
{
	color: #666666;
	text-decoration: underline;
}
/*
 * END: Main menu styles 2
 */


/*
 * START: Overall styles for the three main sections
 */
.PortalBanner
{
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.BannerMenu
{
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: middle;
	vertical-align: right;
}

.MainMenu
{
	background-color: #ffffff;
	max-width: 100px;
	min-width: 100px;
	width: 0px;
}

.TopLeftPane
{
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 0px;
	border-top: solid 0px #000000;
}

.TopCenterPane
{
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 0px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	
}

.TopRightPane
{
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	border-top: solid 0px #000000;
}
.LeftPane
{
	background-color: #FFFFFF;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: opx;
	border: solid 0px #022B7E;
	border-top: solid 0px #022B7E;
}

.CenterPane
{
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 30px;
	padding-top: 30px;
	padding-left: 90px;
	padding-right: 90px;
	width: 0px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
}

.RightPane
{
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.BottomPane
{
	background-color: #ffffff;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	width: 780px;
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;
}

/*
 * END: Overall styles for the three main sections
 */



/*
 * START: Product Category menu styles
 */
.CategoryMenuUnselected, a.CategoryMenuUnselected, a.CategoryMenuUnselected:link, a.CategoryMenuUnselected:visited
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.CategoryMenuUnselected:hover
{
	color: #000000;
	padding-left: 10px;
	text-decoration: underline;
}

.CategoryMenuSelected, a.CategoryMenuSelected, a.CategoryMenuSelected:link, a.CategoryMenuSelected:visited
{
	color: #ffaa00;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.CategoryMenuSelected:hover
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	text-decoration: none;
}

a.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
	color: #ccaa00;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.MenuUnselected:hover
{
	color: #000000;
	padding-left: 10px;
	text-decoration: underline;
}

a.MenuSelected
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
}

a.MenuSelected:hover
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	padding-left: 10px;
	text-decoration: none;
}
/*
 * END: Product Category menu styles
 */



/*
 * START: Common data list styles 
 */
.DataListHeader
{
	background: #ffffff;
	border: solid 1px #000000;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.DataListFooter
{
	background-color: #ffffff;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

.DataListItem
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.DataListItemAlternate
{
	background-color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: Common data list styles 
 */



/*
 * START: Styles for products
 */
.ProductHead
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.saleprice
{
	color: #003366;
}
/*
 * END: Styles for products
 */



/*
 * START: Styles for error messages
 */
.ErrorText
{
	color: #ff0000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
}
/*
 * END: Styles for error messages
 */



/*
 * START: Styles for addresses
 */
.Address
{
	border-bottom: solid thin #000000;
	border-top: solid thin #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.AddressList
{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.CheckoutAddressColumn
{
	border-top: solid thin #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

/* Customer Order Address Border */
.OrderAddress
{
	background-color: #eeeeee;
	border-bottom: solid thin #000000;
	border-left: solid thin #000000;
	border-right: solid thin #000000;
	border-top: solid thin #000000;
}
/*
 * END: Styles for addresses
 */



/*
 * START: Invoice data list styles 
 */
.InvoiceHeader
{
	border-bottom: solid thin #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.InvoiceList
{
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.InvoiceListHead
{
	background-color: #ffffff;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-left: 5px
}

.InvoiceListItem
{
	background-color: #ffffff;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	padding-left: 5px
}

.InvoiceListItemAlt
{
	background-color: #eeeeee;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	padding-left: 5px
}

.InvoiceListFooter
{
	background-color: #ffffff;
}
/*
 * END: Invoice data list styles 
 */



/*
 * START: dot net edit styles 
 */
.container
{
	background-color: #cccccc;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.editBox
{
	background-color: #ffffff;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: dot net edit styles
 */



/*
 * START: Styles for front page specials 
 */
.FrontPageSpecialsBody
{
	background: #767980;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

.FrontPageSpecialItem
{
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.FrontPageSpecialItem, a.FrontPageSpecialItem:link, a.FrontPageSpecialItem:visited
{
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}

a.FrontPageSpecialItem:hover
{
	color: #ff0000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	text-decoration: underline;
}
/*
 * END: Styles for front page specials 
 */



/*
 * START: Styles for customer login
 */
.CustomerLoginHeader
{
	background-color: #ffffff;
	border-bottom: solid 1px #003366;
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.CustomerLoginBody
{
	background: #ffffff;
	color: #000000;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	text-decoration: none;
}
/*
 * END: Styles for front page specials 
 */



/*
 * START: Product search control style
 */
.ProductSearch
{
	color: #ffffff;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.ProductSearchMenu
{
	background-color: #660000;
	color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Product search control style
 */



/*
 * START: Style for FAQ module
 */
.FAQQuestionHeading
{
	color: #003366;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.FAQQuestion
{
	color: #003366;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}

.FAQAnswerHeading
{
	border-bottom: solid 1px #000000;
	color: #000099;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
}

.FAQAnswer
{
	border-bottom: solid 1px #000000;
	color: #000099;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: Style for FAQ module
 */



/*
 * START: Styles for links in menu for the menu page control 
 */
.SubMenu, .SubMenu a, .SubMenu a:link, .SubMenu a:visited
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

.SubMenu a:active, .SubMenu a:hover, .SubMenu a:visited:hover 
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
/*
 * END: Styles for links in menu for the menu page control 
 */



/*
 * START: Style for reading messages in Discussion
 */
.Message
{
	background-color: #eeeeee;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
/*
 * END: Style for reading messages in Discussion
 */



/*
 * START: Style of item titles by Announcements and events
 */
.ItemTitle
{
	color: #003366;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/*
 * END: Style of item titles by Announcements and events
 */

/*
 * START: Styles for the user management controls
 */
.mainSection
{
	padding: 10px;
	margin: 0px 10px 10px 10px;
	border: solid 2px maroon;
}

.menuSection
{
	margin: 5px 10px 0px 10px;
	padding: 0px;
	text-align: right;
}

a.menuTab
{
	border-top: 1px solid maroon;
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
	padding: 1px 5px 1px 5px;
	margin: 2px 2px 0px 2px;
	font-family: Sans-Serif;
	font-size: smaller;
	color: maroon;
	background-color: white;
	text-decoration: none;
}

a.menuTab:hover
{
	background-color: silver;
	text-decoration: none;
}

a.menuTabSelected
{
	border-top: 1px solid maroon;
	border-left: 1px solid maroon;
	border-right: 1px solid maroon;
	padding: 1px 5px 1px 5px;
	margin: 2px 2px 0px 2px;
	font-family: Sans-Serif;
	font-size: smaller;
	color: white;
	background: maroon;
}

a.menuTabSelected:hover
{
	text-decoration: none;
}
/*
 * END: Styles for the user management controls
 */

.ProductListReadMore
{
	color: #000000;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.YahooStockQuote
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
a.YahooStockQuoteMoreInfo
{
	font-family: Sans-Serif;
	font-size: 11px;
	color: blue;
}
.AVCStylebg
{
	width: 780;
	height: 23;
	background-image: url('images/clinics_bg_pu.jpg');
	padding-top: 0px;
	padding-bottom: 0px;
}
.AVCMenuStylem
{
	color: #ffffff;
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
a.AVCMenuStylem
{
	color: #ffffff;
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.AVCMenuStylem:visited
{
	color: #ffffff;
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
a.AVCMenuStylem:hover
{
	color: #ffffff;
	text-decoration: underline;
}
.AVCMenuStyles
{
	font-family: Myriad, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	border: solid 0px #000000;
}
a.AVCMenuStyles
{
	font-family: Myriad, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}