@charset "utf-8";
/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


.menutext{
	font-family:tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
}
.copyright{
	font-family:tahoma;
	font-size:12px;
	color:#FFFFFF;
}

.dummytext{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
	padding-left:5px;
}
.field{
	font-family:tahoma;
	font-size:11px;
	color:#660945;
	font-weight:bold;
}
.h1{
	font-family: tahoma;
	font-size:17px;
	color:#FFFFFF;
	font-weight:bold;
}

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


/* ######### Style for changing menu background ######### */
menu{ 
background:url(images/m1.jpg);
background-repeat:no-repeat;
font-family:"tahoma"; 
font-size:12px; 
font-weight: bold;
cursor:pointer;
}
.menu2{ background:url(images/menu2.png);
background-repeat:no-repeat;
font-family:"tahoma"; 
font-size:12px;
cursor:pointer;
}
