/* CSS Document */

body {
	
	background: #ffffff url("images/bg_top.gif") repeat-x top left;
	margin: 0;
	padding: 20px 0 20px 0;
	font-family: Verdana, Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color:#666666;
}

A.menu_m:link    {
	text-decoration: none;
	color: #FFFFFF;

}
A.menu_m:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
A.menu_m:hover   {
	text-decoration: none;
	color: #797979;
}
A.menu_m:active  {
	text-decoration: none;
	color: #FFFFFF;
}


A.menu_t:link    {
	text-decoration: none;
	color: #6c6c6c;
}
A.menu_t:visited {
	text-decoration: none;
	color: #6c6c6c;

}
A.menu_t:hover   {
	text-decoration: none;
	color: #c2c2c2;
}
A.menu_t:active  {
	text-decoration: none;
	color: #6c6c6c;
}


A.menu_c:link    {
	text-decoration: none;
	color: black;
}
A.menu_c:visited {
	text-decoration: none;
	color: black;

}
A.menu_c:hover   {
	text-decoration: none;
	color: #6c6c6c;
}
A.menu_c:active  {
	text-decoration: none;
	color: black;
}

A:link    {
	text-decoration: none;
	color: #6A0000;
}
A:visited {
	text-decoration: none;
	color: #6A0000;

}
A:hover   {
	text-decoration: none;
	color: #6c6c6c;
}
A:active  {
	text-decoration: none;
	color: #6A0000;
}

A.menu_f:link    {
	text-decoration: none;
	color: #6A0000;
}
A.menu_f:visited {
	text-decoration: none;
	color: #6A0000;

}
A.menu_f:hover   {
	text-decoration: none;
	color: #6c6c6c;
}
A.menu_f:active  {
	text-decoration: none;
	color: #6A0000;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
	color: #6c6c6c;
}
.style3 {
	font-size: 13px;
	color: #c2c2c2;
	font-weight: bold;
}

.style5 {
	color: #b7b7b7;
	font-size: 13px;
	font-weight: bold;
}

.style6 {color: #6A0000}

.style7 {
	font-size: 10;
	color: #999999;
}

.for {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #666666;
	font-weight: normal;
}
.but {
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	font-size: 11px;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
	color: #FFFFFF;
	cursor: hand;
	font-weight: bold;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.date {
	font-family: Helvetica, Arial, Tahoma, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	text-align: right;
	color: #b7b7b7;
	background: #F3F3F3;
	float: right;
	margin: 10px 0px;
}
