body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.menu {
	background-color: #006699;
}

fieldset{
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
}
legend{
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color:#0033FF;	
}
table{
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
}
table.menu {
	font-family: "Microsoft Sans Serif";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	white-space: normal;
	border: #FF0000;	
}

table.menu {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #007EBB;
	color: #FFFFFF;
}

strong {
	font-family: "Microsoft Sans Serif";
}

font.menu {
	color: #FFFFFF;
}

select.form {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #007EBB;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px groove #CCCCCC;	
}

select.disable {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color: #CCCCCC;
	border: 1px groove #CCCCCC;
}


input{
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}


input.form {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;	
	background-color: #007CB9;
	border: 2px groove #007EBB;
}

input.select {
	border: thin none #999999;
	background-color: #007EBB;
}

input.radiobutton {
	background-color: #FFFFFF;
	color: #FF9900;
}

input.checkbox {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

input.disable {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color: #CCCCCC;
	border: 2px groove #CCCCCC;
}
textarea.form{
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	background-color: #007EBB;
	border: 2px groove #007EBB;
	color: #FFFFFF;
	font-weight: bold;
}

textarea.disable {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	background-color: #CCCCCC;
	border: 2px groove #CCCCCC;
}

a:link {
	font-family: "Microsoft Sans Serif";
}
a:visited {
	font-family: "Microsoft Sans Serif";
}
a:active {
	font-family: "Microsoft Sans Serif";
}
a.menu {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
