/* CSS definition file containing sitestyle stylesheets */

html, body {
	margin:0;
	padding:0;
	height:100%;
}
html, body, p, a {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	color:#cccccc;
	font-size:12px;
	background-color:#000000;
}
body {
	background:url(../images/bg_main.jpg) no-repeat top right;
}
table.sampleform tr td {
	padding-top:3px;
	padding-bottom:3px;
}
td.bannertopleft {
	background:#000000 url(../images/banner_top_bg.gif) repeat-x top left;
}
td.bannertopright {
	background:#000000 url(../images/banner_top_bg.gif) repeat-x top right;
}
h1 {
	font-size:14px;
}
h2, h3, h4, h5, h6 {
	font-size:12px;
}
table td {
	padding-left:5px;
	padding-right:5px;
}
table td.footer {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:10px;
	text-decoration:none;
	color:#cccccc;
}
table td.footer * {
	font-size:10px;
	text-decoration:none;
}
table td.footer a {
	color:#ffffff;
	font-weight:bold;
}
li {
	padding-bottom:10px;
}
.button {
border:0px solid #000000;
color:white;
cursor:pointer;
display:inline;
font:9px Arial,Helvetica,Verdana,sans-serif;
font-weight:bold;
line-height:normal;
margin:0;
padding:3px;
text-align:center;
text-transform:uppercase;
width:100px;
height:20px;
background:url(../images/button_submit.gif) no-repeat;
}