@charset "utf-8";
/* CSS Document */
body{font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:11px;}

ul, li{border:0; margin:0; padding:0; list-style:none;}
ul{
	border-bottom:solid 1px #e9f0f5;
	height:29px;
}
li{float:left; margin-right:2px;}
.tab a:link, .tab a:visited{
	background:url(images/tab.png) right 60px;
	color:#56554e;
	display:block;
	display: inline-block;
	font-weight:bold;
	height:30px;
	line-height:30px;
	text-decoration:none;
}
.tab a span{
	background:url(images/tab.png) left 60px;
	display:block;
	display: inline-block;
	height:30px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(images/tab.png) right 30px;
	display:block;
		display: inline-block;
	color:#e0ded0;
}
.tab a:hover span{
	background:url(images/tab.png) left 30px;
	display:block;
		display: inline-block;
}

/* -------------------------------- */
/* 	ACTIVE ELEMENTS					*/
.active a:link, .active a:visited, .active a:visited, .active a:hover{
	color:#56554E;
	background:url(images/tab.png) right 0 no-repeat;
} 
.active a span, .active a:hover span{
	background:url(images/tab.png) left 0 no-repeat;
}

.pink_link {color: #FF3399;
text-decoration:none;
}
.pink_link:hover {color #FF3399;
text-decoration:underline;}

.green_link {color: #BAD187;
text-decoration:none;
}
.green_link:hover {color #BAD187;
text-decoration:underline;}

.blue_link {color: #0099FF;
text-decoration:none;
}
.blue_link:hover {color #0099FF;
text-decoration:underline;}


.stand_link {color: #686868;
text-decoration:none;
}
.stand_link:hover {color #686868;
text-decoration:underline;}

.header {
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.footerinfo {
	color: #666666;
	font-size: 10px;
}
.18px {font-size: 18px}

.redtot {
	color: #FF0000;
	font-size: 16px;
}