body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.topmenu{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.topmenu:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.topmenu:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.topmenu:active{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.footer{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer:visited{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
}
.footer:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #e25053;
	text-decoration: none;
}
.footer:active{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.bodytext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #363636;
	text-decoration: none;
	line-height: 12pt
}



.yellowtext{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ff9900;
	text-decoration: none;
	line-height: 12pt;
}
.yellowboldtext{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	text-decoration: none;
	line-height: 12pt;
}
.smallblack{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.smallblack:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}


.smallgrey{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #a6a6a6;
	text-decoration: none;
}
.smallgrey:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}
.smallwhite{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.smallwhite:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #FFCC00;
	text-decoration: none;
}




.input1 {
  border-bottom : 1px solid black;
  color: #000000;
  border-left : 1px solid #666666;
  border-right :1px solid #666666;
  border-top : 1px solid #666666;	
  font-family : Arial;
  font-size : 12px;
  background-color : #F1F2D9;

}
.combo {
	background-color : #ffffff;
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	border-bottom : 1px solid #39424B;
	border-left : 1px solid #718492;
	border-right : 1px solid #39424B;
	border-top : 1px solid #718492;
}

.chkbox
{
  background-color:#254F99;
  color:#000000;
  font-size:10px;
  border-bottom : 1px solid #254F99;
  border-left : 1px solid #254F99;
  border-right :1px solid #254F99;
  border-top : 1px solid #254F99;
}

.borderline{
border: 1px solid #666666;
}
.tleftgrey
{
	width:6px;
	height:6px;
	background-image:url(../images/tlcorner.jpg);
	background-repeat:no-repeat;
}
.topgrey
{
	background-image:url(../images/bottomgrey.jpg);
	background-repeat:repeat-x;
}
.trightgrey
{
width:6px;
height:6px;
	background-image:url(../images/trcorner.jpg);
	background-repeat:no-repeat;
}
.leftgrey
{
	background-image:url(../images/leftgrey.jpg);
	background-repeat:repeat-y;
}
.rightgrey
{
	background-image:url(../images/rightgrey.jpg);
	background-repeat:repeat-y;
}
.bleftgrey
{
	width:6px;
	height:6px;
	background-image:url(../images/blcorner.jpg);
	background-repeat:no-repeat;
}
.bottomgrey
{
	background-image:url(../images/botgrey.jpg);
	background-repeat:repeat-x;
}
.brightgrey
{
	width:6px;
	height:6px;
	background-image:url(../images/brcorner.jpg);
	background-repeat:no-repeat;
}
.button {

	background-color :#404040 ;

	border-bottom : 2px solid #FFBE7D;

	border-left : 2px solid #FFBE7D;

	border-right : 2px solid #FFBE7D;

	border-top : 2px solid #FFBE7D;

	color : #FFFFFF;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size : 11px;

	font-weight:bold;

}