/* Textual Elements */
body,td { color: #6B6B6B; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
p { margin-top : 0px; margin-bottom : 15px; line-height: 15px; }
ul { list-style : square; margin-top : 0px; margin-bottom : 8px; }
.large { font-size: 14px; line-height: 17px; }
.small { font-size: 11px; line-height: 13px; }

/* Links */
a { text-decoration: underline; color: #357ED4; }
a:hover { text-decoration: none; }

/* Navigation Elements */
.topNavs { border-top: 5px solid #FFFFFF; color: #7B7D7B; font-size: 11px; font-weight: bold; padding-bottom: 11px; padding-left: 8px; padding-right: 8px; border-right: 1px solid #EFEFEF; }
.topNavsOn { border-top: 5px solid #DEDFDE; color: #000000; font-size: 11px; font-weight: bold; padding-bottom: 11px; padding-left: 8px; padding-right: 8px; cursor: hand; border-right: 1px solid #EFEFEF; }

/* Form Elements */
INPUT, SELECT, TEXTAREA { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #6D6D6D; font-weight: normal }

/* Table Elements */
.leftBorder { border-left: 1px solid #D9D9D9; }