/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(images/beastbg1xYN.jpg);
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 96px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000 #44474A #44474A #000000;
	background-color: #17181A;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #BBBCBC;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
}

.ul1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.text1 {
	font-size: 11px;
	font-weight: bold;
	color: #BF1A1A;
}

.text2 {
        font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.text3 {
	text-align: center;
	font-size: 10px;
	color: #4F5051;
}

/** LINKS */

}

a {text-decoration:none;
	color: #bf1a1a;
}

a:hover {
	text-decoration:underline overline;
}

a.link1 {text-decoration:none;
	color: #6B6B6B;
}

a.link2 {text-decoration:none;
}


a:hover {
	text-decoration:underline overline;
}

/** BACKGROUNDS */

}

.bg5 {
	background: url(images/bg1_01X.jpg) repeat-y;
}

/** MISC */

.align-justify { text-align: justify; }

.img1 {
	float: left;
	margin-right: 10px;
}

.img2 {
	float: left;
	margin-right: 5px;
}

hr { display: none; }

.hr1 {
	height: 1px;
}

