
body {
  background-color:#f8f8f8;
  font-family:Arial,Helvetica,sans-serif;
}

.logo {
  font-family:tahoma,Arial,Helvetica,sans-serif;
  font-size:26px;
  font-weight:bold;
  color:#B00070;
}

.title {
  font-family:tahoma,Arial,Helvetica,sans-serif;
  font-size:26px;
  font-weight:bold;
  text-align:center;
  color:#000000;
}

.subtitle {
  font-family:tahoma,Arial,Helvetica,sans-serif;
  font-size:22px;
  font-weight:bold;
  text-align:center;
  color: #B00070;
}

.msg {
  font-family: Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:bold;
  color:#ff0000;
  text-align:center;
  background-color:#e0e0e0;
  border-color:#ff0000;
  border-width: 3;
  border-style: ridge;
}

.preview {
  background-color:#ffffff;
  border-color:#008080;
  border-width:3;
  border-style:ridge;
}

table.small th {
  border-width:0px;
  border-spacing:0px;
  padding:0px;
  background-color:#e0e0e0;
  font-size:13px;
  font-weight:bold;
  text-align:left;
}

table.small td {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:#e0e0e0;
  font-size:12px;
  font-weight:normal;
  text-align:left;
}

table.small textarea {
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
  border-spacing:0px;
  border-color:#e0e0e0;
  border-style:solid;
  padding:0px;
  background-color:#e0e0e0;
}

table.result {
  border-width:0px;
  width:100%;
}

table.result td {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:#e0e0e0;
}

/******* even and odd rows *******/

.row0 {
  background-color:#e0e0e0;
}

td.row0 {
  font-size:12px;
  font-weight:normal;
}

th.row0 {
  font-size:13px;
  font-weight:bold;
}

textarea.row0 {
  font-family:tahoma,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
}

.row1 {
  background-color:#d0d0d0;
}

td.row1 {
  font-size:12px;
  font-weight:normal;
}

th.row1 {
  font-size:13px;
  font-weight:bold;
}

textarea.row1 {
  font-family:tahoma,Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
}

.center {
  text-align:center;
}

/***** text ***********/
.txt {
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
}

.ctxt {
  font-family: Arial,Helvetica,sans-serif;
  font-size:12px;
  font-weight:normal;
  color: #B00070;
}

table.csmall th {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:#e0e0e0;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  color: #B00070;
}

table.csmall td {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:#e0e0e0;
  font-size:12px;
  font-weight:normal;
  text-align:left;
  color: #B00070;
}

table.ctiny td {
  border-width:0px;
  border-spacing:0px;
  padding: 0px 0px 0px 0px;
  background-color:#e0e0e0;
  font-size:12px;
  font-weight:normal;
  text-align:left;
  color: #B00070;
}

table.ctiny th {
  border-width:0px;
  border-spacing:0px;
  padding: 1px 0px 0px 0px;
  font-size:13px;
  font-weight:bold;
  text-align:left;
  color: #B00070;
}

/***** links *********/

.txt a {
  font-family: Arial,Helvetica,sans-serif;
  color: #3030B0;
  font-size:12px;
  font-weight:bold;
  text-decoration: none;
}

.txt a:link {
   text-decoration: none;
}

.txt a.visited {
  text-decoration: none;
}

.txt a:active {
  text-decoration: none;
}

.txt a:hover {
  text-decoration : underline;
}

/***** menu *********/

td.menu {
  border-width:0px;
  padding:0px;
  background-color:orange;
  background-image:url("../image/top_right.gif");
  background-position:top right;
  background-repeat:no-repeat;
}

a.menu { 
  font-family: Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:bold;
}

a.menu:link {
  color: #B00070;
  text-decoration: none;
}

a.menu:visited {
  color: #B00070;
  text-decoration: none;
}

a.menu:active {
  color: #B00070;
  text-decoration: none;
}

a.menu:hover {
  color: #B00070;
  text-decoration : underline;
}

td.activemenu {
  border-width: 0px;
  border-spacing: 0px;
  padding: 0px;
  border-spacing: 0px;
  border-width: 0px;
  background-color: #D00090;
  background-image:url("../image/top_right.gif");
  background-position:top right;
  background-repeat: no-repeat;
}

