/* Normal Body */ body { background-color: #FFFFFF; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; } /* Input Field Description, right aligned */ .descra { font-size: 12px; font-weight: bold; text-align: right; } /* Input Field Description, left aligned */ .descla { font-size: 12px; font-weight: bold; text-align: left; } /* Red Border */ .redborder { border: 1px solid #B6334A; } /* all Input Fields */ select,input,textarea { border: 1px solid #BBBBBB; font-size: 12px; padding: 2px; } /* light gray box */ .lgraybox { background-color: #F7F7F7; border: 1px solid #E0E0E0; padding: 5px; text-align: left; vertical-align: top; margin: 5; } /* a normal link */ a { color: #000000; font-size: 12px; text-decoration: none; font-weight: normal; } /* mouse over link */ a:hover { text-decoration: underline; } /* link selected (i am here) */ a.sel { font-size: 12px; font-weight: bold; text-decoration: none; } /* red marker in front of link */ .navlink { color: #FF0000; font-size: 12px; font-weight: bold; } /* group caption of links */ .navgroup { color: #000000; font-size: 13px; font-weight: bold; text-decoration: underline; } /* small text */ p { font-size: 12px; } td.head { background: #b5b5b5; color: #FFFFFF; font-weight: bold; text-align: center; } td.data { font-size: 12px; padding: 1px; } td.data1 { background-color: #F0F0F0; color: #000000; font-size: 12px; padding: 1px; } td.data2 { background-color: #E0E0E0; color: #000000; font-size: 12px; padding: 1px; } caption { color: #C20022; font-size: 13px; font-weight: bold; text-align: left; }