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

a:link{ /* GROUP SITE_HEADER */ 
  font-weight: normal; /*BASIC*/
  color: #4D4D4D; /*BASIC*/
  font-family: Arial, Tahoma, Sans Serif; /*ADVANCED*/
  text-decoration: none; /*ADVANCED*/
  font-size: 12px; /*BASIC*/
}

a:visited{ /* GROUP SITE_HEADER */ 
  font-size: 12px; /*BASIC*/
  font-weight: normal; /*BASIC*/
  color: #4D4D4D; /*BASIC*/
  font-family: Arial, Tahoma, Sans Serif; /*ADVANCED*/
  text-decoration: none; /*ADVANCED*/
}

a:hover{ /* GROUP SITE_HEADER */ 
  font-size: 12px; /*BASIC*/
  font-weight: normal; /*BASIC*/
  color: #4D4D4D; /*BASIC*/
  font-family: Arial, Tahoma, Sans Serif; /*ADVANCED*/
  text-decoration: underline; /*ADVANCED*/
}

.p2_local{ /* GROUP HOMEPAGE_TOP */
	background-color: transparent; /*BASIC*/
	background-image: none; /*BASIC*/
	font-family: Arial, Helvetica, sans-serif; /*ADVANCED*/
	position: relative;
	background-repeat: repeat; /*ADVANCED*/
	color: #4d4d4d; /*BASIC*/
	font-size: 12px; /*BASIC*/
	text-decoration: none; /*ADVANCED*/
	font-weight: normal; /*BASIC*/
	background-position: center top; /*ADVANCED*/
	margin-top: 0px; /*ADVANCED*/
	padding-top: 0px; /*ADVANCED*/
	padding-bottom: 0px; /*ADVANCED*/
	padding-left: 0px; /*ADVANCED*/
	padding-right: 0px; /*ADVANCED*/
	line-height: 20px;
}

div.p2_local h2{
	padding-left: 0px;
	margin:18px 0px 0px 0px;
	color: #00ccff; /*BASIC*/
	font-size: 12px; /*BASIC*/
	text-decoration: none; /*ADVANCED*/
	font-weight: bold; /*BASIC*/
}