/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	font-weight: bold;
}
body {
/*	background-color: #e71803; */
	background-color: #ccc;
	padding-left: 10%;
	padding-top: 2%;
	padding-right: 10%;
	padding-bottom: 10%;
}
a img {
	border: 0px;
}
.body_main {
	background-color: #e71803;
	font-size: 16px;
	color: #fff;
	font-style: normal;
}

.a_link {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #000;
}
a:active {
	text-decoration: none;
	color: #e71803;
}
h1 {
	font-size: 20px;
	color: #e71803;
		font-weight: bold;
}
h2 {
	font-size: 15px;
	color: #666;
		font-weight: bold;
}
h3 {
	font-size: 12px;
	color: #666;
		font-weight: bold;
}
h4 {
	font-size: 11px;
	color: #FFF;
		font-weight: bold;
}
h5 {
	font-size: 15px;
	color: #FFF;
}
.tabletoptext {
	font-style: italic; line-height: 1.2em; font-size: 18px; color: #fff6f4;
}
.list li {
	 list-style-type: square; 
}
table.sample {
	border: 1px solid #FFF;
	border-collapse: separate;
	background-color: #e71803;
}
table.sample th {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: #fff;
	background-color: #e71803;
}
table.sample td {
	border-width: 1px;
	padding: 1px;
	border-style: none;
	border-color: #fff;
	background-color: #e71803;
}

/* FORM */

 input.input1 {
	width: 220px;
}
