/* CSS Document */

p {font-family:Arial, Helvetica, sans-serif}

.left {	text-align: left;font-size:small; }
.right { text-align: right;font-size:small; }

.smBoldRed {font-weight:bold; color:#990000; font-size:small;}

.smBoldBlack {font-weight:bold; color:#000000; font-size:small;}

.boldRed {font-weight:bold; color:#990000;}

.boldBlack {font-weight:bold; color:#000000;}

.credit {font-size: x-small}

.image {float:right; margin-left:auto}



A:link {text-decoration: none;font-weight:bold; color:#000000; }
A:visited {text-decoration: none;font-weight:bold; color:#000000; }
A:active {text-decoration: none;font-weight:bold; color:#000000;}
A:hover {text-decoration: underline; font-weight:bold; color:#990000}
