/* CSS Document */

html, body {
	margin:0px;
	padding:0px;
	}

.main {
	width:832px;
	height:616px;
	background:url(images/background.gif) no-repeat top left;
	padding:40px;
	margin:0px;
	}

a {
	color:#999999;
	text-decoration:underline;
	}
	
a:hover {
	text-decoration:none;
	color:#CCCCCC;
	}

a:hover img {
	opacity: .30;
	filter: alpha(opacity=30);
	}
	
p, table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999999;
	line-height:16px;
	}
	
p {
	margin:0px 0px 12px 0px;
	}
	
.shorttext {
	width:180px;
	padding-right:20px;
	}
	
h1 {
	font-size:14px;
	font-weight:normal;
	margin:0px 0px 12px 0px;
	}
	
h2 {
	font-size:16px;
	font-weight:bold;
	margin:0px 0px 16px 0px;
	}

.input {
	border:1px solid #CCCCCC;
	color:#999999;
	font-size:11px;
	width:200px;
	padding:4px;
	}
	
