body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #dbd8e3;
}

h1 {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

h2 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #ff1313;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #dbd8e3;
	margin-bottom: 10px;
}

h4 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #dbd8e3;
	margin-bottom: 10px;
}

hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}

b {
	color: #ffffff;
}

i {
	color: #ffffff;
}

a:link, a:visited, a:active
{
	font-family: arial;
	color: #c40a0a;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: underline;
}

a:link.link2, a:visited.link2, a:active.link2 
{
	font-family: arial;
	color: #ffffff;
	font-size: 11px;
	text-decoration: none;
}

a:hover.link2
{
	color: #dbd8e3;
	text-decoration: underline;
}

a.btnlink
{
    text-decoration:none;
}

form {
	margin: 0px;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
	border: solid 1px #56555a;
}

input.btn {
	background-color: #e10303;
	color: #fbe1e1;
	border: 1px solid #731212;
	font-weight: bold;
}

input.btn2 {
	background-color: #9693a0;
	color: #ffffff;
	border: 1px solid #56555a;
	font-weight: bold;
}

img.img
{
	background: #e1e1e1;
	border: 2px solid #e1e1e1;
}

img.img2 {
	border: 1px solid #e1e1e1;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 2px solid #e1e1e1;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 2px solid #e1e1e1;
}

.jd_red 
{
    color:#c40a0a;
}
