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


/*  menu   */
a.menu:link { color: #6d6e71; text-decoration: none; }
a.menu:visited { color: #6d6e71; text-decoration: none; }
a.menu:hover, a.menu:active, a.menu:focus { color: #cec928; text-decoration: none; }

span.menuactive { color: #cec928; text-decoration: none; }

/*  qt   */
a.qt:link { 
	color: #6d6e71;
	text-decoration: none;
}
a.qt:visited { color: #6d6e71; text-decoration: none; }
a.qt:hover, a.qt:active, a.qt:focus { color: #cec928; text-decoration: none; }

/*  imb   */
a.imb:link { 
	color: #6d6e71;
	text-decoration: none;
	border: #ffffff 2px solid;
	display: block;
}
a.imb:visited { color: #6d6e71; text-decoration: none; border: #ffffff 2px solid; display: block; }
a.imb:hover, a.imb:active, a.imb:focus { color: #cec928; text-decoration: none; border: #cec928 2px solid;}


/*  img   */
a.img:link,
a.img:visited { 
	border: #ffffff 2px solid;
	text-decoration: none;
	display: block;
	float: left;
	margin-right: 2px;	

}

a.img:hover, a.img:active, a.img:focus { 
	border: #cec928 2px solid;
	border-width: 2px;
	text-decoration: none;
}

/*  copy   */
a.copy { 
	background-image : url(../images/copy.gif);
	background-position : top left;
	background-repeat: no-repeat;
	
	padding-left: 28px;
	padding-bottom: 6px;
}
a.copy:link { 
	color: #6d6e71;
	text-decoration: none;
}
a.copy:visited { color: #6d6e71; text-decoration: none; }
a.copy:hover, a.copy:active, a.copy:focus { color: #cec928; text-decoration: none; }


/*  exit   */
a.exit { 
	background-image : url(../images/exit.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	padding-left: 28px;
	padding-top: 5px;
	
	width: 100px;
	height: 18px;

	display: block;
}

a.exit:link { 
	color: #6d6e71;
	text-decoration: none;
}
a.exit:visited { color: #6d6e71; text-decoration: none; }
a.exit:hover, a.exit:active, a.exit:focus { 
	background-image : url(../images/exit_a.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	color: #cec928; text-decoration: none;
}


/*  exit36   */
a.exit36 { 
	background-image : url(../images/exit.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	padding-left: 28px;
	padding-top: 5px;
	
	width: 100px;
	height: 18px;

	display: block;
}

a.exit36:link { 
	color: #ffffff;
	text-decoration: none;
}
a.exit36:visited { color: #ffffff; text-decoration: none; }
a.exit36:hover, a.exit36:active, a.exit36:focus { 
	background-image : url(../images/exit_a.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	color: #cec928; text-decoration: none;
}


/*  exitcartoon   */
a.exitcartoon { 
	background-image : url(../images/blog/exit.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	width: 22px;
	height: 22px;

	display: block;
}

a.exitcartoon:link { 
	color: #ffffff;
	text-decoration: none;
}
a.exitcartoon:visited { color: #ffffff; text-decoration: none; }
a.exitcartoon:hover, a.exitcartoon:active, a.exitcartoon:focus { 
	background-image : url(../images/blog/exit_a.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	color: #cec928; text-decoration: none;
}


/*  prev   */
a.prev { 
	background-image : url(../images/prev.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	padding-left: 0px;
	padding-top: 0px;
	
	width: 18px;
	height: 18px;

	display: block;
}
a.prev:link { 
	color: #6d6e71;
	text-decoration: none;
}
a.prev:visited { color: #6d6e71; text-decoration: none; }
a.prev:hover, a.prev:active, a.prev:focus { 
	background-image : url(../images/prev_a.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	color: #cec928; text-decoration: none;
}


/*  next   */
a.next { 
	background-image : url(../images/next.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	padding-left: 28px;
	padding-top: 5px;
	
	width: 18px;
	height: 18px;

	display: block;
}
a.next:link { 
	color: #6d6e71;
	text-decoration: none;
}
a.next:visited { color: #6d6e71; text-decoration: none; }
a.next:hover, a.next:active, a.next:focus { 
	background-image : url(../images/next_a.jpg);
	background-position : top left;
	background-repeat: no-repeat;
	
	color: #cec928; text-decoration: none;
}


/*  link   */
a:link { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover, a:active, a:focus { color: #cec928; text-decoration: underline; }


/*  discrete   */
a.discrete {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 11px;
	font-weight: normal;
}
a.discrete:link { color: #6d6e71; text-decoration: none; }
a.discrete:visited { color: #6d6e71; text-decoration: none; }
a.discrete:hover, a.discrete:active, a.discrete:focus { color: #cec928; text-decoration: none; }


/*  options   */
a.options { font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: 12px; font-weight: normal; }
a.options:link { color: #6d6e71; text-decoration: none; }
a.options:visited { color: #6d6e71; text-decoration: none; }
a.options:hover, a.options:active, a.options:focus { color: #cec928; text-decoration: none; }


/*  login   */
a.login { font-size: 12px; font-family: Helvetica, Arial, sans-serif; line-height: 12px; font-weight: normal; }
a.login:link { color: #ffffff; text-decoration: none; }
a.login:visited { color: #ffffff; text-decoration: none; }
a.login:hover, a.login:active, a.login:focus { color: #cec928; text-decoration: none; }
