a
{
    font:           9pt ;
    color:          blue;
}
textarea
{
    border:	        #808080 1px solid;
    background:		whitesmoke;
    font:			9pt ;
    cursor:			normal;
    color:			#333333;
}
select
{
    border:         #808080 1px solid;
    background:     whitesmoke;
    font:           9pt ;
    color:          #3333aa;
}
button {
	color:			blue;
	border:         #808080 1px solid;
	font:           bold 9pt ;
	cursor:         hand;
	background:		whitesmoke center;
	padding:		2 2 2 2;
	height:			20;
}
.title
{
	text-align:     center;
	font:           bold 9pt ;
	color:          white;
	background:     #666666;
}
.content
{
	font:           9pt ;
	color:          black;
}
.light
{
	font:           9pt ;
	color:          black;
	background:     yellow;
}
.line{
	background:     #808080;
	height:         1px;
}
.box {
    border:         #808080 1px solid;
    background:     whitesmoke;
    font:           9pt ;
    color:          #333333;
}
.box_outer
{
    border:         #808080 1px solid;
    background:     white;
    font:           9pt ;
    color:          #333333;
}
.button {
	color:			blue;
	border:         #808080 1px solid;
	font:           bold 9pt ;
	cursor:         hand;
	background:		whitesmoke center;
	padding:		2 2 2 2;
	height:			20;
}
.disable{
	color:			#cccccc;
	border:         #808080 1px solid;
	font:           bold 9pt ;
	cursor:         hand;
	background:		whitesmoke center;
	padding:		2 2 2 2;
	height:			20;
}
