/* - - - - - - - - - - - - - - - - - - - -  LINKS- - - - - - - - - - - - - - - - - - - - */

a {
	color: #416A9C;
	text-decoration: none;
}

a:visited {
	color: #416A9C;
	text-decoration: none;
}

a:link.medlink {
        color: #004D81;
        text-decoration: none;
        font-size : 12px;

}

a:visited.medlink {
        color: #004D81;
        text-decoration: none;
        font-size : 12px;
}

a:hover.medlink {
        color: #004D81;
        text-decoration: underline;
        font-size : 12px;
}

a:active.medlink {
        color: #719AcC;
        text-decoration: underline;
        font-size : 12px;
}

a:hover {
	color: #416A9C;
	text-decoration: underline;
}

a:active {
	color: #416A9C;
	text-decoration: underline;
}

a:link.biglink {
	color: #416A9C;
	text-decoration: none;
    font-size : 16px;
}

a:visited.biglink {
	color: #416A9C;
	text-decoration: none;
        font-size : 16px;
}

a:hover.biglink {
	color: #416A9C;
	text-decoration: underline;
        font-size : 16px;
}

a:active.biglink {
	color: #719AcC;
	text-decoration: underline;
        font-size : 16px;
}

a:link.tinylink {
        color: #004D81;
        text-decoration: none;
        font-size : 9px;

}
a:visited.tinylink {
        color: #004D81;
        text-decoration: none;
        font-size : 9px;
}
a:hover.tinylink {
        color: #004D81;
        text-decoration: underline;
        font-size : 9px;
}
a:active.tinylink {
        color: #719AcC;
        text-decoration: underline;
        font-size : 9px;
}

a.mainbutton, a.mainbutton:visited {
    background: url("http://bckg.buco3.com/bluebutton.png") repeat-x scroll center bottom #336BA0 !important;
    border: 1px solid #999999;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 2px 2px 2px #CCCCCC;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 11px;
    text-transform: uppercase;
}
a.mainbutton:hover {
    background: url("http://bckg.buco3.com/greenbutton.png") repeat-x scroll center bottom #99B93D !important;
    color: #FFFFFF;
    text-decoration: none;
}

