.body { background-image: url(images/bg_body.jpg); background-repeat: repeat-x; background-color: #FFFFFF; margin-left: 0px; margin-right: 0px; } .main { background-color: #FFFFFF; border: 1px solid #000000; height: 100%; } .text { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #515151; } a:link, a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0000CE; text-decoration: underline; } a:hover, a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0000CE; text-decoration: none; } .copyright, .copyright a:link, .copyright a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #999999; text-decoration: none; } .copyright a:hover, .copyright a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #663399; text-decoration: underline; } .leftnav { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9F5400; font-weight: bold; } .leftnav a:link, .leftnav a:visited { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9F5400; text-decoration: none; } .leftnav a:hover, .leftnav a:active { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #9F5400; text-decoration: none; } .title { font-family: Arial, Helvetica, sans-serif; font-size: 17px; font-weight: bold; color: #9F5400; letter-spacing: 3px; } .formbox { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333; border: 1px solid #CC9900; } .boldtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #2222B5; font-weight: bold; } .title2 { font-family: "Trebuchet MS", Arial; font-size: 15px; font-weight: bold; color: #FFFFFF; background-color: #3B468F; text-align: center; letter-spacing: 1px; background-image: url(images/bg_box.gif); } .textred { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #FF0000; font-weight: bold; } .colortext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #002EB7; } .colortext2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #002EB7; } .boldtext2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #2222B5; font-weight: bold; } .submitlink { color: #00f; background-color: transparent; text-decoration: underline; border: none; cursor: pointer; } a.ovalbutton{ background: transparent url('images/oval-blue-left.gif') no-repeat top left; display: block; float: left; font: normal 13px Tahoma; /* Change 13px as desired */ line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */ height: 24px; /* Height of button background height */ padding-left: 11px; /* Width of left menu image */ text-decoration: none; } a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{ color: #494949; /*button text color*/ } a.ovalbutton span{ background: transparent url('images/oval-blue-right.gif') no-repeat top right; display: block; padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/ } a.ovalbutton:hover{ /* Hover state CSS */ background-position: bottom left; } a.ovalbutton:hover span{ /* Hover state CSS */ background-position: bottom right; color: black; } .buttonwrapper{ /* Container you can use to surround a CSS button to clear float */ overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */ width: 100%; } .thisclass{background-color:#ff0000}