@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #FBFBFB;
}
img {
	border: 0px;
}
body {
	background-color: #000000;
	background-image:url(img/back.gif);
	background-position:bottom left;
	background-attachment:fixed;
	background-repeat: no-repeat;
	margin:0px 0px 5px 0px;
}
.form_cell_label {
	text-align: right;
	vertical-align: top;
}
.form_cell_field {
	text-align: left;
	vertical-align: top;
}
.form_cell_spacer {
	height: 10px;
}
.form_spacer {
	width: 10px;
}
.container1 {
	width: 750px;
	margin: 10px auto 0px auto;
}
.header_main {
	height: 92px;
	background-image:url(img/pawz_ca.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin: 0px 0px 5px 0px;
}
.header_sub {
	height: 19px;
	background-image:url(img/sub.gif);
	background-repeat:no-repeat;
	background-position:top left;
	margin: 0px 0px 5px 0px;
}
.header_logon {
	text-align: right;
}
.links {
	height: 15px;
	margin: 20px 20px 0px 0px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#555555;
}
.links a {
	text-decoration:none;
	color:#FFFFCC;
}
.links a:hover {
	text-decoration:none;
	color:#FFFF66;
}
.text_body {
	margin: 20px 20px 0px 0px;	
}
.page_content {
	font-size:12px;
	color:#CCCCCC;
}
.footer {
	width:300px;
	margin: 5px auto 5px auto;
	font-size:8px;
	color:#666666;
	text-transform:uppercase;
	text-align:center;
}
h1 {
	font-size:18px;
	font-weight:bold;
	text-transform:capitalize;
	margin:0px 0px 0px 0px;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:capitalize;
	margin:10px 0px 5px 20px;
}
p {
	margin: 0px 20px 5px 20px;
	color:#CCCCCC;
	font-size:12px;
}
a {
	color:#FFFFFF;
	text-decoration:none;
}