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

.style1 {
	color: #FF0066;
}

.style2 {
	font-size: x-large;
	color: #FF0066;
}

.style3 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}

.style7 {font-family: Georgia, "Times New Roman", Times, serif; font-size:8pt;}

.style8 {
	color: #FF0066;
}

.style10 {
	font-size: 24px;
	color: #990066;
}

.style12 {font-size: 14px;}

.style13 {font-size: 11px;}

a:link {
	color: #666666;
}

a:visited {
	color: #666666;
}

td {
	border-style:none;
	background-repeat:no-repeat;
}

.menuItemBarStyle {
	height:22px;
	background-image:url(../Images/menItemBar.png);
	background-repeat:no-repeat;
	background-position:center;
}

.menuselecteditem {
   height:50px;
   background-image:url(../Images/selecteditem.png);
   background-repeat:no-repeat; 
   background-position:center; 
   background-position:left;
}

.preload {
	display:none;
}

 

