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

html {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	padding: 0px;
	width: 100%;
	height: 100%;;
	}
	
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	height: 100%;
	background-color: #909195;
	text-align: center;
	}
	
table {
	background-position: top;
	text-align: center;
	}
	
td {
	background-repeat: no-repeat;
	background-position: top;
	}
	
hr {
	height: 1px;
	}
	
a.nav1 {
	font: normal 12px Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
a.nav1:hover {
	text-decoration: underline;
	}
	
a.nav2 {
	font: normal 10px Verdana;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
a.nav2:hover {
	text-decoration: underline;
	}
	
a.nav3 {
	font: normal 10px Verdana;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}
	
a.nav3:hover {
	text-decoration: underline;
	color: #000000;
	}
	
.title {
	font: normal 12px Verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}

.content-title {
	font: normal 11px Verdana;
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	}

.content {
	font: normal 10px Verdana;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}
	
.content-large {
	font: normal 14px Verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	
.content-xl {
	font: normal 18px Verdana;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	}
	
.content-red {
	font: normal 10px Verdana;
	color: #ff0000;
	font-weight: bold;
	text-decoration: none;
	}
	
.invisible {
	font: normal 10px Verdana;
	color: #FFFFFF;
	text-decoration: none;
	}
	
.notice {
	font: normal 10px Verdana;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
.content-small {
	font: normal 9px Verdana;
	color: #666666;
	text-decoration: none;
	}
