/* The Water Gardens, CSS file for 635px pages, modified Aug 2010 */

body { background-color: #ffffff; color: #333333; margin: 0px; padding-top: 0px; 
       background-image: url(/images/bg_global.gif); background-repeat: repeat-y; background-position: top left; }
       
* { font-family: Arial, Helvetica, Geneva, 'Lucida Sans', 'Bitstream Vera Sans', sans-serif; }

a { text-decoration: none; font-weight: bold; font-size: 12px; }
a:link { color: #336699; }
a:visited { color: #336699; }
a:hover { color: #000000; text-decoration: underline; }

td { font-weight: normal; font-size: 12px; color: #333333; line-height: 16px; }
p { margin: 0 0 10px 0; }
ul { border: 0px; margin-top: 2px; list-style-type: disc; }
li { line-height: 16px; padding-bottom: 4px; list-style-position: outside; }

h2 { font-weight: bold; font-size: 14px; margin: 10px 0 0 0; }

.copyright { font-size: 10px; color: #7f7f7f; margin-left: 250px; margin-top: 50px; }

.small { font-size: 10px; color: #999999; }

.nobr { white-space: nowrap; }


/* background styles */
.white_bg { background-color: #ffffff; }
.gray_bg { background-color: #cccccc; }
.dkgray_bg { background-color: #999999; }
.pea_bg { background-color: #e6e6cc; }
.dkpea_bg { background-color: #cccc99; }


