body{
    margin:0px;
    padding:0px;
    text-align:left;
}

body {
	scrollbar-face-color:#fff;
	scrollbar-track-color:#fff;
	scrollbar-arrow-color:#ee827c;
	scrollbar-3dlight-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;
	scrollbar-darkshadow-color:#fff;
	cursor:crosshair;
}

body,td,th,input,textarea,select {
	font-family : Georgia;
	font-size:10px;
	line-height:13pt;
	letter-spacing :medium;
	color:#999;
}

a  { text-decoration:none; }
A:link {color:#3F4044;}
A:visited {color:#3F4044;}
A:active {color:#ee827c;}
A:hover {color:#ee827c;}	

input,textarea,select {
	font-family:Verdana,Osaka;
	background-color:#ffffff;
	border:1px;
	border-style:solid;
	border-color:#000000;
	font-size:10px;
	line-height:11px;
}

img{border:0px;}

hr{
    border-style:solid;
    border-color:#ee827c;
    height:1;
    width:400;
}

b{color:#ee827c;letter-spacing:0pt;}

li{ list-style-type:circle; }

.button{
font-size: 10px;
color: #fff;
background-color: #000;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
border-left: 1px solid #000;
border-right: 1px solid #000;}

#box{
    text-align:left;
    width:100%;
}
#box2{
    text-align:left;
    margin:0px auto;
}

#box3{
    text-align:left;
    margin:0px auto;
    width:300px;
}

.main{
    background-image:url(./line.gif);
    background-repeat:repeat-x;
    background-position:0% 100%;
    width:450px;
    margin:0.5em 0 0.5em 20px;text-align:left;
    padding:0.5em 0 0.5em 0;
}

.main2{
    background-image:url(./line.gif);
    background-repeat:repeat-x;
    background-position:0% 100%;
    width:300px;
    height:10px;
    margin:0.5em 0 0.5em 0px;text-align:left;
    padding:0.5em 0 0.5em 0;
}

.float-l{
    float:left;
}
.float-r{
    float:right;
}
.clear{
    clear:left;
}
