body {
    margin:0px;
    padding:0;
    background: #404040;
    text-align: center; /* per IE */
    scrollbar-3dlight-color: White;
	scrollbar-arrow-color: #A9A9A9;
	scrollbar-base-color: White;
	scrollbar-darkshadow-color: #f9f9f9;
	scrollbar-face-color: White;
	scrollbar-highlight-color: #A9A9A9;
	scrollbar-shadow-color: #A9A9A9;
	scrollbar-track-color: #f9f9f9;
}

.c4stddefbg {
    font-weight: bold;
    font-variant: small-caps;
    text-align: left;
	color: gold;
    padding-left: 6px;
	height: 20px;
	background-color: #AE0000;
    background-image: url(./images/trdefbg.gif);
    border-top: 1px solid Gray;
	border-left: 1px solid Gray;
	border-bottom: 1px solid Gray;

}

.c4stddefbg2 {
    font-weight: bold;
    font-variant: small-caps;
    text-align: left;
    color: #AE0000;
    padding-left: 6px;
    height: 20px;
    background-color: whitesmoke; 
    border-bottom: 3px solid gold;      
}

.goldtxt10 {
	color: gold;
    font-family: Tahoma;
	font-size: 10px;
    font-weight: bold;
}

.greentxt10, .greentxt10bold {
	color: green;
    font-family: Tahoma;
	font-size: 10px;
}
.greentxt10bold {
    font-weight: bold;
}

.redtxt10 {
    color: #AE0000;
    font-family: Tahoma;
	font-size: 10px;
}

.argtitle {
	color: gray;
    font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
    background-color: whitesmoke;
    border: 1px solid Gray;
    height: 18px;
    width: 100%;
    padding-left: 6px;
}

.deftext {
    font-family: Tahoma;
	font-size: 11px;
    font-weight: normal;
}

.goldtxt11bold {
	color: gold;
    font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
}

.redtxt11bold {
	color: #AE0000;
    font-family: Tahoma;
	font-size: 11px;
    font-weight: bold;
}

.redtxt10bold, greentxt10bold {
    font-family: Tahoma;
	font-size: 10px;
    font-weight: bold;
}
.greentxt10bold {
    color: green;
}
.redtxt10bold {
	color: #AE0000;
}

.whitetxt10bold {
	color: white;
    font-family: Tahoma;
	font-size: 10px;
    font-weight: bold;
}


.redlink2, .redlink2:hover, .greenlink2, .greenlink2:hover {
    font-family: Tahoma;
	font-size: 10px;
    font-weight: bold;
}
.redlink2, .greenlink2 {
    text-decoration: none;
}
.redlink2:hover, .greenlink2:hover {
    text-decoration: underline;
}
.redlink2, .redlink2:hover {
    color: #AE0000;
}
.greenlink2, greenlink2:hover {
    color: green;
}

.redlink, .redlink:hover, .greenlink, .greenlink:hover, .blacklink, .blacklink:hover {
    decoration: underline;
    font-family: Tahoma;
	font-size: 10px;
    font-weight: bold;
}

.redlink, .redlink:hover {
    color: #AE0000;
}
.greenlink, .greenlink:hover {
    color: green;
}


















