li 
{
    list-style-image: url(/images/misc/bullet.gif);
}

.w_xl_head_dark, .w_xl_head_dark:link, .w_xl_head_dark:active, .w_xl_head_dark:visited,
.w_xl_head_default, .w_xl_head_default:link, .w_xl_head_default:active, .w_xl_head_default:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	color: #102532;
	text-decoration: none;
}


.w_xl_head_dark:hover, .w_xl_head_default:hover
{	color: #990000;
	text-decoration: underline;
}


.w_xl_head_blue, .w_xl_head_blue:link, .w_xl_head_blue:active, .w_xl_head_blue:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	color: #637783;
	text-decoration: none;
}

.w_xl_head_blue:hover
{	color: #102532;
	text-decoration: underline;
}

.w_xl_head_red, .w_xl_head_red:link, .w_xl_head_red:active, .w_xl_head_red:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px; 
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}



.w_xl_head_red:hover
{	color: #102532;
	text-decoration: underline;
}

.w_head_dark, .w_head_dark:link, .w_head_dark:active, .w_head_dark:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #102532;
	text-decoration: none;
}


.w_head_dark:hover
{	color: #990000;
	text-decoration: underline;
}


.w_head_blue, .w_head_blue:link, .w_head_blue:active, .w_head_blue:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #637783;
	text-decoration: none;
}


.w_head_blue:hover
{	color: #102532;
	text-decoration: underline;
}


.w_head_red, .w_head_red:link, .w_head_red:active, .w_head_red:visited,
.w_head_default, .w_head_default:link, .w_head_default:active, .w_head_default:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}


.w_head_red:hover, .w_head_default:hover
{	color: #102532;
	text-decoration: underline;
}


.w_sml_head_dark, .w_sml_head_dark:link, .w_sml_head_dark:active, .w_sml_head_dark:visited,
.w_sml_head_default, .w_sml_head_default:link, .w_sml_head_default:active, .w_sml_head_default:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #102532;
	text-decoration: none;
}

.w_sml_head_head:hover, .w_sml_head_default:hover
{	color: #990000;
	text-decoration: underline;
}


.w_sml_head_blue, .w_sml_head_blue:link, .w_sml_head_blue:active, .w_sml_head_blue:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #637783;
	text-decoration: none;
}


.w_sml_head_blue:hover
{	color: #102532;
	text-decoration: underline;
}

.w_sml_head_red
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; 
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}


.w_sml_head_red:hover
{	color: #102532;
	text-decoration: underline;
}


.w_regular_dark, .w_regular_dark:link, .w_regular_dark:active, .w_regular_dark:visited,
.w_regular_default, .w_regular_default:link, .w_regular_default:active, .w_regular_default:visited,
body, body:link, body:active, body:visited
 {  color: #102532; 
    font-size: 14px !important; 
    font-family: Arial, Helvetica, sans-serif; 
    text-decoration: none }


.w_regular_dark:hover, .w_regular_default:hover /*, body:hover <--Removed by Helikopter since this one does not make any sense. Actually none of the CSS make sense, but this one upsets FF. */
{	color: #990000;
	text-decoration: underline;
}


.w_regular_blue, w_regular_blue:link, w_regular_blue:active, w_regular_blue:visited
{	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color: #637783;
	text-decoration: none;
}

.w_regular_blue:hover
{	color: #102532;
	text-decoration: underline;
}

.w_regular_red, w_regular_red:link, w_regular_red:active, w_regular_red:visited
 { color: #990000; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none }


.w_regular_red:hover
{	color: #102532;
	text-decoration: underline;
}


/* The keyword alias (AKA footnote) words. */
.aliasLink
{
    color: black;
    text-decoration: none;
    border-bottom: #808080 dotted 1px;
}

/* The keyword alias (AKA footnote) synonyms box at the bottom. */
.aliasFootnote 
{
    background-color: rgb(225,230,232);
    font-size: x-small;
    width: 100%;
    position: absolute;
    padding: 6px;
    border: 1px #808080 solid; 	
}