.Frame
{
	width:790;
	background-color:white;
 }
/* hyperlink's setting*/
.Header a:link {color: white} 
.Header a:visited {color: white} 
.Header a:hover{color: black} 
.Header
{
	font-size: 8pt;
	font-family: verdana;
}

/*Setting of controls as textbox*/
.ListControl
{
	border-color:#d3d3d3;
	border-style:solid;
	border-width:2;
}

td
{
	font-size: 9pt;
	font-family: verdana;
}

select, input, textarea
{
	font-size: 9pt;
	font-family: verdana;
}

/*Basic setting for each application*/
body
{
	/*background-color:Black;*/
	/*background-color:Gray;*/
}

/*Setting for hyperlinks on the page*/
a:link {COLOR: blue;}
a:visited {COLOR: blue;}
a:active {COLOR: blue;}
a:hover {COLOR: blue;}
	

