@import "layout.css";

img{
	display:block;
}

*{
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	/*border: 0 none;*/
	outline: 0;
	padding: 0;
	margin: 0;
}

a
{
	text-decoration:none;
}

.menuLink
{
	font-size:11px;
	text-decoration:none;
	color:#404040;
	letter-spacing:2px;
}

.activeLink
{
	font-size:11px;
	text-decoration:none;
	font-weight:bolder;
	color:#404040;
}

.heading{
	font-size:14pt;
	font-weight:bold;
	color:#606060;
}

.bodytext{
	font-size:11px;
}

.greentext{
	list-style-type:none;
	font-weight:bold;
	color:#759940;
}

.bluetext
{
	color:#005680;
	text-decoration:none;
}

.spacer{
	font-size:9pt; 
	font-weight:bold; 
	color:black;
}

.red{
	color:#FF0000;
}

