/**************************************************/
body {
/*background*/
background-color: ;
background-image: url('images/background.gif');
background-repeat: repeat;
background-attatchment: ;
/*font*/
font-family: verdana, tahoma, arial;
font-size: 10pt
}

/**************************************************/
a:link {color: #01669A; text-decoration: none}
a:visited {color: grey; text-decoration: none}
a:hover {color:red; text-decoration: underline}

/**************************************************/
table {
/*border color*/
border-color: #c0c0c0;
/*background*/
background-color: ;
/*background-image: url("images/tablebackground.gif");*/
/*background-repeat: no-repeat;*/
background-attatchment: 
/*background-repeat: no-repeat;8*/
/*background-position: right top;*/
}

table.communication {
background-image: url('images/communication.gif');
background-repeat: no-repeat;
background-position: left top
} 

table.association {
background-image: url('images/association.gif');
background-repeat: no-repeat;
background-position: right top
} 

table.report {
background-image: url('images/report.gif');
background-repeat: no-repeat;
background-position: right top
} 

table.search {
background-image: url('images/search.gif');
background-repeat: no-repeat;
background-position: right top
} 


table.training {
background-image: url('images/training.gif');
background-repeat: no-repeat;
background-position: right top
} 


table.publicpage {
background-image: url('images/publicpage.gif');
background-repeat: no-repeat;
background-position: right bottom
} 

table.resourcepage {
background-image: url('images/compass.gif');
background-repeat: no-repeat;
background-position: right bottom
} 

table.progress {
background-image: url('images/progress.gif');
background-repeat: no-repeat;
background-position: right bottom
} 

table.defaultpage {
background-image: url('images/buildingbackground.gif');
background-repeat: no-repeat;
background-position: right bottom
} 


textarea {
font-family: verdana, tahoma, arial;
font-size: 10pt
}


/**************************************************/
td {
/*margin*/
padding: 3px 5px 3px 5px
font-family: verdana, tahoma, arial;
font-size: 10pt
}
/**************************************************/
ul {
list-style-image: url('images/listbutton.gif');
list-style-position: outside
}
/**************************************************/
input {
font-family: verdana, tahoma, arial
}
/**************************************************/
select {
font-family: verdana, tahoma, arial
}
/**************************************************/