/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}

ul {
	list-style-image: url(../images/bullets-plane.gif);
}


/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #3399CC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}



a.lkGrey:link {
	color: #3399CC;
	text-decoration: none;
}
a.lkGrey:visited {
	color: #3399CC;
	text-decoration: none;
}
a.lkGrey:hover {
	color: #666666;
	text-decoration: none;
}
a.lkGrey:active {
	color: #666666;
	text-decoration: none;
}



a.lk10px:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.lk10px:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.lk10px:hover {
	font-size: 10px;
	color: #3399CC;
	text-decoration: none;
}
a.lk10px:active {
	font-size: 10px;
	color: #3399CC;
	text-decoration: none;
}



a.lkLayers:link {
	font-size: 11px;
	color: #009FC5;
	text-transform: uppercase;
	display: block;
	line-height: 15px;
	width: 100%;
}
a.lkLayers:visited {
	font-size: 11px;
	color: #009EC4;
	text-transform: uppercase;
	display: block;
	line-height: 15px;
	width: 100%;
}

a.lkLayers:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	line-height: 15px;
	width: 100%;
}
a.lkLayers:active {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	line-height: 15px;
	width: 100%;
}



a.lkSwandesign:link {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.lkSwandesign:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
a.lkSwandesign:hover {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
a.lkSwandesign:active {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtBlack {
	color: #000000;
}

.txtGrey10px {
	font-size: 10px;
	color: #666666;
}

.txtBlue16px {
	font-size: 16px;
	color: #3399CC;
	font-weight: bold;
	text-transform: uppercase;
}

.txtBlue14px {
	font-size: 14px;
	color: #3399CC;
	font-weight: bold;
	text-transform: uppercase;
}

.txtBlue {
	color: #3399CC;
}

.txt14pxWhiteBold {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

/* ------------------------------------------------------- BG's ------------------------------------------------------- */
.bgFooter {
	background-image: url(../images/bg-footer.gif);
	background-position: top;
	background-repeat: repeat-x;
}


/* ------------------------------------------------------- MISC ------------------------------------------------------- */
.submenu {
	background-color: #1A1A1A;
	padding-top: 15px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 12px;
	border: 1px solid #333333;
}
.sideImgs {
	background-color: #1A1A1A;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 22px;
	padding-top: 9px;
	border: 1px solid #333333;
}

.layers {
	background-color: #000000;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.9;
}

.klGrey {
	border: 1px solid #333333;
}

.formFields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	width: 100%;
	border: 1px solid #999999;
	padding: 2px;
}

.klBlue	{
	border: 1px solid #3399CC;
}


