/* This is for the first level of Content Heading on main page e.g. like Heading1 */

.ContentHeading1 {

	font-family: Verdana;

	font-size: 13px;

	font-style: normal;

	color: #336600;

	font-weight: bold;

	text-decoration: none;

}

/* This is for the second level of Content Heading . Font is smaller than ContentHeading1 */

.ContentHeading2 {

	font-family: Verdana;

	font-size: 11px;

	font-style: normal;

	color: #336600;

	font-weight: bold;

	text-decoration: none;

}

/* This is for the third level of Content Heading on main page. Fond is smaller than ContentHeading2*/

.ContentHeading3 {

	font-family: Verdana;

	font-size: 11px;

	font-style: normal;

	color: #000000;

	font-weight: bold;

	text-decoration: none;

}


/* This is for styling a subheading on the blue or main navigation bar. */

.ToolsHeading1 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: black;
	text-decoration: none;

}

/* This is for styling the content body on the main frame */

.ContentBody {

	font-family: Verdana;

	font-size: 11px;

	font-style: normal;

	color: #000000;

}

/* This is for styling the small content body on the main frame */

.ContentBodySmall {

	font-family: Verdana;

	font-size: 10px;

	font-style: normal;

	color: #000000;

}

/* This is for styling the price attribute  */

.PriceField {

	font-family: Verdana;

	font-size: 11px;

	color: #cc3333;

	font-weight: bold;

	text-decoration: none;

}



/* This is for the first level of Content Heading on main page e.g. like Heading1 */

.TableMain {

	width: 800;

}

.LeftNavCol {

	width: 170;

	vertical-align: top;

}
.RightCol {

	width: 630px;

	vertical-align: top;

}

.SecondCol {

	width: 430;

	vertical-align: top;

}
.MiddleCol {

	width: 600;

	vertical-align: top;

}

.ThirdCol {

	width: 200;

	vertical-align: top;

}

/* This is for the heading on the main page e.g. like Heading1 */

.PageHeading {

	font-family: Verdana;

	font-size: 13px;

	font-style: normal;

	color: #0000CC;

	font-weight: bold;

	text-decoration: none;

}


/* This is indicating readonly text fields*/

.ReadOnlyText {

	font-family: Verdana;

	font-size: 11px;

	font-style: normal;

	color: #999999;

}

/* This is indicating readonly text fields*/

.EditableText {

	font-family: Verdana;

	font-size: 11px;

	font-style: normal;

	color: #000000;

}


.StatusMsg {

	font-family: Verdana;

	font-size: 11px;

	font-style: normal;

	font-weight: bold;

	color: #CC3333;
	
	text-decoration: none;

}

.Color1
{
    background-color: #EFEFEF;
}
.Color2
{
    background-color: #CCCCCC
}

.Color3
{
    background-color: #0000CC;
}
.Color4
{
    background-color: #cc6600;
}
A.Nav:link {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;
	
}
A.Nav:active {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: underline;
} 
A.Nav:visited {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: none;

} 
A.Nav:hover {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: black;
	text-decoration: underline;
} 
ul.SmallArrow {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin-right: 2px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(image/arrow-black.gif);
}
ul.Arrow {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin-right: 2px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(image/arrow-black.gif);
}