/*  -------------------------------------------------------
 NCFlyShop CSS file
----------------------------------------------------------*/

a:link
{
text-decoration: underline;
color: 0000ff;
}
a:visited
{
text-decoration: underline;
color: #800080;
}
a:hover
{
text-decoration: none;
color: #ff0000;
}
a:active
{
text-transform: none;
color: #ff0000;
}
a:text
{
text-decoration: none;
color: #000000;
font-family: Arial;
font-size: 35px;
font-weight: bold;
}
body
{
background-color: #FFFFFF;
background-image: url(/images/lightgoldtexture.gif);
background-repeat: repeat;
background-attachment: fixed;
cursor: url("/fly.cur");
}
.pageheading
{
color: #000000;
text-decoration: none;
font-family: Arial;
font-size: 16px;
font-weight: bold;
margin-bottom: 16px;
}
.sectionheading
{
color: #000000;
text-decoration: none;
font-family: Arial;
font-size: 14px;
font-weight: bold;
}
.body
{
color: #000000;
text-decoration: none;
font-family: Arial;
font-size: 13px;
}
.bodydim
{
color: #999999;
text-decoration: none;
font-family: Arial;
font-size: 13px;
}
.offer
{
color: #000000;
text-decoration: none;
font-family: Arial;
font-size: 14px;
}
.itemtitle
{
color: #004400;
text-decoration: none;
font-family: Times New Roman,serif;
font-size: x-large;
font-weight: bold;
}
.onTab1
{
background-repeat: repeat-x;
background-image: url(/graphics/tab-on-bkg.gif);
}
.offTab1
{
background-repeat: repeat-x;
background-image: url(/graphics/tab-off-bkg.gif);
}
.onTab2
{
background-repeat: repeat-x;
background-image: url(/graphics/tab-on-off-l-o-r.gif);
}
.offTab2
{
background-repeat: repeat-x;
background-image: url(/graphics/tab-off-off-l-o-r.gif);
}
.offTab3
{
background-repeat: repeat-x;
background-image: url(/graphics/tab-off-on-r-o-l.gif);
}
.hiddenlink
{
text-decoration: none;
color: #000000;
}
img.noline
{
text-decoration: none;
}
a.noline
{
text-decoration: none;
}
td.noline
{
text-decoration: none;
}
.articletitle
{
color: #004400;
text-decoration: none;
font-family: Georgia,Verdana,Courier New,Times,Times New Roman,serif;
font-size: 18px;
font-weight: bold;
text-align: center;
}
.special-page-pic
{
	position:absolute;
	border-width:0;
	padding-top:-206px;
	padding-right:0px;
	padding-bottom:0px;
 padding-left:433px;
	z-index:4;
}
.midli
{
	margin-top:10px;
	margin-bottom:10px;
}