/* CSS Document */

a:link { color: #999999; text-decoration: none; }
a:active { color: #999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #990000; text-decoration: none; }

.navigation{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 13px; 
color:#cccccc;
padding-left:5px; 
}
.navigation_small{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 11px; 
color:#cccccc;
padding-left:5px; 
}
.heading {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight:bolder; 
font-size: 14px; 
color:#000000;
}
.text {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight: 400; 
font-size: 14px; 
color:#666666;
}
.text2 {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
font-weight: 400; 
font-size: 11px; 
color:#666666;
}

body {	background-color: #333333;
	background-repeat: no-repeat; ; background-position: center top;
	background-attachment: scroll}