@charset "utf-8";
/* CSS Document */




body {
	background-color:black;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	color:#c0c0c0;
	
}
	
.table1 {
	width: 100%;
	padding: 1px;
	border-collapse:collapse;
	background:#101010;
}
.table1 td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #666666;
	width: 50%;
	padding: 1px;
}














.div1 {
	background-color: black;
	width: 100%;
	font-family: verdana, arial;
	text-align:left;
}
.tablea {
	border-collapse:collapse;
	width: 100%;
}
td {
	vertical-align:top;
}
.tablea td {
	border-style:solid;
	border-width:0px;
	border-color:#333333;
	padding-right:10px;
	padding-left:10px;
}
.tablec td {
	border-style:solid;
	border-width:0px;
	border-color:#333333;
	padding-right:10px;
	padding-left:10px;
}
table.main {
	width: 100%;
	border-style:solid;
	border-width:10px;
	border-spacing:0px;
	border-color:black;
}
table.second {
	width: 100%;
}
.text {
	color: #c0c0c0;
	font-size:0.9em;
	line-height:150%;
}
.style8 {
	text-align: right;
}
.title {
	text-align: center;
	font-size: 0.9em;
	color: #cccccc;
	background-color: #666666;
}
.style19 {
	line-height: 200%;
	margin-top: 0pt;
	margin-bottom: 0pt;
}
.style20 {
	margin-top: 0pt;
	margin-bottom: 0pt;
}
#buttonimage {
	background-image: url('../gifp/button.png');
	background-repeat: no-repeat;
	height: 45px;
	width: 100px;
	text-align:center;
}
#buttonimage:hover {
	background-position: 0 0;
	background-image: url('../gifp/buttonA.png');
	text-decoration:none;
}
#buttonimage:active {
	background-position: 0 0;
	background-image: url('../gifp/buttonB.png');
}
#buttonimagetwo {
	background-image: url('../gifp/button2.png');
	background-repeat: no-repeat;
	height: 45px;
	width: 100px;
}
#buttonimagetwo:hover {
	background-position: 0 0;
	background-image: url('../gifp/button2A.png');
	text-decoration:none;
}
#buttonimagetwo:active {
	background-position: 0 0;
	background-image: url('../gifp/button2B.png');
}
.buttonfont {
	text-align:center;
	text-decoration:none;
	font-size:16px;
	color: rgb(192, 192, 192);
	line-height: 150%;
	font-weight: bold;
	font-style: italic;
}
