@charset "UTF-8";
/* CSS Document */
a:link {
	text-decoration: none;
	font-family: arial;
	font-size: 14px;
	color: #BF2E1B;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: arial;
	font-weight: bold;
}
h1 {
	font-size: 21px;
	color: #BF2E1B;
}
h2 {
	font-size: 68px;
	color: #000000;
}
h3 {
	font-size: 38px;
	color: #000000;
}
h4 {
	font-size: 40px;
	color: #BF2E1B;
}
h5 {
	font-size: 25px;
	color: #BBBCBE;
}
body {
	background-image: url(images/RE_bg.gif);
	background-repeat: repeat-x;
}
#navbar {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	background-color: #BBBCBE;
	background-image: url(images/navBar_bG.gif);
	background-repeat: repeat-y;
	letter-spacing: normal;
	text-align: center;
	vertical-align: middle;
	word-spacing: 5px;
	margin-right: 10px;
	background-position: center center;
}
#navbar a:link, #navbar a:visited {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	background-color: #BBBCBE;
	background-image: url(images/navBar_bG.gif);
	background-repeat: repeat-y;
	background-position: center center;
	text-align: center;
	vertical-align: middle;
	word-spacing: 5px;
}
#navbar a:hover, #navbar a:active {
	font-family: arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #BF2E1B;
	background-position: center center;
	text-decoration: none;
}
.title {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #BF2E1B;
}
.body {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
.bodyRequired {
	font-family: arial;
	font-size: 12px;
	color: #cc0000;
	font-weight: normal;
}
.bodyBold {
	font-family: arial;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
}
#footer {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#footer a:link, #footer a:visited {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #BF2E1B;
	padding: 3px;
	height: 30px;
}
#footer a:hover, #footer a:active {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BF2E1B;
	background-position: center center;
	font-weight: normal;
	padding: 3px;
	height: 30px;
}
.style1 {
	color: #000000
}
.bullets {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	list-style-position: outside;
	list-style-type: circle;
}
#products {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
#products a:link, #products a:visited {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
#products a:hover, #products a:active {
	font-family: arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #BF2E1B;
	text-decoration: none;
}
#mainTable {
	background-color: #e6e6e6;
	border: 1px solid #BBBCBE;
}
#subMenu {
	background-color: #D5D6D7;
	border: 1px solid #BBBCBE;
}
#prodTable {
	background-color: #FFFFFF;
	padding: 3px;
}
.style2 {
	font-size: 12px;
	font-style: italic;
}
#contactOut {
	background-color: #F2F2F2;
	border: thin solid #999999;
}
