* { font-family: Arial, Verdana, Helvetica; } 
body { background-color: #4E4A4A; }
form { margin: 0px; }
.bold, .topMenu { font-weight: bold; }
.notBold { font-weight: normal; }
.text9 { font-size: 9px; }
.text10 { font-size: 10px; }
.text11, input, textarea, select, .errMsg { font-size: 11px; }
.text12 { font-size: 12px; }
.text13 { font-size: 13px; }
.text14 { font-size: 14px; }
.right { text-align: right; }
.center, .errMsg { text-align: center;  }
.left { text-align: left; }
a { text-decoration: none; color: #000000; }
a:HOVER { text-decoration: underline; color: #000000; }
a:VISITED { color: #000000; }
.white { color: #FFFFFF; }
.grey { color: #7F7F7F; }
.black { color: #000000; }
.blue { color: #0000FF; }
.red { color: #FF0000; }
.borderLeft, .border { border-left-style: solid; border-left-width: 1px; }
.borderRight, .border { border-right-style: solid; border-right-width: 1px; }
.borderTop, .border { border-top-style: solid; border-top-width: 1px; }
.borderBottom, .border { border-bottom-style: solid; border-bottom-width: 1px;}
.borderWhite { border-color: #FFFFFF; }
.borderBlack { border-color: #000000; }
.borderGrey, input, textarea, select { border-color: #7F7F7F; }
.backGrey { background-color: #7F7F7F; }
input, textarea, select { border-style: solid; padding: 0px; border-width: 1px; background-color: #FFFFFF; } 
.noStyle { background-color: transparent; border-color: transparent; }

.hand, .topMenu td.topMenuOver { cursor: pointer; }
.width50 { width: 50px; }
.width100 { width: 100px; }
.width200 { width: 200px; }
.width300 { width: 300px; }
.width400 { width: 400px; }
.width150 { width: 150px; }
.width250 { width: 250px; }
.width350 { width: 350px; }
.width450 { width: 450px; }
.errMsg { color: #FF0000; padding: 10px;} 
.noUnderline:HOVER { text-decoration: none; }
.underline { text-decoration: underline; }

.mainText { font-size: 11px; color: #666666; text-align: left; }

.topMenu td { padding: 3px; padding-left: 7px; padding-right: 7px;}
.topMenu a { color: #000000; }
.topMenu a:HOVER, .topMenu a.current { color: #FF0000; text-decoration: none; }

.bottomMenu td.split { padding-left: 8px; padding-right: 8px; }
.bottomMenu a { color: #FFFFFF; }

.mainMenu { width: 100%; }
.mainMenu td { vertical-align: bottom; text-align: left; }
/* border-right-width: 1px; border-right-color: #CCCCCC; border-right-style: solid; */

.blackButton { height: 27px; }
.blackButton input { background-color: transparent; color: #FFFFFF; font-size: 12px; font-weight: bold; }
.blackButton td.butInfo { background-color: #000000; }
.blackButton td.butLeft { background-color: transparent;  background-image: URL(http://www.kenmen.net/images/2008/buttons/black_left.gif); width: 2px; height: 27px; }
.blackButton td.butRight { background-color: transparent;  background-image: URL(http://www.kenmen.net/images/2008/buttons/black_right.gif); width: 2px; height: 27px; }

.custInfoTitle { color: #FF0000; font-weight: bold; margin-top: 35px; }
.custInfoQuestion { font-weight: bold; }

div.footer { background-color: #000000; color: #FFFFFF; font-size: 12px; }
div.footer a, div.footer a:VISITED { color: #FFFFFF; }
div.footer a:HOVER { text-decoration: underline; color: #FFFFFF; }