@charset "utf-8";
/*--------------------------------------
  Default Style Sheet
  Last Update 2006-04-11

  - Universal selector
  - Structure Module
  - Text Module
  - Hypertext Module
  - List Module
  - Edit Module
  - Forms Module
  - Tables Module
  - Image Module
  - Object Module

---------------------------------------*/

/*--------------------------------------
  Universal selector
---------------------------------------*/

/*{
	color: #333333;
	font-size: 100%;
	margin:	 0;
	padding: 0;
}*/
	
/*--------------------------------------
  Structure Module
---------------------------------------*/

body {
	font-size: 80%;
	background-color: white;
	line-height:1.3;
}

/*--------------------------------------
  Text Module
---------------------------------------*/


/*--------------------------------------
  Hypertext Module
---------------------------------------*/

a {
	text-decoration: none;
}

a:link {
	color: #0000FF;
}

a:visited {
	color: #0000FF;
}

a:hover {
	color: #008000;
	text-decoration: underline;
}

/*--------------------------------------
  List Module
---------------------------------------*/

ul,
ol,
dl {
	list-style-position: inside;
}

/*--------------------------------------
  Edit Module
---------------------------------------*/

dd {margin-left:15px;}

/*--------------------------------------
  Forms Module
---------------------------------------*/

select {vertical-align:middle;}
input {vertical-align: middle;}
textarea {vertical-align: middle;}
.box05 {width: 50px;}
.box1 {width: 100px;}
.box2 {width: 200px;}
.box3 {width: 300px;}
.box4 {width: 400px;}
.area {width: 400px;height:100px;}

/*--------------------------------------
  Tables Module
---------------------------------------*/


/*--------------------------------------
  Image Module
---------------------------------------*/

img {
	border-width:0px;
}

/*--------------------------------------
  Div Module
---------------------------------------*/

.clear {clear:both;}
.left {text-align: left;}
.right {text-align: right;}
.middle {vertical-align:middle;}
.center {margin-left: auto;margin-right: auto;text-align: center;}
.none {display:none;}
.block {display:block;}

/*--------------------------------------
  Text Module
---------------------------------------*/

.red {color:#FF0000;}
.bold {font-weight:bold;}
.error {color:#FF0000;font-weight:bold;}
.success {color:#0000FF;font-weight:bold;}
.normal {font-weight:normal;font-size:100%;}