	body {margin-top:0px;background-color: black; font-family: tahoma,arial,verdana,helvetica,sans-serif}
	A {text-decoration:underline; font-weight: normal; color:#7799cc;}
	A:visited { text-decoration: underline; font-weight: normal; color:#7799cc;}
	A:active { text-decoration: underline; color:#7799cc;}
	A:hover { text-decoration: none; color:#7799cc;}

	A.menu {color:#9977cc;font-size:90%;text-decoration: none;font-weight:800; }
	A.menu:visited { color:#9977cc;text-decoration: none;}
	A.menu:active { color:#9977cc;text-decoration: none;}
	A.menu:hover { color:#9977cc;text-decoration: underline;	padding:6px 0px;}

	A.video {color:#AA8866;font-size:105%;text-decoration: none; font-weight: normal;}
	A.video:visited {color:#AA8866;text-decoration: none;}
	A.video:active {color:#AA8866; text-decoration: none;}
	A.video:hover {color:#AA8866; text-decoration: underline;}

	A.cloud {color:#995533;font-size:120%;text-decoration: underline; }
	A.cloud:visited {color:#995533;text-decoration: underline;}
	A.cloud:active {color:#995533; text-decoration: underline;}
	A.cloud:hover {color:#995533; text-decoration: none;}
	
	A.title {color:yellow;text-decoration: none; }
	A.title:visited {color:yellow; text-decoration: none;}
	A.title:active {color:yellow; text-decoration: none;}
	A.title:hover {color:yellow; text-decoration: none;	padding:6px 0px;}

	A.image {color:#334455;text-decoration: none;}
	A.image:visited { color:#334455;margin-bottom: 4.0em;margin-top: 10.0em;text-decoration: none; }
	A.image:active { color:#334455;margin-bottom: 4.0em; margin-top: 5.0em;text-decoration: none;}
	A.image:hover { color:#99bbcc;margin-bottom: 2.0em; margin-top: 5.0em;text-decoration: underline;}


	.download {font-weight: 400;font-size:200%;margin-bottom: 10px;}
	.biggesttext {font-weight: 400;font-size:150%;}
	.bigtext {font-weight: 400;font-size:110%;}
	.bigtextbold {font-weight: bold;font-size:110%;}
	.bigtextboldred {color: #ff0000; font-weight: 800;font-size:110%;}
	.normaltext {font-weight: 400;font-size:100%;}
	.normaltextbold {font-weight: 800;font-size:100%;}
	.smalltext {font-weight: 400;font-size:80%;}
	.smallertext {font-weight: 400;font-size:70%;}
	.smalltextgrey {font-weight: 400;font-size:80%; color:#999999}
	.smalltextbold {font-weight: 800;font-size:80%;}
	.white {color:black;}
	.message {color:#CCAA77;font-size:130%}
	.green {color:#CCAA77;}
	.bold {font-weight: 800;}
	.square {list-style: square outside; margin: 0 0 0 16px; padding: 0 0 1em 0;}
	hr.line {border-bottom:dashed 1px darkgrey;border-left:none;border-right:none;border-top: none;margin: 0 10 0 10}
	.margin1 { margin-top: 0.3em}
	.top { margin-bottom: 0.0em;margin-top: 0.0em}
	H1 {color:yellow;font-size:150%;margin-top:0px;text-decoration: none; margin-bottom: 0px;}
	H2,A.H2 {color:#CCAA77;font-weight:normal;font-size:130%;margin-top: 3px;margin-bottom: 5px;}
	H3,A.H3 {color:#CCAA77;font-weight:normal;font-size:110%;margin-top: 0px;margin-bottm: 0px;}
	H5 {color:#CCAA77}
	#form { margin-bottom: 0px; margin-top:0px; margin-right:0px; margin-left:0px;}
	.button {background: black;color: white;font-size: 80%;}
	INPUT {background: black;color: white}


#container {
      background: url(/images/klat.gif) #121212 no-repeat;
      color: #ffffff;
      position: relative;
      height: 46Px;
      width: 153px;
    }
    


/*             styles for the star rater                */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(/images/star.gif) left -1000px repeat-x;
}

.star-rating{
position:relative;
width:125px;
height:25px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating li{
display: inline;
}
.star-rating a,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:25px;
line-height:25px;
outline:none;
overflow:hidden;
border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
background-position: left bottom;
}

.star-rating a.one-star{
width:20%;
z-index:6;
}
.star-rating a.two-stars{
width:40%;
z-index:5;
}
.star-rating a.three-stars{
width:60%;
z-index:4;
}
.star-rating a.four-stars{
width:80%;
z-index:3;
}
.star-rating a.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left center;
}
/*  star rating finished */

/*             styles for the star rater                */
.star-rating-small,
.star-rating-small a:hover,
.star-rating-small a:active,
.star-rating-small a:focus,
.star-rating-small .current-rating-small{
background: url(/images/star-small.gif) left -1000px repeat-x;
}

.star-rating-small{
position:relative;
width:75px;
height:15px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left top;
}
.star-rating-small li{
display: inline;
}
.star-rating-small a,
.star-rating-small .current-rating-small{
position:absolute;
top:0;
left:0;
text-indent:-1000em;
height:15px;
line-height:15px;
outline:none;
overflow:hidden;
border: none;
}



.star-rating-small .current-rating-small{
z-index:1;
background-position: left center;
}
/*  star rating small finished */
