body{
	text-align      : center;
	background      : url('../images/br.png') no-repeat bottom right #000000;
	font-family     : "Century Gothic", arial, sans-serif;
	font-size       : small;
	margin          : 0;
	color           : #FFFFFF;
	height          : 100%;
	}
.main{
	width           : 100%;
	/*height        : 100%;*/
	display         : block;
	background      : url('../images/tl.png') no-repeat top left transparent;
	margin          : 0;
	}
.head{
	width           : 100%;
	display         : block;
	border-bottom   : 1px solid #cfd4d9;
	}
	
/************* Table ***************/
.page{
	width           : 790px;
	border          : 0;
	border-collapse : collapse;
	margin          : auto;
	margin-top      : 10px;
	font-family     : "Century Gothic", arial, sans-serif;
	}
.page td{
	padding         : 0 5px;
	}
.page td a:link{
	text-decoration : none;
	color           : #FFFFFF;
	}
.page td a:hover{
	font-weight     : bold;
	}
.page .left{
	font-family     : arial, sans-serif;
	text-align      : left;
	width           : 166px;
	}
.page .left p{
	font-size       : x-small;
	}
.page .right{
	text-align      : left;
	vertical-align  : top;
	color           : #FFFFFF;
	}
.page .right a:hover{
	text-decoration : underline;
	}