body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0;
	background-color: #111;
	background-image: url(back.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

body, body div, body p, body th, 
body td, body li, body dd
{
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-small
    /* intended value for better browsers */
}

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd
{
    font-size:    small
    /* be nice to Opera */
}

.links a:link img, .links a:visited img
{
	/* seems to prevent flickering in Mozilla-based browsers */
	opacity:0.6;
}
.links a:active img, .links a:hover img, .links a:focus img
{
	/* for Mozilla/Firefox/Safari */
	opacity:0.999;
	/* IE5.5 upwards */
	filter:progid:DXImageTransform.Microsoft.Alpha(Style=0,Opacity=99);
} 

a:link, a:active, a:hover, a:visited
{
	color:#2a5178;
}
.cite
{
	margin-left:2em;
	text-indent:-2em;
	margin-bottom:-1em;
}
.box_title
{
	font-size: x-small;
}
.box_text
{
	font-size: xx-small;
}

#miniflex
        {
        position:relative; /* Added by frequency decoder */
        list-style: none;
        margin: 10px;
	padding: 7px 10px 10px 10px;
        border-bottom: 1px solid #CCC;
        font-weight: bold;
        text-align: center;
        white-space: nowrap
        }
ul#miniflex li
        {
        position:relative; /* Added by frequency decoder */
        display: inline;
        margin: 0;
        z-index:999; /* Added by frequency decoder */
        }
ul#miniflex a
        {
        text-decoration: none;
        padding: 0 12px 3px 12px;
        border-bottom: 4px solid #FFF;
        color: #999
        }
ul#miniflex a#current
        {
        border-color: #000;
        color:#000
        }
ul#miniflex a:hover
        {
        border-color: #000;
        color: #000
        }
ul#miniflex a.active
        {
        color: #000
        }
#animated-tab
	{
	position: absolute;
	z-index: 1;
	font-size: 85%;
	line-height: 20px;
	padding-bottom: 2px;
	border-bottom: 4px solid #000;
	}

