Body {
	background-color : #FFFFFF;
	text-decoration : none;
    	font-size: 10pt;
    	font-family : arial, helvetica, sans-serif;	
	scrollbar-face-color: #CCCCCC; 
	scrollbar-shadow-color: #999999; 
	scrollbar-highlight-color: #DDDDDD; 
	scrollbar-3dlight-color: #EEEEEE;
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #DDDDDD; 
	scrollbar-arrow-color: #555555;
}
Ul, Li, Input, Option, TR, TD {
	text-decoration : none;
    	font-size: 10pt;
    	font-family : arial, helvetica, sans-serif;	
}
A {
	text-decoration : none;
}
.Bordered {
	background-color : #000000;
	border : 0px solid #000000;
}
.Borderless {
	background-color : #FFFFFF;
	border : 0px solid #FFFFFF;
}
.Header {
	background-color : lightblue;
	text-align : center;
    	font-size: 11pt;
}
.Actions {
	background-color : #DDDDDD;
	text-align : center;
    	font-size: 11pt;
}
.Content {
	background-color : #FFFFFF;
}
.Button {
    	font-size: 10pt;
	width: 110;
	color: #000000;
	font-family: Verdana;
	background-color: #BBBBBB;
}
.LongButton {
    	font-size: 10pt;
	width: 360;
	color: #000000;
	font-family: Verdana;
	background-color: #BBBBBB;
}
.Input {
    	font-size: 10pt;
	width: 100;
	color: #000000;
	font-family: Verdana;
        background-color: #FFFFFF;
}
.MiddleInput {
    	font-size: 10pt;
	width: 200;
	color: #000000;
	font-family: Verdana;
        background-color: #FFFFFF;
}
.LongInput {
    	font-size: 10pt;
	width: 360;
	color: #000000;
	font-family: Verdana;
        background-color: #FFFFFF;
}
.Unified {
    	font-size: 10pt;
	width: 100;
}
.Error {
	color: #FF0000;
}
.Info {
	color: #006600;
}
.Note {
	color: #FF0000;
	font-weight: bolder;	
}


.MenuBrighter {
	background-color : #FFFFFF;
	text-align : center;
    	font-size: 11pt;
}	
.MenuDarker {
	background-color : #EEEEEE;
	text-align : center;
    	font-size: 11pt;
}	

.ElementBrighter {
	background-color : #FFFFFF;
}	
.ElementDarker {
	background-color : #EEEEEE;
}	

PRE 	{ 
	white-space: pre;
    	font-family : "Courier New",  monospace;
}

