/* CSS Document */




td.shop_title {
  font-family: "Times New Roman",Times;
  font-size:   16px;
  font-weight: bold;
  color:       darkblue;
}


a.navbar       {  font-size: 14px; color:DarkBlue; text-decoration:none; }
a.navbar:hover {  color:maroon; text-decoration:underline;}

DIV.PageTitle {
    font-family: "Times New Roman", Times;
	font-size: 24px;
	font-weight: bolder;
	color: DarkBlue;
}

div.PageContent {
        font-family: "Times New Roman", Times;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
 }

div.title {
  color: #753A96;
  font-size: 28px;
  font-weight:bold;
  text-align:left;
}
div.copyright {
  color: black;
  font-size: 14px;
  font-weight:bold;
}

hr {
  color: #753A96;
}

td.title {
  color: DarkBlue;
  font-size: 28px;
  font-weight:bold;
}
td.title2 {
  color: DarkBlue;
  font-size: 20px;
  font-weight:bold;
}


INPUT {
	font-size:10px;
	border: 1px solid #666699;
	font-weight: normal;
	background-color: #E6DFD4;

}
INPUT.textbox {
	font-size:10px;
	border: 0px solid #666699;
	font-weight: normal;
	background-color: #E6DFD4;

}

SELECT {
	font-size: 12px;
	border: 1px solid #666699;
	font-weight: normal;
	background-color: #E6DFD4;

}
TEXTAREA {
        font-size: 12px;
	border: 1px solid #666699;
	font-weight: normal;
	background-color: #E6DFD4;

}

.formlabel {
        font-size: 14px;
	font-weight: bold;
        text-align: right;
        color: #6699FF;

}
.forminput {
        font-size: 14px;
	font-weight: normal;
        text-align: left;

}

.DataTable {
        font-family: Garamond, "Times New Roman", Times;
	font-size: 12;
        background-color: white;
        color: black;
}

.DataTableCell0 {
        font-family: "Times New Roman", Times;
	font-size: 12;
        background-color: #EFECE1;
        color: black;
        font-weight:normal;
}

.DataTableCell {
    font-family: "Times New Roman", Times;
    font-size: 12;
    background-color: #EFECE1;
    color: black;
    font-weight:normal;
}

.DataTableCell1 {
    font-family:  "Times New Roman", Times;
    font-size: 12;
    background-color: #EFECE1;
    color: black;
}

.DataTableHdr {
    font-family:  Arial,"Times New Roman", Times;
    font-size: 10;
    background-color: #A8A8A8;
    color: SaddleBrown;
    font-weight: bold;
}
.DataTableHdrGrp {
    font-family:  Arial,"Times New Roman", Times;
    font-size: 18;
    background-color: #A8A8A8;
    color: SaddleBrown;
    font-weight: bold;
}
.DataTableLargeCell {
    font-family:  "Times New Roman", Times;
    font-size: 16;
    color: black;
    font-weight: bold;
    background-color: #A8A8A8;
}
.shop_header {
    font-family:  "Times New Roman", Times;
    font-size: 16;
    background-color: #663399;
    color: white;
    font-weight: bold;
}
.shop_cell {
    font-family:  "Times New Roman", Times;
    font-size: 12;
    background-color: #EFECE1;
    color: black;
}

.menu {
      font-family: Arial,Calibri;
      font-weight:bold; 
      background: #EFECE1;
      display: block;

}






