/**********************************************************
Default styles - These css rules are for every page of the
site other than the index (or home) page.
**********************************************************/

/* Tag Styles */
img{ border: none; }
/* Links */

a.basiclink:link,a.basiclink:visited { color: 2a73ad; text-decoration: none; font-family:Tahoma; font-size:13px; font-weight:bold }
a.basiclink:hover { color: 174273; text-decoration: underline}

.main {
color : #000000;
font-family: Tahoma;
font-size: 13px;
}

/* Use this if you do not want something to display */
.hide { display: none; }


