body {
        text-align : center;
        font-size : 14px;
        background-color:#C6C3C6;
}
table.main {
        width : 810px;
}
table.all{
      border-right: 1px solid #696969;
      border-bottom: 2px solid #696969;
      width : 810px;
}
p.right, td.right {
        text-align : right;
}
td.left {
        text-align : left;
}

a.top{
        color : #000000;
        text-decoration : none;
}
a.top:hover{
        color : #000000;
        text-decoration : underline;
}
a{
        text-decoration : underline;
        color : #636363;
}
a:hover{
        color : #000000;
}

div.footer {
	border-top:1px solid #000000;
	text-align:right;
	margin-top:15px;
	padding-top:2px;
	font-size:12px;
}

div.name {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	margin-bottom:15px;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;	
}

.small {
        font-size : 12px;
 }