@charset "iso-8859-1";
/* CSS Document */

body {
	scrollbar-face-color: #8181FE;
	scrollbar-arrow-color: #FFFF00;
	scrollbar-track-color: #D5E9FF;
	scrollbar-base-color: #6AB1FF;
	margin: 0px;
}
p {text-indent:3%;}
#LeftCol{
	width: 150px;
    padding-left: 0px;
	padding-right: 0px;
	background-color: #8181FE;
	layer-background-color: #8181FE;
	vertical-align: top;
	padding-top: 0px;
}

#RightCol{
	width: 165px;
    padding-left: 0px;
	padding-right: 0px;
    
	vertical-align: top;
	padding-top: 0px;
}

.MenuButton {
	width : 150px ;
    cursor: default;
	background-color: #8181FE;
	layer-background-color: #8181FE;
	border: 1px none #000000;
	font-weight: bold;
	border-color: #FFFF00;
	border-width: 1px;
	border-style: inset;
	padding-left : 5px ;
    padding-right :1px ;
    font-family: 'Times New Roman', Times, serif; 
    font-size: 14px;
     margin-bottom : 1px ; 

	text-align: left;
}

.MenuButton a:link {
	text-decoration: none;
	cursor: default;
	color: #00FF00;

	
}

.MenuButton a:visited {
	text-decoration: none;
	cursor: default;
	color: #00FF00;

	
}

.MenuButton a:active {
	text-decoration: none;
	cursor: default;
	color: #F9F900;
	
}

.Header {
    color: #343585;
    text-align : center ;
}

.Browsers {
    color: #7A7A7A;
}

.LinksWeight {
    font-weight : bold ;
                white-space: nowrap;
                }

.TableCode {
    background-color: #FFFFFF; 
    layer-background-color: #FFFFFF;
}

.DivCode {
    width: 550px; 
    height: 250px; 
    overflow: auto;
    padding-left : 10px ;
    border-style: inset;
    border-width: 3px;
}

.WasHighlighted {
    font-weight : bold ;
    color: red;
}

