body {
font-family: Arial;
font-size: 10pt;
color: #333333;
background: #FDFDF9;
}
/* Page titles */
.title {
font-family: Arial;
font-size: 12pt;
font-weigth: bold;
color: #333333;
}

/* Links */


a:link {
color: #333333;
text-decoration: none;
}
a:visited {
color: #333333;
text-decoration: none;
}
a:hover {
color: #333333;
text-decoration: underline;
}
a:active {
color: #333333;
text-decoration: none;
}

/* Input fields */
input {
font-family: Arial;
font-size: 10pt;
color: #333333;
background: #FFFFFF;
border: 1px solid #888888;
}

/* nav button boxes */
.button {
font-family: Arial;
font-size: 10pt;
color: #333333;
background: #DDDDDD;
border: 1px solid #A0A0A4;
}

/* small view and edit buttons */
.button2 {
font-family: Arial;
font-size: 8pt;
width: 50px;
color: #333333;
background: #EEEEEE;
border: 1px solid #888888;
}


/* Index buttons */
.indexbutton {
font-family: Arial;
font-size: 12pt;
font-weight: bold;
width: 15px;
color: #FFFFFF;
background: #888888;
border: 1px solid #333333;
}

/* View and Delete buttons */
.vdbutton {
font-family: Arial;
font-size: 10pt;
color: #333333;
background: #FFFFFF;
border: 1px solid #888888;
}
																																										/* main table */

.main {
width: 600;
height: 400;
background: #ffffff;
border: 1px solid #333333;
}

/* nav buttons table */
.buttonrow {
width: 100%;
background: #dcdcdc;
}


/* view and delete tables */
.vdbutbox {
background: #dcdcdc;
padding: 5px;
}


/* Program size */
.bodytable {
width: 600;
height: 400;
}

/* Data table properteries */
.tdprop {
padding-top: 2px;
width: 100%;
}

/* data table heads */
.tdhead {
color: #ffffff;
background: #888888;
border-bottom: 2px solid #333333;
}


/* Data button table properties */

.tdbutbox {
width: 55px;
background: #ffffff;
text-align: center;
}



/* alternating row colors */

.row1 {
background: #EEEEEE;
}
.row2 {
background: #DDDDDDD;
}
/* view card chinfo cols colors */

.vrow1 {
background: #DCDCDC;
paddind-top: 3px;
spacing-top: 3px;
}
.vrow2 {
background: #EEEEEE;
padding-top: 2px;
}
/* Log out table */
.logoutbox {
width: 600;
text-align: right;
}
/* Logout button */
.logoutbutton {
font-family: Arial;
font-size: 10pt;
color: #333333;
background: #DDDDDD;
border: 1px solid #A0A0A4;
}
/* Login table properties */
.login {
border: 1px solid #333333;
}
/* login box */
.loginbox {
font-family: Arial;
font-size: 10pt;
color: #333333;
background: #FFFFFF;
padding: 4px;
}



