H1  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 14pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : italic;
	color : black;
}


H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


BODY  {
	color : black;
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


TD  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
}


P  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : black;
}


A:link  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : blue;
}


A:hover  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Navy;
}


A:visited  {
	font-size : 10pt;
	font-family : Arial, Verdana, sans-serif;
	font-weight : normal;
	font-style : normal;
	color : #3D99F5;
}


A.cndark:link   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;

}


A.cndark:visited   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;

}


A.cndark:hover   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #404040;
	text-decoration:none;


}

A.cndark:active   {
	font-size : 10px;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	text-decoration:none;
}


.welcomeBox
{
  padding:          15px;
  font:             12pt Arial;
  color:            #333333;
}

a.cart:hover
{
  color:            white;
  background-color: blue;
}

a.cart:link
{
  color:            DarkBlue;
}

a.cart:visited
{
  color:            Blue;
}

.TabDefault
{
  background-color: #D7E1EB;
  height:           20px;
}

.TabSelected
{
  background-color: #D7E1EB;
  height:           20px;
}

a.TabSelected:visited
{
  font:             bold 9pt Arial;
  color:            Blue;
}

a.TabSelected:hover
{
  font:             bold 9pt Arial;
  color:            Navy;
}

a.TabSelected:link
{
  font:             bold 9pt Arial;
  color:            Blue;
}

a.TabDefault:visited
{
  font:             8pt Arial;
  color:            Blue;
}

a.TabDefault:hover
{
  font:             8pt Arial;
  color:            Navy;
}

a.TabDefault:link
{
  font:             8pt Arial;
  color:            Blue;
}

.formBox
{
  width:            100%;
  border:           1px solid blue;
  background-color: lightblue;
  padding:          5px;
  font-face:        9pt Arial;
}

.formHeading
{
  font:             bold 12pt Arial;
  color:            darkblue;
}

.CartHeader
{

    font:               9pt Arial;
    color:              white;
    background-color:   #023D77;
}
