/*
Alexandru Tudor Grecu (c) 2005-2006
StyleSheet version 1.1
Last modified: 05/06/2006 [DD/MM/YYYY]
*/

.highcontrast {
background-color: #EEEEBB;
background-image: none;
color: black;
font-family: Verdana, Arial, Times;
}

.biglistB {
font-family: Verdana, Arial, Comic, Times;
font-weight: bold;
letter-spacing: -1px;
font-size: MEDIUM;
text-decoration: none;
color: black;
}

.biglistWu {
font-family: Comic, Verdana, Arial, Times;
font-weight: bold;
letter-spacing: 0PX;
text-decoration: underline;
color: white;
}

.niceborder {
border-bottom: 5PX solid #888888;
border-right:  5PX solid #888888;
border-top: 5PX solid #BBBBBB;
border-left: 5PX solid #BBBBBB;
}

.noborder {
border: none;
}

/* For dynamic links!
A:link {
 color: #00FFFF;
 text-decoration:none;
}

A:visited {
 color: #00FFFF;
 text-decoration:none;
}

A:active {
 color: #FF0000;
 text-decoration:none;
}
A:hover {
 color: #ff00ff;
 text-decoration: underline blink;
}
*/

/*Show and hide classes for objects in IE 5.5+*/
.hideall {
visibility: hidden;
display: none;
}

.showall {
visibility: visible;
display: inline-block;
}

table.partc {
border-width: thick;
border-style: double;
border-color: black;
}

font.stats {
font-size: small;
font-family: comic,arial,times;
font-weight: bolder;
font-variant: small-caps;
border-width: normal;
border-style: ridge;
}

h2.topt {
border-width: normal;
border-style: outset;
}

font.fname {
font-family: comic, arial, times;
font-size: normal;
font-variant: small-caps;
}

font.copy {
font-family: Comic, Arial, Times, sans;
font-size: 60%;
background-color: blue;
color: white;
font-weight: bold;
}
