/*
 *    STYLE SHEET FOR MAIAMAIL.NET
 *    ABILE.NET all right reserved
 */


/************************************************
 *    GENERAL STYLES
 ************************************************/
body, td
{
    font-family:"Arial";
    color:#3C3B3B;
    font-size:12px;
}
UL {
	list-style-image: url('../images/shared/arrow-green.gif');
	margin: 0;
	padding: 0;
}
UL LI {
	margin-left:16px;
	line-height: 16px;
}
a:link, a:visited
{
    font-family:"Arial";
    color:#00447E;
    font-size:12px;
    text-decoration:none;
}
a:hover
{
    font-family:"Arial";
    color:#00447E;
    font-size:12px;
    text-decoration:underline;
}
p{
    margin:0;
    padding:0;
}
.greenBold
{
    font-family:"Arial";
    color:#4C7A10;
    font-size:12px;
    font-weight: bold;
}
.green
{
    font-family:"Arial";
    color:#4C7A10;
    font-size:12px;
}
.greenTitle
{
    font-family:"Arial";
    color:#4C7A10;
    font-size:15px;
    font-weight: bold;
}
.addressTitle
{
    font-family:"Arial";
    color:#616161;
    font-size:11px;
    font-weight: bold;
}
.address
{
    font-family:"Arial";
    color:#616161;
    font-size:11px;
}
