/* CSS Document */



div.top {
  border-left:25% solid #DDDDDD;
  background:#DDDDDD;
  background-image: url('images/banner.jpg');
  text-align:center;
  height:100px;
  width:800px;
}
div.topnav {
  margin-top:0;
  border:solid #753A96;
  border-width:2px 0 0px 0;
  font-weight:bold;
  text-align:left;
  background:#FFFFFF;
  height:20px;
  width:800px;
  background-image: url('images/navbar.jpg');
}
div.bottomnav {
  margin-top:0;
  border:solid #753A96;
  border-width:0px 0 2px 0;
  font-weight:bold;
  text-align:left;
  background:#FFFFFF;
  height:20px;
  width:800px;
  background-image: url('images/navbar.jpg');
}

a.navbar       {  font-size: 12px; color:white; text-decoration:none; }
a.navbar:hover {  color:WHITE; text-decoration:underline;}

DIV.PageTitle {
    font-family: "Times New Roman", Times;
	font-size: 24px;
	font-weight: bolder;
	color: DarkBlue;
}
div.title {
  color: #753A96;
  font-size: 28px;
  font-weight:bold;
  text-align:left;
}

hr {
  color: #753A96;
}

td.title {
  color: #753A96;
  font-size: 28px;
  font-weight:bold;
}
td.title2 {
  color: #753A96;
  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: white;

}
.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: Garamond, "Times New Roman", Times;
	font-size: 12;
        background-color: #E4DECC;
        color: black;
}

.DataTableCell {
    font-family: Garamond, "Times New Roman", Times;
    font-size: 12;
    background-color: #EFECE1;
    color: black;
}

.DataTableCell1 {
    font-family: Garamond, "Times New Roman", Times;
    font-size: 12;
    background-color: #EFECE1;
    color: black;
}

.DataTableHdr {
    font-family: Garamond, "Times New Roman", Times;
    font-size: 16;
    background-color: #663399;
    color: white;
    font-weight: bold;
}





