/* Generic Declarations */
.uppercase { text-transform: uppercase; }
.copy-lightblue { color: #00A8EE; }
.clear { clear: both; }
.justify { text-align: justify; }

/* Link Buttons */
a.button-lightblue { display: block; text-decoration: none; text-align: center; width: 150px; margin-top: 4px; background: url(../images/common/button-lightblue.gif) 0% 0% no-repeat; }
a.button-lightblue:hover { background: url(../images/common/button-lightblue-rollover.gif) 0% 0% no-repeat; }
a.column-lightblue { display: block; color: #10ADF0; font-size: 82%; text-align: right; text-decoration: none; }
a.column-lightblue span { text-decoration: underline; }
a.column-lightblue:hover span { color: #0063F5; text-decoration: none; }
a.column-lightblue span.arrows { font-size: 113%; text-decoration: none; margin-left: 3px; }


a.button-darkblue { display: block; text-decoration: none; text-align: center; width: 154px; margin-top: 4px; background: url(../images/common/button-darkblue.gif) 0% 0% no-repeat; }
a.button-darkblue:hover { background: url(../images/common/button-darkblue-rollover.gif) 0% 0% no-repeat; }
