@charset "utf-8";
/* CSS Document */
a { color: #333333; text-decoration: underline }
a:hover  { color: #696969; text-decoration: underline }
a:visited { }



.text {
	FONT-SIZE: 14px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.admintext { FONT-SIZE: 14px; COLOR: #FFFFFF; FONT-FAMILY: Arial,Helvetica; TEXT-DECORATION: none }


/* Folder table (text) */
TD.foldertext {
    color: #FFFFFF;        padding-top: 0px;
    background: #8F6A7B;   padding-bottom: 1px;
    font-size: .75em;      padding-left: 3px;
    text-align: left;      padding-right: 8px;
}

/* Folder table (thumbnails) */
TD.folderthumbs {
    color: #FFFFFF;        padding-top: 2px;
    background: #8F6A7B;   padding-bottom: 2px;
    font-size: .7em;       padding-left: 4px;
    text-align: center;    padding-right: 8px;
}

/* Image table */
TD.image {
    color: #FFFFFF;          padding-top: 2px;
    background: #8F6A7B;     padding-bottom: 2px;
    font-size: .8em;         padding-left: 4px;
    text-align: center;      padding-right: 8px;
}

/* Description table */
TD.desc {
    color: #333333;          padding-top: 4px;
    background: #8F6A7B;     padding-bottom: 3px;
    font-size: .9em;         padding-left: 4px;
    text-align: center;      padding-right: 6px;
}
.News {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}

TD.left {
   background-image: url(images/leftborder3.gif)}
.right {
	background-image: url(images/rightborder3.gif);
}
.top {
	background-image: url(images/topborder3.gif);
}
.bottom {
	background-image: url(images/bottomborder3.gif);
}
.centre {
	background-image: url(images/danniibg2.jpg);

}
.legalese {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;

}
.searchengineering {
	position:absolute;
	left:-50000px;
	top:20px;
	width:5000px;
	height:100px;
	background:#ffffff;
	color:#000000;
	display:none
}

#newsitem {
display: block;
background-image:url(newsbg.gif);
background-repeat:repeat;
min-height: 120px;
margin: 0.5em;
border: 1px dotted #000000;
font-size:0.8em;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding-left: 0.4em;
padding-bottom: 0.4em;
padding-right: 0.4em;
color:#ffffff;
}


#newsitem h1 {
font-size: 1em;
font-weight: bold;
color: #ffffff;
}
#newsitem a:link {
text-decoration:none;
color:#0000dd;
background-color:transparent;
}
#newsitem a:visited {
text-decoration:none;
color:#FF78C9;
background-color:transparent;
}

#newsitem a:hover {
color:#7967E2;
}

#newsitem img{
float:left;
padding:6px;
height:100px;
}
