@charset "utf-8";
/* CSS Document */

.text-small{
font-family:Trebuchet MS;
font-size:12px;
font-weight:normal;
color:#000;
text-align: justify;
}

.text-white{
font-family:Trebuchet MS;
font-size:12px;
font-weight:normal;
color:#fff;

}


.text-big{
font-family:Trebuchet MS;
font-size:24px;
font-weight:normal;
color:#000;

}

.text-gray{
font-family:Trebuchet MS;
font-size:12px;
font-weight:normal;
color:#58585a;

}

.text-but{
font-family:Trebuchet MS;
font-size:13px;
font-weight:bold;
color:#000;
}

.text-red{
font-family:Trebuchet MS;
font-size:13px;
font-weight:bold;
color:#ff0000;
}

.horizontal_dotted_line 
{ 
border-bottom: 1px dotted #999999;
width: 100px; 
} 


.button:link { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #000; text-decoration: none; }
.button:visited { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #000; text-decoration: none; }
.button:hover { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #ff0000; text-decoration: none; }
.button:active { font: Trebuchet MS; font-size: 13px; font-weight:bold; color: #000; text-decoration: none; }