/* CSS Document */
body,td,th {
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			10px;
	color:				#F0F0F0;
	margin:				2px;
	line-height:		14px;
}
th {
	text-align:			left;
	font-size:			larger;
}
body {
	background-image:url(mobil.back.jpg);
	background-position:top left;
	background-repeat:repeat;
	background-color:	black;
}
h1 {
	font-size:			14px;
}
a:link {
	text-decoration:	none;
	color:#CC0000;
}
a:visited {
	text-decoration:	none;
	color:#CC0000;
}
a:hover {
	text-decoration:	underline;
	color:#FF0000;
}
a:active {
	text-decoration:	none;
	color:#FF0000;
}
#header {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				30px;
	z-index:			1;
	background-color:	#D4D0C8;
	border-bottom:		1px solid black;
	font-size:			10px;
	padding:			2px;
}
#menu {
	position:			absolute;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				20px;
	z-index:			1;
	background-color:	#303030;
	border-bottom:		1px solid #999999;
	font-size:			10px;
	padding:			4px;
}
.remark {
	border-top: 1px solid #CCCCCC;
	font-size:			10px;
	color:				#999999;
	padding:			4px;
}
.gray {
	color:				#999999;
}
input.width300 {
	width:				100px;
}
.smaller {
	font-size:			smaller;
	color:#666666;
}
.code {
	font-family:"Courier New", Courier, monospace;
}
.input {
	color:white;
	background-color:#333333;
	border:1px solid #CCCCCC;
}