﻿/*
    Classes comuns usadas no site
    Por: Stiven Fabiano da Câmara
    Data: 20/03/2009
*/

body 
{
    background-image:url('Images/bg.gif');
    background-repeat:repeat;
    margin:0;
}

.w100p
{
    width:100%;    
}

.w25p
{
    width:25%;    
}

.w50p
{
    width:50%;    
}

.w0p
{
    width:0%;    
}

.w220
{
    width:220px;    
}

.w300
{
    width:300px;    
}

.w350
{
    width:350px;    
}

.w400
{
    width:400px;    
}

.w450
{
    width:450px;    
}

span.subtitle
{
	
	font-size: 11px;
	font-family: Verdana, Arial;
	color: #e71111;
	font-weight: bold; 
}

a:link, a:visited
{
    color:#666;
    text-decoration:none;
}

a.detail:link, a.detail:visited
{
    color:#e71111;
    text-decoration:none;
}

.pl15
{
    padding-left:15px;
}

.vat
{
    vertical-align:top;	
}

h5
{
    padding:0px;
    margin:0px; 
    width:auto;
}