body {
  font-family:Arial;
  font-size:14px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  background-image:url(images/top.gif);
  background-repeat:repeat-x;
  background-position:top;
  background-color:#FFFFFF;
  
}

  td {
	  font-size:14px;
	  color:#525252;
	  font-family:Arial;
	  }

.footer{
  font-family:Arial;
  font-size:10px;  
  color:#868686;
   }

.green_color{
color:#819427;
}

.grey_bg{
background-image:url(images/grey_bg.gif);
background-repeat:repeat-x;
background-position:top;
}

.red_header{
color:#c01d11;
font-size:16px;
font-weight:bold;
padding-right:20px;
}

p{
margin-top:0px;
margin-bottom:10px;
}
.inputstyle {
	font-family: Arial;
	font-size: 13px;
	border-top-width: 1px;	
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #808080;
	border-right-color: #cdcdcd;
	border-bottom-color: #cdcdcd;
	border-left-color: #808080;
	height: 14px;
	width:120px;
	}

.button {
	cursor: pointer;
	height:18px;
	width:50px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color:#000000;
	}

.doted{
background-image:url(images/white_pexil.gif);
background-repeat:repeat-y;
background-position:center;
}

.sep{
background-image:url(images/white_sep.gif);
background-repeat:no-repeat;
background-position:center;
}
a:link{
    font-family:Arial;
	text-decoration:none;
	font-size:14px;
	color:#c01d11;
	}
a:visited {
    font-family:Arial;
	text-decoration:none;
	font-size:14px;
	color:#c01d11;
	}
a:hover {
    font-family:Arial;
	font-size:14px;
    text-decoration:underline;
	color:#c01d11;
}
a:active {
	font-family:Arial;
	text-decoration:none;
	font-size:14px;
	color:#c01d11;
	}

a.black:link{
	font-family:Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
	}
a.black:visited {
	font-family:Arial;
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
a.black:hover {
    font-family:Arial;
	font-size:12px;
    color:#000000;
	text-decoration:underline;
}
a.black:active {
	font-family:Arial;
	text-decoration:none;
	color:#000000;
	font-size:12px;
	}
	
a.white:link{
	font-family:Arial;
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
	}
a.white:visited {
	font-family:Arial;
	text-decoration:none;
	font-size:14px;
	color:#FFFFFF;
}
a.white:hover {
    font-family:Arial;
	font-size:14px;
    color:#FFFFFF;
	text-decoration:underline;
}
a.white:active {
	font-family:Arial;
	text-decoration:none;
	color:#FFFFFF;
	font-size:14px;
	}

a.grey:link{
	font-family:Arial;
	text-decoration:none;
	font-size:14px;
	color:#868686;
	}
a.grey:visited {
	font-family:Arial;
	text-decoration:none;
	font-size:14px;
	color:#868686;
}
a.grey:hover {
    font-family:Arial;
	font-size:14px;
    color:#868686;
	text-decoration:underline;
}
a.grey:active {
	font-family:Arial;
	text-decoration:none;
	color:#868686;
	font-size:14px;
	}


.grey_data{
font-family:Arial;
font-size:14px;
color:#525252;
}


.header{
color:#525252;
font-size:14px;
font-weight:bold;
}

.borderclass{
  display: inline;
  border:#aca899 1px solid;
  cursor:hand;
  -moz-opacity:0.6;
  filter:alpha(opacity=60);
  }

.borderclass:hover{
  border:#a12500 1px solid;
  cursor:hand;
  -moz-opacity:1.0;
  filter:alpha(opacity=100);
 }
 
 .menuclass{
  font:Arial;
  font-size:14px;
  color:#525252;
  font-weight:bold;
  background-color:#FFFFFF;
  cursor:hand;
  padding-right:20px;
  border-bottom:dotted 1px #bec2b6;
  }

.menuclass:hover{
  font:Arial;
  font-size:14px;
  font-weight:bold;
  background-color:#e6e6e6;
  color:#c01d11;
  padding-right:20px;
  border-bottom:dotted 1px #bec2b6;
}
.menuclassactive{
  font:Arial;
  font-size:14px;
  font-weight:bold;
  color:#c01d11;
  padding-right:20px;
  border-bottom:dotted 1px #bec2b6;
}

.shadow_left{
background-image:url(images/shadow_left.gif);
background-repeat:no-repeat;
background-position:top right;
}

.shadow_right{
background-image:url(images/shadow_right.gif);
background-repeat:no-repeat;
background-position:top left;
}
.press_sep{
background-image:url(images/pink_pixel.gif);
background-repeat:repeat-x;
background-position:center;
}