<Style>/* Default CSS Stylesheet for a new Web Application project */{}

.GeneralPage
{
background-color: ; /* Background Color */
background-image: url(images/NVG-MainBG.jpg); /* Background Image */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}

.GeneralTable
{
background-color: ; /* Background Color */
}

.TopBanner
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 14pt; /* Font Size */
color: #999999; /* Font Color */
font-weight: Bold; /* Font Style */
text-decoration: none;
font-style: normal; /* FontStyle */
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.TopSubBanner
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: Teal; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
}

.LeftColumn
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: #999999; /* Font Color */
font-weight: Bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: #999999; /* Background color */
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 0%;}

.RightColumn
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: #333333; /* Font Color */
font-style: normal; /* Font Style */
font-weight: ; /* Font Style */
text-decoration: none;
/*background-color: #000000;  Background color */
background-image: url(images/NVG-RightBar.jpg); 
text-align: Left; /* Align Text */
vertical-align: Top; /* Align Text */
width: 31%;
border-right-width: 1px;
border-left-width: 1px;
border-right-style: solid;
border-right-color: #000000;
border-left-color: #000000;
}
/*.RightColumnBorder
{
	background-image: url(images/NVG-RightBar.jpg);
	width:50%;
	border: 1px solid #FF0000;

}
*/
.Footer
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 7pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Footer a
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 7pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Footer a:hover
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 7pt; /* Font Size */
color: #cc0000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none;
background-color: ; /* Background color */
text-align: Center; /* Align Text */
vertical-align: Top; /* Align Text */
}

.Instructions
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #3B2415;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	width: 530px;
	padding-left: 8px;
	line-height: 15pt;
}

.ErrorMessages
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: #cc0000; /* Font Color */
font-weight: bold; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: left; /* Align Text */
}

.Messages
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	line-height: 15pt;
}

.Headings
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #3B2415;
	font-weight: Bold;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: Left;
	height: 22px;
}

.Content
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}
.Content a
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: #cc0000; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: underline; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}
.Content a:hover
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: #cc0000; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: underline; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}
.ContentTableHeader
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #cccccc;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #3B2415;
	text-align: left;
	height: auto;
}

.ContentTable
{
background-color: ;
}

.ContentTableHorizontal
{
background-color: ;
}
/*******************************************************************************************************************************/
/****************************************** NUVision Graphx Style*************************************/
/*******************************************************************************************************************************/
/*
TD
{
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";

	color:#333333;
	text-decoration: none;
}
TD a:
{
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";

	color:#333333;
	text-decoration: none;
}
TD a:
{
	font-family:"Verdana", "Arial", "Helvetica", "sans-serif";

	color:#cc0000;
	text-decoration: none;
}

*/

.BorderMainTableAllSides
{
	border: 1px solid #000000;

}
.BorderMainTableTop
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.BorderMainTable2Sides
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BorderMainTableLeftSide
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.BorderMainTableRightSide
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.BorderMainTableBottom
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.BorderTBtable
{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.ContentBorder
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10pt;
	color: #333333;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	background-image: url(images/NVG-BGwithLogoWaterFull.jpg);
	height: 200px;
	background-repeat: no-repeat;
}
.ContentBorder a
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #cc0000; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: underline; /* Font Style */

}
.ContentBorder a:hover
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
	font-size: 10pt; /* Font Size */
	color: #666666; /* Font Color */
	font-weight: Normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
}
.TopMenuLinks
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
}
.TopMenuLinks a
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
}
.TopMenuLinks a:hover
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-style: normal;
	color: #cc0000;
	text-decoration: none;
	font-weight: bold;
	padding-right: 5px;
}
.FooterLinks
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
.CartHead1
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.CartBody
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-style: normal;
	color: #cc0000;
	text-decoration: none;
	font-weight: normal;
	border: 1px solid #000000;
	background-image: url(images/NVG-BG2.jpg);
	padding-left: 3px;


}
.CartBody2
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-style: normal;
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.BodyHeading1
{
	font-family: "Times New Roman", "Times", "serif";
	font-size: 25pt;
	color: #666666;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	padding-bottom: 15px;
	padding-top: 10px;
}
.BodyHeading2
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 20pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	padding-bottom: 15px;
	padding-top: 10px;
}
.BodyHeading2 a
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 20pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	padding-bottom: 15px;
	padding-top: 10px;
}
.BodyHeading2 a:hover
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 20pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	padding-bottom: 15px;
	padding-top: 10px;
}
.Body
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	line-height: 15pt;
	width: 530px;
	padding-left: 20px;
	word-spacing: 1pt;
}
.Body a
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ;
	line-height: 15pt;
}
.Body a:hover
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ;
}
.BodyBold
{

font-weight: bold; /* Font Style */

}
.BodyBold1
{

font-weight: bold; /* Font Style */

}

