body{
color: #333;	
margin: 0px;
padding: 0px;
background: #ccc url("images/bg_grad.jpg") fixed;
font: 8pt/1.166 Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:hover {TEXT-DECORATION: underline}
A {COLOR: #FF9200; TEXT-DECORATION: none}
TABLE {FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
TBODY {FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
TD {FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
TFOOT {FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
TH {FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
THEAD {FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
TR {FONT-SIZE: 11px; FONT-STYLE: normal; FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, sans-serif}
BLOCKQUOTE {FONT-SIZE: 11px; FONT-FAMILY: Verdana,Tahoma,Arial,Helvetica}
.small {FONT-SIZE: 9px; FONT-FAMILY: arial,geneva,helvetica,sans-serif}
.white:hover {COLOR: #808080; TEXT-DECORATION: underline}
.white {FONT-SIZE: 10px; COLOR: #ffffff; FONT-FAMILY: verdana,arial,geneva,helvetica,sans-serif; TEXT-DECORATION: none}
.black {FONT-SIZE: 10px; COLOR: #55556A; FONT-FAMILY: verdana,arial,geneva,helvetica,sans-serif; TEXT-DECORATION: none}
.black:hover {COLOR: #800080; TEXT-DECORATION: underline}
.light {FONT: 11px arial,verdana,sans-serif; COLOR: #55556A; BACKGROUND-COLOR: #ffeecf}
.light:hover {COLOR: #ffeecf; TEXT-DECORATION: underline}
.dark {FONT: 11px arial,verdana,sans-serif; COLOR: #55556A; BACKGROUND-COLOR: #ffcc04}
.dark:hover {COLOR: #ffcc04; TEXT-DECORATION: underline}

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.gif');         /* CHANGE: path and name of your image */
	height: 9px;                                                /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;                                             /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px;                                          /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;                                           /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;                                           /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;                                /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;                                /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px;                             /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #000000;                             /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #000000;                            /* YCC: color & properties of the right-borderline */
	background: #8888AA;                                        /* YCC: background-color of the inside */
	color: #000000;                                             /* YCC: default text-color of the inside */
	padding-left: 10px;                                         /* YCC: all texts at some distance of the left border */
	padding-right:10px;                                         /* YCC: all texts at some distance of the right border */
	}
.notopgap    { margin-top: 0; }                                 /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: 0; }                              /* DNC: to avoid splitting of the box */

.formbutton{
  font-family : Tahoma,Verdana,Arial;
  cursor:pointer;
  border:outset 1px #777793;
  background:#FFFFFF;
  color:#777793;
  padding: 1px 3px;
  font-size : 9px;
  font-weight: bold; 
}

.formbuttonblack{
  font-family : Tahoma,Verdana,Arial;
  cursor:pointer;
  border:outset 1px #000000;
  background:#FFFFFF;
  color:#000000;
  padding: 1px 3px;
  font-size : 9px;
  font-weight: bold; 
}

.buttonred{
  font-family : Tahoma,Verdana,Arial;
  cursor:pointer;
  border:outset 1px #FFFFFF;
  background:#777793;
  color:#FFFFFF;
  padding: 1px 3px;
  font-size : 9px;  
}

.buttonblack{
  font-family : Tahoma,Verdana,Arial;
  cursor:pointer;
  border:outset 1px #FFFFFF;
  background:#000000;
  color:#FFFFFF;
  padding: 1px 3px;
  font-size : 9px;  
  text-indent : 1px;
}