/* CSS Document */


/* STANDARD CLASSES */
body {
	font-family:"Courier New", Courier, mono;
	margin: 0px 0px 0px 0px;
	background-color:#000000;
}
 
p, ul, ol {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 15px;
	text-align:justify;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td {
	vertical-align: top;
	padding: 0px;
}

img {
	border-collapse: collapse;
	border-spacing: 0;
	border-style: none;
}

hr {
	width: 100%;
	height: 0px;
	border: 0px;
	border-top: 1px dotted #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 14px;
	color:#666666;
	font-weight:bolder;
	margin-bottom:2px;
}

/* CUSTOM CLASSES */
.title {
	font-size: 14px;
	color: #b40015;
	font-weight: bolder;
}

.footer {
	color:#FFFFFF;
	text-align:right;
	padding-right: 20px;
}


/* STANDARD IDS */
#main {
	width:100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#kli {
	position:absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
}

#navigation {
	background-color:#000000;
	padding-left: 20px;
}

#content_holder {
	background-image:url(../images/content_bg.jpg);
	background-repeat:no-repeat;
	height: 222px;
	width: 467px;
}


/* LINKS */
a {
	color:#000000;
	font-size: 12px;
	text-decoration:underline;
	font-family:"Courier New", Courier, mono;
	
}

a:hover {
	color:#CCCCCC;
	text-decoration:none;
}

.footer_link {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration:underline;
	font-family:"Courier New", Courier, mono;
	
}

.footer_link:hover {
	color:#CCCCCC;
	text-decoration:none;
}


