BODY {
	margin-top : 0px;
	margin-left : 0px;
	background-color : #E6E6E6;
}

INPUT {
	font-family : Verdana, Arial;
	font-size : 10px;	
	border: 1px solid #000000; 
	background-color: White;
}

SELECT {
	font-family : Verdana, Arial;
	font-size : 10px;	
	border: 1px solid #000000; 
	background-color: White;
}

TEXTAREA {
	font-family : Verdana, Arial;
	font-size : 10px;	
	border: 1px solid #000000; 
	background-color: White;
}

.notice{
    font-size : 10px;
	background-color : #FFFFE0;
	width: 99%;
	border: 1px dotted #000000;
}

.warning{
	background-color : #D6D6D6;
	font-size : 10px;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 20px;
	color : Red;
}

.form{
    background-color : #f8f8f8;	
}

.navigator{
	margin-right : 40px;
	margin-left : 20px;
	line-height : 17px;
}

a.navigator:link{
	color: #8E8E8E;
	text-decoration : none;
	line-height : 17px;
}

a.navigator:visited{
	color: #8E8E8E;
	text-decoration : none;
	line-height : 17px;
}

a.navigator:hover{
	color: White;
	text-decoration : none;
	line-height : 17px;
}

.menu{
	background-color : #C5C5C5;
	background-image : url(/xerra/interface/images/menu.gif);
}

.menu a:link{
	color: Black;
	text-decoration : none;
}

.menu a:visited{
	color: Black;
	text-decoration : none;
}
