BODY{
  margin-top : 0px;
  margin-left:auto;
  margin-right :auto;
  margin-bottom : 0px;
  font-size : 12px;
  background-color:#333333;
}

A { text-decoration: none; }
A:link { color: #0080ff; } 
A:visited { color: #0080ff; } 
A:hover { color: #3300cc; } 
A:active { color: #454545; }

.nomal{  font-size : 12px; color : #666666; line-height:120%;}
.small{  font-size : 10px; color : #666666; line-height:120%;}
.smaller{  font-size : 8px; color : #666666; line-height:120%;}
.large{  font-size : 14px; color : #666666; line-height:120%;}
.larger{  font-size : 16px; color : #666666; line-height:120%;}

.copyright{
  padding-top:5px;
  padding-bottom:5px;
  font-size : 12px;
  text-align : center;
  color : #ffffff;
}

.msg{
	margin:10px;
	font-size : 14px;
	color : #000000;
	line-height:120%;
}


H2{
  font-size : 14px;
  color: #ffffff;
  background-color : #000033;
  line-height: 130%;
  text-align: left;
  margin:0px;
  padding-left:10px;
  padding-top:2px;
  padding-bottom:2px;
}

.inp{border-width : 1px;border-style : solid;border-color : #454545;  color : #454545;}

/*
MainTable
*/
.mainTable{
	width:700px;
	font-size : 14px;
	border:1px;
	border-color:#000033;
	border-style:solid;
}

.mainTop{
	padding:5px;
	background-color:#000033;
}

.mainTitle{
	height:130px;
	background-color:#000033;
	background-image:url(images/ph_top007.jpg);
	background-repeat:no-repeat;
}
.mainMain{
text-align:center;
	background-color:#ffffff;
}

.mainFooter{
	padding-top:5px;
	padding-bottom:5px;
	font-size : 12px;
	text-align : center;
	color : #ffffff;
	background-color:#000033;
}

.subTable{
	width:500px;
}