body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	background-color: Silver;
}

A{
	color: #1E90FF;
	font-weight: bold;
	text-decoration: none;
}
A:hover
{
  color: #FFD700;
  text-decoration: underline;
}

.MainBkg {
	background-color: #F5EEE8;
}
.MainContent {
	width: 95%;
	height: 95%;
	vertical-align: top;
	text-align: left;
	margin-left: 5px;
	margin-right: 15px;
	font-size: 10pt;
}
.LeftCol {
	background-image: url(../img/leftcol_repeater.jpg);
	background-position: left;
	background-repeat: repeat-y;		
}
.HeaderRepeat{
	background-image: url(../img/header_repeater.gif);
	background-repeat: repeat-x;
	height: 192px;
	width: 50%;
}
.HeaderBkg{
	background-image: url(../img/header_repeater.gif);
	background-repeat: repeat-x;
}
.HeaderLogoUp{
	background-image: url(../img/header_logo.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 94px;
	width: 488px;
}
.HeaderLogoDown{
	background-image: url(../img/header_slogan.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 98px;
	width: 488px;
}
.HeaderLogoRight{
	background-image: url(../img/header_crane.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 192px;
	width: 179px;
}
.LeftCol{
	background-image: url(../img/left_side_repeat.gif);
	background-repeat: repeat-y;

}
.LeftColAl{
	background-image: url(../img/left_side_repeat.gif);
	background-repeat: repeat-y;
	vertical-align: bottom;
	background-position: left bottom;
}
.BoxCornerTopSx{
	background-image: url(../img/box/box_left_corner_top.gif);
	background-position: left;
	background-repeat: no-repeat;
	width: 13px;
	height: 22px;
}
.BoxContent{
	background-color: #EDE3D9;
	color: #A0522D;
	text-align: center;
	margin-left: 5px;
	vertical-align: top;
	width: 100%;
	height: 100px;
}

.BoxTitleNews{
	background-image: url(../img/box/box_title.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.BoxCornerTopDX{
	background-image: url(../img/box/box_rigth_corner_top.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.BoxTopRepeat{
	background-image: url(../img/box/box_top_repeater.gif);
	background-repeat: repeat-x;
}

.BoxVerticalRepeatSx{
	background-image: url(../img/box/box_left_vertical_repeater.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.BoxVerticalRepeatDx{
	background-image: url(../img/box/box_right_vertical_repeater.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.BoxBottomRepeat{
	background-image: url(../img/box/box_bottom_repeater.gif);
	background-repeat: repeat-x;
}

.BoxCornerBottomSx{
	background-image: url(../img/box/box_left_corner_bottom.gif);
	background-position: left;
	background-repeat: no-repeat;
}

.BoxCornerBottomDx{
	background-image: url(../img/box/box_rigth_corner_bottom.gif);
	background-position: right;
	background-repeat: no-repeat;
}

H2 {
	color: #F0AD09;
}
