@charset "utf-8";
/* CSS Document */

.center{
	text-align:center;
}
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center_small{
	text-align:center;
	font-size:small;
}
.small{
	font-size:small;
}
.large{
	font-size:large;
}

h1,h2,h3,h4,h5{
	text-align:center;
}

p{
	text-align:left;
}

.BigFont
{
	font-size:42px;
}


table{
	border:1px;
	border-style:solid;
  border-collapse:collapse;
	cellpading:5px;
}
th{
  border:1px solid;
	text-align:center;
	vertical-align:top;
}

td{
  border:1px solid;
	vertical-align:top;
}

img{
	border-width:0;
}
h1{font-size:150%;line-height:100%;}
h2{font-size:120%;line-height:100%;}
h3{font-size:110%;line-height:100%;}

.clear{
	clear:both;
}