a.activemenu { 
  font-family: Arial,Helvetica,sans-serif;
  font-size:16px;
  font-weight:bold;
}

a.activemenu:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.activemenu:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.activemenu:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.activemenu:hover {
  color: #FFFFFF;
  text-decoration : underline;
}

/***** vmenu **********************/

td.vmenu {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:#F0C090;
  background-image:url("../image/top_right.gif");
  background-position:top right;
  background-repeat:no-repeat;  
}

.vmenutitle { 
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:12px;
  color: #000000;
}

a.vmenu { 
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:12px;
}

a.vmenu:link {
  color: #B00070;
  text-decoration: none;
}

a.vmenu:visited {
  color: #B00070;
  text-decoration: none;
}

a.vmenu:active {
  color: #B00070;
  text-decoration: none;
}

a.vmenu:hover {
  color: #B00070;
  text-decoration : underline;
}

td.vactivemenu {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:#D00090;
  background-image:url("../image/top_right.gif");
  background-position:top right;
  background-repeat:no-repeat;  
}

a.vactivemenu { 
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:12px;
}

a.vactivemenu:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.vactivemenu:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.vactivemenu:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.vactivemenu:hover {
  color: #FFFFFF;
  text-decoration : underline;
}

td.cmenu {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:e0f0a0;
    background-image:url("../image/top_right.gif");
  background-position:top right;
  background-repeat:no-repeat;  
}

a.cmenu { 
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:12px;
}

a.cmenu:link {
  color: #B00070;
  text-decoration: none;
}

a.cmenu:visited {
  color: #B00070;
  text-decoration: none;
}

a.cmenu:active {
  color: #B00070;
  text-decoration: none;
}

a.cmenu:hover {
  color: #B00070;
  text-decoration : underline;
}

td.cactivemenu {
  border-width:0px;
  border-spacing:0px;
  padding: 0px;
  background-color:#D00090;
  background-image:url("../image/top_right.gif");
  background-position:top right;
  background-repeat:no-repeat;  
}

a.cactivemenu { 
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:12px;
}

a.cactivemenu:link {
  color: #FFFFFF;
  text-decoration: none;
}

a.cactivemenu:visited {
  color: #FFFFFF;
  text-decoration: none;
}

a.cactivemenu:active {
  color: #FFFFFF;
  text-decoration: none;
}

a.cactivemenu:hover {
  color: #FFFFFF;
  text-decoration : underline;
}

/******** tree *****************/

a.tree { 
  font-family: Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:12px;
}
a.tree:link {
  color: #B00070;
  text-decoration: none;
}
a.tree:visited {
  color: #B00070;
  text-decoration: none;
}
a.tree:active {
  color: #F00000;
  text-decoration: none;
}
a.tree:hover {
  color: #F00000;
  text-decoration : underline;
}

/***** submenu ********************/

a.submenu { 
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  font-size:13px;
  background-color:#e0e0e0;
  padding-left: 10px;
  padding-right: 10px;
  background-image:url("../image/top_right.gif");
  background-position:top right;
  background-repeat:no-repeat;
  white-space:nowrap;
}
a.submenu:link {
  color: #B00070;
  text-decoration:none;
}
a.submenu:visited {
  color: #B00070;
  text-decoration:none;
}
a.submenu:active {
  color: #B00070;
  text-decoration:none;
}
a.submenu:hover {
  color: #B00070;
  text-decoration:underline;
}

.btn {
    font-family: Helvetica,sans-serif,Arial;
  	font-size: 12px;
	font-weight: normal;
	color: #000000;
	letter-spacing: 1px;
    text-decoration: none;
    text-align: center;
}

table.link_tooltip 
{
    visibility: hidden; 
    position: absolute; 
    top: 0;  
    left: 0; 
    z-index: 2; 
    font: normal 10pt sans-serif; 
    padding: 3px; 
    border: solid 2px;
    background-color: #0000D0;
    color: #FFFFFF;
    white-space: nowrap;
}

table.link_tooltip td 
{
    background-color: #0000D0;
    color: #FFFFFF;
    white-space: nowrap;
}

.f10 {
  font-size:10px;
  font-weight:normal;
  color: #B00070;
}

