body {
	background-color: #CCCCCC;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.heading {
	font-size: 14px;
	font-weight: bold;
}
.heading-r {
	font-size: 14px;
	font-weight: bold;
	color: #AA273D;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.heading-red {
	font-size: 12px;
	font-weight: bold;
	color: #AA273D;
}
.gray-box {
	border: 1px solid #CCCCCC;
}
.heading-white {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.12 {
	font-size: 12px;
}
.box {
	height: 100px;
	width: 300px;
	border: 1px solid #CCCCCC;
}
.button {
	background-color: #CCCCCC;
	height: 20px;
	width: 60px;
	border: 1px solid #999999;
}
.field {
	border: 1px solid #CCCCCC;
}.box-text {
	padding: 5px;
}
.form-heading {
	font-size: 14px;
	font-weight: bold;
	color: #AA273D;
	height: 26px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-position: bottom;
	text-align:center;
}
.button {
	background-color: #D9D9D9;
	border: 1px solid #999999;
}
ul {
margin-left: 16px;
margin-bottom:0px;
}
ol {
margin-bottom:0px;
}
.tdbutton {
	background-color: #CCCCCC;
	height: 20px;
	border: 1px solid #999999;
	font-size: 14px;
	padding-left:10px;
	padding-right:10px;
}
.tdbox {
	background-color: #f4f4f4;
	border: 1px solid #e6e6e6;
	padding: 10px;
}
.headinggrayu {
	color: #666666;
	font-size: 12px;
	text-decoration: underline;
	font-weight:bold;
}
hr {
	height: 1px;
	color: #e5e5e5;
}
.h-box-bg {
	background-image: url(../images/home/h-box-bg.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
	padding: 11px;
	font-weight: bold;
	}