/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background-color: #343021;
	background-image: url(/images/common/mainBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

.lktContent h3 {
	font-size: 16px;
	font-weight: bold;
	color: #F5EED0;
}

.lktContent h4 {
	font-size: 14px;
	font-weight: bold;
	color: #F5EED0;
}

.lktContent h5 {
	font-size: 12px;
	font-weight: bold;
	color: #C3A569;
}

.lktContent h6 {
	font-size: 12px;
	color: #B0AEA3;
	font-weight: normal;
}

/** TEXTS */

body, p, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0AEA3;
}

p {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: left;
	line-height: 16px;
	font-size: 12px;
}
.lktContent p {
	margin-top: 6px;
	margin-bottom: 6px;
}

blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

/** LISTS */

/*
.lktContent ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.lktContent li {
	display: block;
	height: 20px;
	padding: 3px 25px 0px 15px;
	background: url(../images/common/bullet.gif) no-repeat left center;
}
*/

/** LINKS */

a:link {
	color: #E1E1C6;
	text-decoration: none;
}

a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
a:visited {
	color: #E1E1C6;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #E5DABE;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}
.inputbox {
	background-color: #202000;
	border: 1px solid #758522;
	padding: 2px;
	color: #CCCCCC;
	cursor: text;
}
.inputbox:hover {
	border: 1px solid #9DB32F;
}

.inputbox:focus {
	border: 1px solid #9DB32F;
}
.button {
	background-color: #202000;
	margin: 2px;
	color: #CCC9AD;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #7A8B26;
	border-right-color: #465116;
	border-bottom-color: #465116;
	border-left-color: #7A8B26;
}
.button:hover {
	border-top-color: #93A92E;
	border-right-color: #5E6E1E;
	border-bottom-color: #5E6E1E;
	border-left-color: #93A92E;
}

.button:active {
	border-top-color: #465116;
	border-right-color: #7A8B26;
	border-bottom-color: #7A8B26;
	border-left-color: #465116;
}

/** MISC */

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

.horizontalLine {
	height: 5px;
	background-image: url(../images/common/contentDivider.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.align-justify {
	text-align: justify; 
}

.align-right {
	text-align: right; 
}
