/* Controls general styles */


body {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	line-height: 18px;
	color: #666666;
	width: 40px;

}

h1 {
	font-size: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	cursor: default;
}

h2 {
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	color: #333333;
	cursor: default;
}



/* Removes annoying borders from all images with links */

a img { border: 0px; }

/* Hide Class
 * Apply this class to any element you wish to hide,
 * this is pretty good for adding H1, H2, H3 tags
 * you wish to hide for SEO
 */

.hide {
	display: none; 
}

#logo h1 {
	margin: 0px;
	padding: 0px;
}

.nav_selected,
.nav_selected a:link,
.nav_selected a:visited {
	color: #18B0E8;
}
a {
	color: #18B0E8;
	text-decoration: none;
}
a:visited {
	color: #18B0E1;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
.li_tmblue {
	list-style-image: url(../images/tm_bluebullet.gif);
}

.no-top-margin {
	margin-top: 0px;
}

