body {
	margin: 0px;
	padding: 0px;
	background-image: url(image/bg_page.png);
	background-color: #000000;
	background-repeat: repeat-x;

}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

a:link { color: red; text-decoration: none }
a:active { color: red; text-decoration: none }
a:visited { color: red; text-decoration: none }
a:hover { color: red; text-decoration: underline }.txtSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;

}

a.linkWhite:link { color: white; text-decoration: none }
a.linkWhite:active { color: white; text-decoration: none }
a.linkWhite:visited { color: white; text-decoration: none }
a.linkWhite:hover { color: white; text-decoration: underline }
.txtHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(image/h_bg.png);
	background-repeat: repeat-y;
	background-position: left;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D60306;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #D80206;
}
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #D80206;
}
