<!--
/* links */
a:link {
	color: #bcbcbb;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #bcbcbb;
}
a:hover {
	text-decoration: overline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #bcbcbb;
}
a.mike:link {
	color: #000000;
	text-decoration: none;
}
a.mike:visited {
	text-decoration: none;
	color: #000000;
}
a.mike:hover {
	text-decoration: underline;
	color: #333333;
}
a.mike:active {
	text-decoration: none;
	color: #000000;
}

/*design Background*/

body{
background-image:url(images/bgdesign.gif);

}

/* Text CSS*/
.menutext {
	font-family: Tahoma;
	font-size: 12px;
	color: #bcbcbb;
	font-weight:bold;
	padding-left:8px;
}
.addtext {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}
.copntacttext {
	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.copntacttext2 {
	font-family: Tahoma;
	font-size: 13px;
	color: #000000;
	font-weight:bold;
	padding-left:10px;
}
.dummytext {
	font-family: arial;
	font-size: 11px;
	color: #000000;
	padding-left:10px;
	padding-right:15px;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

-->