 /* ******* General settings */
body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8px;
	color: #666666;}
tbody {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 10px;
}
 /* ******************************
 /* ******* Classes   ************
 /* ******************************
 /* <A class = Nabtab> ***********
 This class is to control the Link,Visted and Hover   
 It is expected to be used on any Navigation Table (see <table class="Menu"> */
a.navtab:link {color: white; text-decoration: none; }
a.navtab:visited {color: white; text-decoration: none; }
a.navtab:hover {
	color: yellow;
	text-decoration: underline;} 
/** <Table class = NavTab> to control the Navigation Tables   */
table.navtab {
	background-color: #0818B5;
	width: 199px;
	height: 100%;
}
/** <tBody class = bNavTab> to control body of Nav Tables */
tbody.bNavTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	height: 25px;
	text-indent: 12pt;}
/** <th class = hNavTab> to control header of Nav Tables */
th.hNavTab {
	background-image: url(images/delloverbar.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-repeat: repeat-x;
	height: 19px;}

/********* <Table class = HeadTab> to control the Page Header Tables   */
table.HeadTab{}
tfoot.FoHeadTab {
	background-image: url(images/dellunderbar.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777777;
	height: 19px;
	text-align: center;}

/* ******** <Table class = IllusTab> to control the Illustration Tables   */
tbody.bIllusTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DD00DD;
	height: 25px;
	font-style: italic;
	padding: 10px;}
/********* <Table class = Price> to control the Page Header Tables   */
th.hPrice{
	font-family: "Arial Black";
	font-size: 14px;
	font-weight: normal;
	color: #DE1010;
	background-color: #0818b5;
	padding: 10px;


}	
tr.trPrice{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777777;
	font-weight: bold;
}	
/* ******** <Paragraph  class = leading> to control the leading paragraphs   */
p.leading{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0810B5;
	padding: 10px;

}
/* ******** <Paragraph  class = illus> to control the leading paragraphs   */
p.pillus{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #DD00DD;
	padding: 10px;}
	/* ******** <Paragraph  class = leading> to control the leading paragraphs   */
p.MixedColor{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:Normal;
	color: #0810B5;
	padding: 10px;

}
/* ********** <Font class = "fOpenPhrase">  */
font.fOpenPhrase{
	font-weight: bold;
	color: #DE0808;
}
