﻿@charset "utf-8";
.link {
	font-family: Tahoma;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B74A02;
	text-decoration: underline;
	cursor: pointer;
}
    .link a:link {
	    font-family: Tahoma;
	    font-size: 10px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link a:visited {
	    font-family: Tahoma;
	    font-size: 10px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link a:active {
	    font-family: Tahoma;
	    font-size: 10px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link a:hover {
	    font-family: Tahoma;
	    font-size: 10px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
.link_bigger {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B74A02;
	text-decoration: underline;
	cursor: pointer;
}
    .link_bigger a:link {
	    font-family: Tahoma;
	    font-size: 12px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link_bigger a:hover {
	    font-family: Tahoma;
	    font-size: 12px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link_bigger a:visited {
	    font-family: Tahoma;
	    font-size: 12px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link_bigger a:active {
	    font-family: Tahoma;
	    font-size: 12px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link_medium {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #B74A02;
	text-decoration: underline;
	cursor: pointer;
}
    .link_medium a:link {
	    font-family: Tahoma;
	    font-size: 11px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link_medium a:hover {
	    font-family: Tahoma;
	    font-size: 11px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link_medium a:visited {
	    font-family: Tahoma;
	    font-size: 11px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
    .link_medium a:active {
	    font-family: Tahoma;
	    font-size: 11px;
	    font-style: normal;
	    line-height: 14px;
	    font-weight: normal;
	    font-variant: normal;
	    text-transform: none;
	    color: #B74A02;
	    text-decoration: underline;
	    cursor: pointer;
    }
.linkableobj {
	border: 0px;
	border-style: none;
	cursor: pointer;
	text-decoration: none;	
}
/* Defining A */
a {
    color: inherit;
    text-decoration: none;
}
