/* CSS Document */
body { font-family: Arial, Helvetica, sans-serif; font-size: 12px; margin: 0px; padding: 0px; text-align: center; color: #000; }

h1 { color:#BF4CB5; font-size:18px; font-weight: normal; margin: 0px; padding: 0px; }
h1 span { color:#013083; font-size:14px; margin:0px; margin: 0px; padding: 0px; }
h2 { color:#013083; font-size:14px; margin:0px; margin: 0px; padding: 0px; }
form { margin: 0px; padding: 0px;}
hr { background-color: #BF4CB5; border: 0px; height: 1px }

#holder { width: 600px; text-align: left; margin: 10px auto; }
#logo { width: 600px; text-align: center; }
#topMenu { border-top: 2px solid #BF4CB5; padding: 5px 0px; margin: 10px; text-align: center; }
#topMenu a { text-decoration: none; color: #BF4CB5; }
#topMenu a:hover { color: #013083; }
#topMenu .sep { color: #BF4CB5; padding: 0px 2px 0px 4px; }
#left { width: 180px; float: left; }
#left a { display: block; width: 160px; padding: 5px 5px 5px 15px; color: #013083; text-decoration: none; }
#left a:hover { width: 155px; padding: 5px 5px 5px 20px; color: #BF4CB5; }
#right { width: 420px; float: left; min-height: 627px; }
*html #right { overflow:hidden; }
#main { width: 570px; margin: 30px 15px; min-height: 627px; }
*html #right, *html #main {  height: 627px; }
#footer { width: 600px; padding: 5px 0px; text-align: center;  color:#013083; }
#footer a { color: #013083; text-decoration: none; }
#footer a:hover { color: #BF4CB5; }

.msg { font-weight: bold; color: #990000; }

.hand { cursor: pointer; }

.marg4 { margin: 4px; }
.marg4 { margin: 5px; }
.marg10 { margin: 10px; }

.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }

.floatLeft { float: left; }
.floatRight { float: right; }

.javaLink { cursor: pointer; color: #0000FF; text-decoration: underline; }