html {
	overflow: -moz-scrollbars-vertical;
  }
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{text-decoration:none;}

body
{
	font: 62.5% 'lucida grande',tahoma,sans-serif;
	color: #6C6C6C;
	font-weight: normal;
	margin: 0px; 
	padding: 0px;
	
}

p
{
	font:'lucida grande',tahoma,sans-serif;
	font-size: 80%;
	color: #777777;
	font-weight: normal;
	line-height: 140%;
}

strong
{
	font:'lucida grande',tahoma,sans-serif;
	color: #B71F4B;
	font-weight: normal;
}

h1
{
	font:'lucida grande',tahoma,sans-serif;
	font-size: 110%;
	color: #777777;
	font-weight: bold;
	margin:0px;
	
}
h2
{
	font-size: 90%;
	font-weight: bold;
	color: #B71F4B;
	margin:0px;
}
h3
{
	font-size: 80%;
	font-weight: bold;
	color: #B71F4B;
	margin:0px;
	
	
}
h4
{
	font-size: 70%;
	font-weight: normal;
	line-height: 140%;
	color: #888888;
	
}

.break 
{ 	
		height: 1px;
		margin: 5px 0 -10px 0;
		background-image: url(../img/break.gif); 
		background-repeat: repeat-x;
		
}
.break_pink
{ 	
		height: 1px;
		margin: 5px 0 -10px 0;
		background-image: url(../img/break_pink.gif); 
		background-repeat: repeat-x;
		
}

.main{
	background-repeat: no-repeat;
	width:440px;
}
.center {
	width: 100%;
	border-top: 0px solid #333333;
	border-left: 0px solid #333333;
	border-right: 0px solid #333333;
	border-bottom: 0px solid #333333;
}
.middle {
	width: 445px;
	height:260px;
}
.line{
	margin: 0px 0px 8px 0px;
}
.image_initial {
	border-top: 4px solid #CCCCCC;
	border-left: 4px solid #CCCCCC;
	border-right: 4px solid #CCCCCC;
	border-bottom: 4px solid #CCCCCC;
}
.image_tools {
	border-top: 4px solid white;
	border-left: 4px solid white;
	border-right: 4px solid white;
	border-bottom: 4px solid white;
}
.bg_menu {
	background-image: url(../img/bg_menu.jpg); 
	background-repeat: repeat-x;
}

.tools{
	width: 310px;
	background-color:#fae0e9;
}
.tools_body{
	padding: 10px;
	background-color:#fae0e9;
}
.alpha{
	background-color:red; filter:alpha(opacity=10); -moz-opacity:0.1;
}
.pink {
	font: 100% 'lucida grande',tahoma,sans-serif;
	color: #B71F4B;
	font-weight: bold;	
}
.menu_visited {
	font: 86% 'lucida grande',tahoma,sans-serif;
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
	height:40px;
	text-align: center;
}
.menu {
	font: 86% 'lucida grande',tahoma,sans-serif;
	color: white;
	text-decoration: none;
	font-weight: bold;
	height:40px;
	text-align: center;
}
.menu .menu a:visited, .menu a:active {
	color: #FF9900;
}
.menu a:hover {
	color: #FF9900;
}
a {
	color: #B71F4B;
}

.down_ {
	height: 33px;
	width: 770px;
	font-size: 7pt; 
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

.down_ .down_ a:visited, .down_ a:active {
	color: red;
}
.down_ a:hover {
	color: #333333;
}