@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #CCC;
}
body {
	background-color: #999;
}
html, body {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
#wrapper {
	background-color: #FFF;
	border-color:#CCC;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	height: 100%;	
}
#wrapper2 {
	background-color:#F1F1F1;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	height: 100%;	
}
#butmadda {
	background-color: #666666;
	border: 1;
	bordercolor:#CCC;
	font:Arial, Helvetica, sans-serif;
	width:auto;
	vertical-align: middle;
	cursor:pointer;
}
#text1 {
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight: 600;
}
#text2 {
	color: #828282;
	font-size:11px;
	font-weight: normal;	
}
#text8 {
	color: #828282;
	font-size:9px;
	font-weight: normal;
	text-decoration:none;
}
#text9 {
	color: #828282;
	font-size:10px;
	font-weight: normal;
	text-transform:uppercase;
}
a:link {
	color: #828282;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #828282;
}
a:hover {
	text-decoration: none;
	color: #666;
}
a:active {
	text-decoration: underline;
	color: #828282;
}
a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

