

	/* Style For Page Headings */

H1 {Font-Family: Arial;
	Font-Size:18pt;
	Color: Black;
margin-left: 20pt;
}


IMG { border: solid 0px #ffffff;}
	/* Style For Sub-Headings H2*/

H2 {Font-Family: Arial;
	Font-Size: 12pt;
	Font-Weight:Bold;
	Color: Black;
margin-left: 20pt;
}
	/* Style For secondary Sub-Headings H3 */

H3 {Font-Family: Arial;
	Font-Size: 10pt;
	Font-Weight:Bold;
	Color: Black;
margin-left: 20pt;
}

H4 {Font-Family: Arial;
	Font-Size: 8pt;
	Color: Black;
margin-left: 20pt;
}

       /* Style for Photo position   */
IMG.Photo {margin-left: 20pt;
Border:0;
}

	/* Style For Normal Text P*/

P {Font-Family:Arial;
	Font-Size: 12pt;
	Color: Blue;
margin-left: 20pt;
}
	/* second Style For Normal Text P2 */

P2 {Font-Family: Arial;
	Font-Size: 10pt;
Font-Weight:Bold;
	Color: Black;
margin-left: 20pt;
}




	/* Style For Unordered Lists */

UL {Font-Family:Arial;
	Font-Size: 12pt;
	Color: Blue;
}


	/* Style For Links */
A {Font-Family:Arial;
	Font-Size: 12pt;
	Color: Blue;
	Text-Decoration: None;
	font-weight: bolder;
}

A:Hover {Color: Black;
}

/* Style For <A> Warning */
A.warning {Font-Family:Arial;
	Font-Size: 8pt;
	Color: Red;
	
}



	/* Style For Normal Table Header */

TR.Toprow {Font-Family:Arial;
	Font-Size: 12pt;
	Font-Weight:Bold;
	Color: Black;
margin-left: 20px;
	Background-color: #99FF99;
Border: 1pt;

}



	/* Style For Normal Table Even Row */

TR.Evenrow {Font-Family:Arial;
	Font-Size: 12pt;
	Color: Blue;
	Background-color: #CCFFFF;
margin-left: 20px;
}



	/* Style For Normal Table Odd Row */

TR.Oddrow {Font-Family:Arial;
	Font-Size: 12pt;
	Color: Blue;
	Background-color: #CCCCFF;
	margin-left: 20px;
width: 600px;
}


	/* Style For Product Bullets Table */

TABLE.PBullets {Font-Family:Arial;
	Font-Size: 12pt;
	Font-weight: bold;
	Color: Blue;
  background-color: white;
margin-left: 20pt;
width: 600px;
}


	/* Style For Product Specification Table */

TABLE.Spec {Font-Family:Arial;
	Font-Size: 12pt;
	Color: Black;
margin-left: 20pt;
background-color: #F7FFFF; 
width: 600px;
border: 1px solid #CCCCDD;
}
Table.Spec td { border: 1px solid #CCCCDD; } 

	/* Style For Product Table */

TABLE.Product {Font-Family:Arial;
	Font-Size: 12pt;
	Color: Black;
margin-left: 20pt;
background-color: #F7FFFF; 
width: 600px;
border: 1px solid #CCCCDD;
}
Table.Product td { border: 1px solid #CCCCDD; } 



	/* Table Style */
TABLE { border-collapse:collapse;
	mso-border-alt: solid ;
	windowtext .5pt; 
	mso-padding-alt: 0cm 5.4pt 0cm 5.4pt; 
	border-style: none; 
	border-width: medium;
	bordercolordark:black; 
	bordercolorlight:blue;
	
}

	

 


/*

 Some styles used by the "Cascading Popup Menus" script.
 Consult a CSS reference (a good clear one is at www.ncdesign.org) for syntax and tweaking ideas.
 You can delete the ones you're not using in your ItemStyles, or add more if you want.

*/


/*
 Font settings -- change your font, colour, alignment etc.
 Insert 'font-weight: bold;' or 'font-style: italic;' without quotes if you want.
 Note that items contain <A HREF> tags, so if your other stylesheets style anchor tags,
 these may inherit the rules. I've styled all the variations of links here as one.
*/

.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}

/* --------------------------------------------------
   Stage Styles
*/

.copyright
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-size: 60%;
	color: #ffffff;	
}

.pageTitle
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: bold;
	font-size: 200%;
	color: #ffffff;	
}

.stageTitle
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: bold;
	font-size: 80%;
	color: #000000;	
}

.userName
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: bold;
	font-size: 70%;
	color: #000000;	
}

.stageLink
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: bold;
	font-size: 70%;
	color: #666666;
	text-decoration: none;
}

a.stageLink:link
{
	color: #666666;
	text-decoration: none;
}

a.stageLink:visted
{
	color: #666666;
	text-decoration: none;
}

a.stageLink:hover
{
	color: #000000;
	text-decoration: underline;
}

.stageLinkDark
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: bold;
	font-size: 70%;
	color: #111111;
	text-decoration: none;
}

a.stageLinkDark:link
{
	color: #111111;
	text-decoration: none;
}

a.stageLinkDark:visted
{
	color: #111111;
	text-decoration: none;
}

a.stageLinkDark:hover
{
	color: #000000;
	text-decoration: underline;
}


.stageNormal
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}

.postSubject
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-size: 70%;
	color: #ffffff;
	font-weight: bold;
}

.replyDetails
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-size: 70%;
	color: #000000;
	font-weight: bold;
}

.smallDate
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-size: 60%;
	color: #000000;
	text-decoration: none;
}

.menuTitle
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: bold;
	font-size: 65%;
	color: #ffffff;	
	padding-left: 2px;
}

.requiredText
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-size: 70%;
	color: Red;
	text-decoration: none;
}

.errorText
{
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-size: 70%;
	color: Red;
	text-decoration: none;
	font-weight: bold;
}



.menuLink
{
	display: block;
		width: 100%;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	border-bottom: solid 2px #777777;
    background-color: #ccccdd;
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: normal;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}

a.menuLink:link
{
	color: #000000;
	text-decoration: none;
}

a.menuLink:visted
{
	color: #000000;
	text-decoration: none;
}

a.menuLink:hover
{
	background-color: #0000ff;
	color: #ffffff;
	text-decoration: none;
}

.menuLinkTop
{
	display: block;
		width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top: solid 2px #777777;
	border-bottom: solid 2px #777777;
    background-color: #ccccdd;
	font-family: Verdana, MS Sans Serif, Tahoma, Arial;
	font-weight: normal;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}

a.menuLinkTop:link
{
	color: #000000;
	text-decoration: none;
}

a.menuLinkTop:visted
{
	color: #000000;
	text-decoration: none;
}

a.menuLinkTop:hover
{
	background-color: #0000ff;
	color: #ffffff;
	text-decoration: none;
}
