body {
	padding: 0px;
	margin: 0px;
	background-color: #d5d5d5;
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
}
body, td {
	font-family	: arial, "arial ce";
	font-size	: 12px;
	color		: #404040;
}

a, a:link, a:active, a:visited {
	color: #220000;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:none;
}

.TopMenuButtonBG {
	height: 33px;
	text-align: center;
	background-image: url(/img/ButtonOff.png);
}
.TopMenuButton, a.TopMenuButton, a:link.TopMenuButton, a:active.TopMenuButton, a:visited.TopMenuButton, a:hover.TopMenuButton {
	width: 97px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
.ContentTitle {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	height: 35px;
}
a.ContentTitle:hover {
	text-decoration: underline;
}
.ContentDate {
	font-size: 11px;
	height: 18px;
}
.ContentText {
	font-size: 12px;
	text-align: justify;
}
.FooterText, a.FooterText, a:link.FooterText, a:active.FooterText, a:visited.FooterText {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.FooterText {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	font-size:19px;
	font-weight:bold;
	padding-top: 0px;
	margin-top: 0px;
}
h2 {
	font-size:14px;
	font-weight:bold;
	text-align: justify;
}
p {
	font-size:12px;
	font-weight:normal;
	text-align: justify;
}

table.table {
	padding:0px;
	margin:0px;
}
table.table thead {
	margin:0px;
	padding:0px;
	background:#999;
	font-weight:bold;
	color:black;
}
table.table thead td {
	padding:5px;
	border:1px solid #777;
}
table.table tr {
	margin:0px;
	padding:0px;
	background:#eee;
}
table.table tr td {
	padding:2px;
	border:1px solid #ddd;
}


div.MenuStep1 {
	margin: 5 5 20 0;
	padding: 0 2 0 2;
}
a.MenuStep1, a.MenuStep1:link, a.MenuStep1:active, a.MenuStep1:visited {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
a.MenuStep1:hover {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}

div.MenuStep2 {
margin:0 5 0 0;
display: block;
padding:5px 2px 5px 11px;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
	vertical-align: middle;
	overflow:hidden;
}
a.MenuStep2, a.MenuStep2:link, a.MenuStep2:active, a.MenuStep2:visited {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a.MenuStep2:hover {
	text-decoration: underline;
	color: #000000;
}
div.MenuStep2Active {
	margin:0 5 0 0;
	display: block;
padding:5px 2px 5px 11px;
	border-bottom: 1px solid #000000;
	background-color: #000000;
	vertical-align: middle;
	overflow:hidden;
}
a.MenuStep2Active, a.MenuStep2Active:link, a.MenuStep2Active:active, a.MenuStep2Active:visited {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
}
a.MenuStep2Active:hover {
	text-decoration: underline;
	color: #ffffff;
}

div.MenuStep3 {
display: block;
padding: 6px 5px 6px 0.5em;	
	background-image: url(/img/BodyMenuLastButOne_off.png);
background-position:bottom center;
	overflow:hidden;
}
div.MenuStep3Last {
	display: block;
padding: 6px 5px 6px 0.5em;	
	background-image: url(/img/BodyMenuLast_off.png);
background-position:bottom center;

	overflow:hidden;
}
a.MenuStep3, a.MenuStep3:link, a.MenuStep3:active, a.MenuStep3:visited {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
a.MenuStep3:hover {
	text-decoration: underline;
	color: #000000;
}

.ProductHeadMenu {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}
	
table.DTech {
	background: #666666;
}
td.DTechKey1, td.DTechKey2, td.DTechKey3 {
	background-color: #f3f3f3;
	font-size: 10px;
	color: #000000;
}
td.DTechValue {
	background-color: #ffffff;
	font-size: 10px;
	color: #000000;
}

a.button {
	padding:4px 15px 4px 15px;
	background:#999;
	border:1px solid black;
	color:white;
	text-decoration:none;
}
a.button:hover {
	background:#444;
}

.red {
	color:#c00000;
}

.error-box {
	border:1px solid #c55;
}
.error-box .error-title {
	background:#c33;
	color:white;
	text-decoration:bold;
	padding:2px 10px 2px 10px;
}
.error-box .error-msg ul {
	margin:0px;
	padding:0px;
	list-style:square;
}
.error-box .error-msg li {
	margin:2px 10px 2px 20px;
	padding:0px;
}


#banerfront{
margin: 0 auto 0 auto;
width: auto;
height:130px;

}
