html, body, form, fieldset, div {  
   margin: 0;  
   padding: 0;  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
   -webkit-text-size-adjust:none;  
}

a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

h1 {
   font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding-top: 0px;
	margin-top: 0px;
}

#logo {
	width: 215px;
	height: 1125px;
	position: fixed;
	z-index: 999;
	top: 0px;
   padding-top: 50px;
   left: 0px;
 	background-color: #FFFFFF;
	padding-left: 10px;
}

.logo {
	background-color: #FFFFFF;
   color: #000000;
   font-weight: bold;
   font-size: 13px;
}

#logo a:link {
	background-color: #FFFFFF;
   color: #000000;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
}

#logo a:visited {
	background-color: #FFFFFF;
   color: #000000;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
}

#menu {
	width: 180px;
	height: 900px;
	position: fixed;
	z-index: 1000;
	background-color: #FFFFFF;
	top: 255px;
   left: 0px;
	padding-left: 10px;
	padding-right: 20px;
	line-height: 15px;
}

#menu a:link {
	color: #666666;
	text-decoration: none;
}
#menu a:visited {
	color: #666666;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#menu a:active {
	text-decoration: none;
}

#menu2 {
	background-color: transparent;
	width: 120px;
	height: 900px;
	position: fixed;
	z-index: 1000;
	top: 255px;
	left: 85px;
	padding-right: 20px;
	line-height: 15px;
	text-align: right;
}

#menu2 a:link {
	color: #666666;
	text-decoration: none;
}
#menu2 a:visited {
	color: #666666;
	text-decoration: none;
}
#menu2 a:hover {
	text-decoration: none;
}
#menu2 a:active {
	text-decoration: none;
}

#menu .news, #menu a.news, #menu a.news:link, #menu a.news:visited, #menu a.news:active {
	color: #FF00FF;
}

#menu .newsselected, #menu a.newsselected, #menu a.newsselected:link, #menu a.newsselected:visited, #menu a.newsselected:active {
   color: #FF00FF;
	font-weight: bold;
}

#menu .selected, #menu2 .selected {
	font-weight: bold;
}
