html { 
  min-height: 100%; 
  margin-bottom: 1px; 
} 

p {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin:0px;
	padding:0px;
	font-weight: normal;
}
input {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}


#logo {
	position:absolute;
	width:882px;
	height:170px;
	z-index:101;
	left: 0px;
	background-repeat: no-repeat;
	top: 0px;
} 
.formtextfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-x;
	overflow-y: scroll;
	
}
#theme_box_2 {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #FFA70F;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 21px;
	z-index: 100;
	font-weight: bold;
}
#editdiv {
	position:absolute;
	width:167px;
	height:36px;
	z-index:500;
	left: 20px;
	top: -4px;
}

#menudiv {
	position:absolute;
	z-index:200;
	left: 0px;
	top: 170px;
	height: 34px;
}


#theme_box_1 {
	position:absolute;
	width:171px;
	z-index:200;
	left: 799px;
	top: 55px;
	height: 34px;
	background-color: #800502;
	padding: 10px;
} 
.alertsign {
	font-size: 10px;
	color: #F00;
	font-weight: bolder;
}
A:link	{
	color:	#4c65c7;
	text-decoration:	none;
	}	
		
A:visited	{
	text-decoration:	none;
	color:	#4c65c7;
	}	
		
A:active	{
	text-decoration:	none;
	color:	#4c65c7;
	}	
		
A:hover	{
	color:	#919FDD;
	text-decoration:	none;
	}

