/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #dcdcd4 url(../images/bg_body.gif);
	font-size:14px;
}

img {
	border: none;
}

.menu_tbl {
	background: #dcdcd4 url(../images/bg_head.gif);
}

.header_image {
	padding-top: 15px;
}

.list_marker {
	list-style-image: url(../images/marker.gif);
}

a:link, a:active, a:visited, a:hover {
	color: #0000FF; text-decoration: underline;
}

a.redlink:link, a.redlink:active, a.redlink:visited {
	color: #d20505; text-decoration: none;
}
a.redlink:hover {
	color: #d20505; text-decoration: underline;
}

a.linkProduct:link, a.linkProduct:active, a.linkProduct:visited {
	color: #d20505; text-decoration: none; font-weight: bold;
}
a.linkProduct:hover {
	color: #d20505; text-decoration: underline; font-weight: bold;
}

a.site_map_link:link, a.site_map_link:active, a.site_map_link:visited, a.site_map_link:hover {
	color: #ffffff; text-decoration: none;
}

a.SimpleLink:link, a.SimpleLink:active, a.SimpleLink:visited {
	color: #000000; text-decoration: none;
}
a.SimpleLink:hover {
	color: #000000; text-decoration: underline;
}

.padding_top10 {
	padding-top: 10px;
}

.feature_item {
	color: #4c4c4c;
	font-weight: bold;
}

.tabelNoBorder {
	width: 100%;
	border-right: #ebe8db 1px solid;
	border-top: #ebe8db 1px solid;
	border-left: #ebe8db 1px solid; 
	border-bottom: #ebe8db 1px solid;
	background-color: #dfdfdf;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error {
	color: #CC0000;
  padding-left: 106px;
	padding-bottom: 10px;
}

strong {
	font-weight: normal;
}

.smallText2{
  font-size: 11px;
	padding-top: 5px;
	padding-bottom: 5px;
  vertical-align: top;
}          