html {
	width: 100%;
	height: 100%
}
body {
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%
}
table {
	font-family: arial;
	font-size: 12px;
	color: #000;
}

a {color: #AB2B29; text-decoration: none;}
a:hover {color: #AB2B29; text-decoration: underline;}

form {padding: 0px; margin: 0px;}
p {margin: 0px; padding: 0px;}
img {margin: 0px; padding: 0px;}

h1 {color: #000; font-size: 18px; font-weight: normal;}
h2 {color: #000; font-size: 15px; font-weight: bold;}
h3 {color: #000; font-size: 14px; font-weight: bold;}
h4 {color: #000; font-size: 13px; font-weight: bold;}

.formerror {color: #f00; padding-right: 10px;}
.formlabel {color: #000; padding-right: 10px;}
.formcomment {color: #000; font-size: 10px;}

.forminput {width: 200px; font-size: 12px; font-family: arial; border: 1px solid #AB2B29; color: #000;}
.formbutton {padding: 3px 10px; text-align: center; vertical-align: middle; font-size: 12px; font-weight: bold; font-family: arial; border-style: none; color: #fff; background-color: #AB2B29;}

.domain td {font-size: 11px; font-weight: bold;}

.main {height: 49px; background-color: #AB2B29; font-size: 16px; font-weight: bold; padding: 0px 20px;}
.main a {color: #fff; text-decoration: none;}
.main a:hover {color: #fff; text-decoration: none;}

.sub {height: 31px; font-size: 13px; font-weight: bold;}
.sub a {color: #fff; text-decoration: none;}
.sub a:hover {color: #fff; text-decoration: none;}

.sub2 {font-size: 13px; line-height: 22px;}
.sub2 a {color: #AB2B29; text-decoration: underline;}
.sub2 a:hover {color: #AB2B29; text-decoration: underline;}

.cont {font-size: 10px; color: #000;}

.print_div {text-align:right;}