@charset "utf-8";
/* CSS Document */
<!--

a:link {
	color: #696969;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #696969;
}
a:hover {
	text-decoration: none;
	color: #939393;
}
a:active {
	text-decoration: none;
	color: #696969;
}


a.mike:link {
	color: #FF0000;
	text-decoration: none;
}
a.mike:visited {
	text-decoration: none;
	color: #FF0000;
}
a.mike:hover {
	text-decoration: none;
	color: #fcc302;
}
a.mike:active {
	text-decoration: none;
	color: #FF0000;
}

a.footer:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a.footer:hover {
	text-decoration: underline;
	color: #999999;
}
a.footer:active {
	text-decoration: none;
	color: #CCCCCC;
}




.menutext {
	color: #696969;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
}

.titletext {
	font-family:tahoma;
	color:#CCCCCC;
	font-size:12px;
	font-weight:bold;
	padding-bottom:8px;
}

.dummytext {
	font-family:tahoma;
	font-size:11px;
	color:#CCCCCC;
}

.style1 {
	color: #FF0000;
	font-weight: bold;
}

.h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color: #fcc302;
}

.footer {
	color: #CCCCCC;
	font-family: arial;
	font-size: 12px;
}


/* BG MENU EFFECTS */
	
	menu{ 
			font-family:"tahoma"; 
			font-size:12px; 
			font-weight: bold;
			cursor:pointer;
	}
	.menu2{ 
			background:url(images/linemenu.gif) no-repeat;
			background-position:center;
			background-position:bottom;
			font-family:"tahoma"; 
			font-size:11px;
			cursor:pointer;
	}
-->