body {
	font-family: Arial;
	color: #d4caca;
	background-color: #000000;
	font-size: 11px;
	margin-top: 10px;
}
table {
	font-family: Arial;
	color: #d4caca;
	font-size: 11px;
}
.main-bkg {
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.red-main {
	background-color: #320001;
	color: #d4caca;
}
.red2-main {
	background-color: #704d4e;
	border: 1px solid #000000;
	color: #d4caca;
}
.title {
	color: #FFFFFF;
	font-size: 13px;
	border-bottom: dotted 1px #FFFFFF;
	font-weight: bold;
}
.title2 {
	color: #510d08;
	font-weight: bold;
}
.brd { 
	border-bottom: 1px solid #510d08;
}
.bold {
	font-weight: bold;
}
.dotted { 
	border-bottom: dotted 1px #FFFFFF;
}
.dark {
	background-color: #523536;
	border: 1px solid #ffffff;
}
.light {
	background-color: #8e6768;
	border: 1px solid #000000;
}

a:link {
	font-size: 11px;
	color: #000000;
	font-family: arial;
	text-decoration: dotted;
}
a:visited {
	font-size: 11px;
	color: #000000;
	font-family: arial;
	text-decoration: dotted;
}
a:hover {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
}
a:active {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
}
a.link:link {
	font-size: 11px;
	color: #d4caca;
	font-family: arial;
	text-decoration: none;
}
a.link:visited {
	font-size: 11px;
	color: #d4caca;
	font-family: arial;
	text-decoration: none;
}
a.link:hover {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: dotted;
}
a.link:active {
	font-size: 11px;
	color: #ffffff;
	font-family: arial;
	text-decoration: dotted;
}
a.dl:link {
	font-size: 10px;
	color: #fd954b;
	font-family: arial;
	text-decoration: none;
}
a.dl:visited {
	font-size: 10px;
	color: #fd954b;
	font-family: arial;
	text-decoration: none;
}
a.dl:hover {
	font-size: 10px;
	color: #ffffff;
	font-family: arial;
	text-decoration: underline;
}
a.dl:active {
	font-size: 10px;
	color: #ffffff;
	font-family: arial;
	text-decoration: underline;
}

.pic {
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle;
	border: #600000 5px solid;
}	
input {
	border: 1px solid #000000;
	background-color: #320001;
	background-image: url(../images/input.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	width: 123px;
	height: 15px;
}
.input {
	border: 1px solid #000000;
	background-color: #320001;
	background-image: url(../images/input.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	width: 123px;
	height: 15px;
	cursor: pointer;
}

select {
	border: 1px solid #000000;
	background-color: #320001;
	background-image: url(../images/input.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #FFFFFF;
	width: 128px;
	height: 20px;
}
textarea {
	border: 1px solid #000000;
	background-color: #320001;
	background-image: url(../images/input2.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	width: 123px;
	height: 100px;
}
.textarea {
	border: 1px solid #000000;
	background-color: #320001;
	background-image: url(../images/input3.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #FFFFFF;
	width: 400px;
	height: 100px;
}
