/*DEFAULT*/

body 	{
	background:#fff;
	margin:0;
	padding:0;
	text-align:center;
	font:15px Georgia, serif;
	color:#000;
	}
body a:link,
body a:visited,
body a:active	{
	color:#7f7f7f;
	text-decoration:none;
	}
body a:hover {
	color:#1de900;
	text-decoration:underline;
	}	
	
/*Container*/
#wrap 	{
	position:relative;
	width:700px;
	margin-left:auto;
	margin-right:auto;
	background:#fff;
	padding:0;
	}	
	
/*MGMT*/
#pan	{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:700px;
	height:15px;
	padding:0;
	background:#f3f3f3;
	}
	
h4	{
	padding:0 0 0 26px;
	margin:0;
	font:0.75em Arial, sans-serif;
	float:left;
	color:#000;
	}
h4 a:link,
h4 a:visited,
h4 a:active	{
	color:#000;
	text-decoration:none;
	}
h4 a:hover {
	color:#1de900;
	text-decoration:underline;
	}
.alert	{
	color:#1de900;
	}
	
/*Input*/
.inp 	{
	background-color:#fff;
	border:#000 1px solid;
	color:#000;
	font-family:Georgia,serif;
	font-size:.933em;
	font-weight:normal;
	}

/*Database Management*/	
.dbt 	{
	text-align:left;
	font:.73em Georgia, serif;
	color:#000;
	line-height:1.5;
	}
.dbt a:link,
.dbt a:visited,
.dbt a:active	{
	color:#000;
	text-decoration:none;
	}
.dbt a:hover {
	color:#1de900;
	text-decoration:underline;
	}
.db0	{
	position:absolute;
	left:3px;
	}	
.db1	{
	position:absolute;
	left:30px;
	}
.db2	{
	position:absolute;
	left:250px;
	}
.db3	{
	position:absolute;
	left:270px;
	}
.db4	{
	position:absolute;
	left:293px;
	}
.db5	{
	position:absolute;
	left:353px;
	}
#dg1	{
	background:#f3f3f3;
	}
#dg2	{
	background:#e5e5e5;
	}