.BodyBold1 a
{
	font-weight: bold;
	color: #000000;
}

.BodyBold1 a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.printDescriptionHeading
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	word-spacing: 1pt;
	border: 1px solid #000000;
	height: 21px;
	text-indent: 7pt;
	text-transform: capitalize;
}
.printDescription1
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	word-spacing: 1pt;
}
.printDescription1 a
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	word-spacing: 1pt;
}
.printDescription1 a:hover
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
	word-spacing: 1pt;
}
.printDescription2
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #333333;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: center;
	word-spacing: 1pt;
}
.pageLink
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}
.pageLinkON
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #cc0000;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}
.pageLinkOFF
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}
.pageLinkOFF a
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}
.pageLinkOFF a:hover
{
font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 8pt;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
background-color: ; /* Background color */
	text-align: left;
}
.disclaimer
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-style: normal;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}
.disclaimer a
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-style: normal;
	color: #CCCCCC;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
background-color: ; /* Background color */
	text-align: left;
}
.disclaimer a:hover
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 9px;
	font-style: normal;
	color: #cc0000;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
background-color: ; /* Background color */
	text-align: left;
}
.imageidea
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}
.imageidea a
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}
.imageidea a:hover
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	color: #CC3300;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: left;
}

/********************** Price Table **********************/
.TableItem
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	height: 25px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: left;

}
.TableBody
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	vertical-align: middle;
	text-align: left;

}
.TableBorder
{
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666666;
}
.TableBorder4
{
	border: 1px solid #666666;
}
.note
{
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 7pt;
	color: #333333;
	font-weight: Normal;
	font-style: normal;
	text-decoration: none;
background-color: ; /* Background color */
	text-align: Center;
	vertical-align: Top;
	line-height: 10pt;
}


.FPbold {

font-family: "Verdana", "Arial", "Helvetica", "sans-serif"; /* Font Face */
font-size: 10pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: Normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: ; /* Background color */
text-align: Left; /* Align Text */
}
.ContentWIDElead {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";u
	font-size: 10pt;
	color: #333333;
	font-weight: Normal;
	text-decoration: none;

background-color: ; /* Background color */
	text-align: Left;
	line-height: 19px;

}

/********************** SEO Project by Trendmetrix **********************/
H1
{
    font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}
H2
{
   font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

.SEOLinkStyle1 {color: #000000; font-size: 11px;font-weight: bold;
}
a.SEOLinkStyle1:link {color: black; text-decoration:none;}
a.SEOLinkStyle1:visited {color: black; text-decoration:none;}
a.SEOLinkStyle1:active {color: black; text-decoration:none;}
a.SEOLinkStyle1:hover {color: #cc0000; text-decoration:none;}

.SEOLinkGeneralPage
{
background-color: ; /* Background Color */
background-image: url(images/NVG-MainBGLinkPage.jpg); /* Background Image */
margin-bottom: 0px; /* Margins */
margin-left: 0px; /* Margins */
margin-right: 0px; /* Margins */
margin-top: 0px; /* Margins */
}
/********************** SEO Project by Trendmetrix End **********************/

</Style>