/* CSS Document */
body,td,input,textarea,div,option,select,a {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #7C7D7F;
}
.white_f {
	color: #f1f2f2;
}

.red_f {
	color: #FF0000;
}

.pink_f
{
	color: #952474;
}

.black_f
{
	color: #000000;
}

body {
	background:#fcfcfc;
}
.bg_dark {
	background:#77787C;
}
.bg_gray {
	background:#bdbec0;
}
.bg_light {
	background:#F1F2F2;
}
a {
	text-decoration: underline;
}
a.wu {
	text-decoration: none;
}
.small {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.title
{
font-weight: bold;
color: #66676A;
}

.title_pink
{
font-weight: bold;
color: #952474;
}

.title_white
{
font-weight: bold;
color: #f1f2f2;
}

a:hover, a:focus, a:active {
color: #7C7D7F;
text-decoration: underline;
}

a.title {
text-decoration: none;
font-weight: bold;
cursor: pointer;
color: #7C7D7F;
}

a.title:hover, a.title:focus, a.title:active{
color: #7C7D7F;
text-decoration: underline;
}

.wb_block1 {
	background-color: #e7e7e7;
}

/* socialnetwork icon */
#fb_div {	border: none; padding: 0; margin: 0; position: relative; float: left; z-index: 5; float: left; overflow: hidden; height: 59px; width: 59px;}
#fb_icon { background: url(/images/fb1.gif); float: left; overflow: hidden; padding: 59px 0 0; text-indent: 0px; background-position: 0px 0px; }
#fb_icon:hover { background: url(/images/fb2.gif); }
#tw_div {	border: none; padding: 0; margin: 0; position: relative; float: left; z-index: 5; float: right; overflow: hidden; height: 59px; width: 59px;}
#tw_icon { background: url(/images/tw1.gif); float: right; overflow: hidden; padding: 59px 0 0; text-indent: 0px; background-position: 0px 0px; }
#tw_icon:hover { background: url(/images/tw2.gif); }

.div_bd_green {
	border:#669966 solid 1px;
}
