.toptile {
	background-repeat: repeat-x;
}
.norepeat {
	background-repeat: no-repeat;
}
div.contentarea {

	background-repeat: no-repeat;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	border-left: 1px solid #99CCFF;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
    font-weight: bold;
	color: #000000;
}
.menurow {

	padding-left: 5px;
}
a:link {
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;

}
a:linkBlack {
	color: #000000;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;

}
a:visited {
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;

}
a:hover {
	color: #FFCCCC;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #3366FF;
	text-decoration: none;

}
a:active {
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	text-decoration: none;

}
.login {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	border: 1px solid E9DCDC;
}
.class2 a:link {color= #000000;}
.class2 a:visited {color= #000000;}
.class2 a:active {text-decoration: underline}
.class2 a:hover {text-decoration: underline; color: darkred;}

a.linkclass {text-decoration:underline;color: #000000;}
a:visited.linkclass {text-decoration:underline;color: #000000;}
a:active.linkclass {text-decoration:underline; color: #000000;}
a:hover.linkclass {text-decoration:underline; color: darkred;}
a.linkclass_orig {text-decoration:none; font-family: Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 14px;}
.bottomtext {text-decoration:none; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px; font-weight: plain;}


h2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
    font-weight: bold;
	color: #000000;
}

h3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: bold;
	color: #000000;
}

TD.TableListRow1 {
  background-color: #DDDDDD;
}

TD.TableListRow2 {
  background-color: #EEEEEE;
}

.error1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: red;
}

error2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
}

.green1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: green;
}

.green2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: green;
}

.green2-fade-out {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: green;
  animation: fadeOutAnimation ease 5s;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}

@keyframes fadeOutAnimation
{
   0%
   { 
   opacity: 1;
   }

   100% 
   {
   opacity: 0;
   }
}

@keyframes fadeInAnimation
{
   0%
   { 
   opacity: 0;
   }

   100% 
   {
   opacity: 1;
   }
}
