/* CSS Document */
/*menu*/
.menu_item{
	cursor:hand;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
}
.menu_item_over{
	cursor:hand;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#434343;
	background-color:#FFFFFF;
}
.bottom{
	padding:10px;
	background-color:#f9f9f9;
	color:#bfbfbf;
	font-family:Verdana;
	font-weight:bold;
	font-size:10px;
}
.section_header{
	text-align:left;
	padding-left:5px;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	background-color:#366ea2;
	font-weight:bold;
}
.section_body{
	text-align:left;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#363636;
}
.section_lnk{
	text-align:left;
	vertical-align:top;
	font-family:Verdana;
	font-size:10px;
	color:#366ea2;
	text-decoration:none;
}
.section_lnk:Hover{
	text-align:left;
	vertical-align:top;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
}
.section_bottom{
	cursor:hand;
	text-align:right;
	padding-right:10px;
	font-family:Verdana;
	font-weight:bold;
	font-size:9px;
	color:#b1b1b1;
	text-decoration: none;
}
.section_bottom_over{
	cursor:hand;
	background-color:#b1b1b1;
	text-align:right;
	padding-right:10px;
	font-family:Verdana;
	font-weight:bold;
	font-size:9px;
	color:#ffffff;
}
.products_item{
	cursor:hand;
	font-family:Verdana;
	text-align:left;
	color:#333333;
	background-color:#f1f1f1;
	font-size:10px;
	font-weight:bold;
}
.products_item_over{
	cursor:hand;
	font-family:Verdana;
	text-align:left;
	color:#366ea2;
	background-color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
}
.style1 {
	color:#333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.style1 a:link {
	color:#0066CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.style1 a:visited {
	color:#0066CC;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.style1 a:hover {
	color:#FF6600;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.style2 {
	color:#333333;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.style2 a:link {
	color:#0066CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.style2 a:visited {
	color:#0066CC;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.style2 a:hover {
	color:#FF6600;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color:#0066CC;
	text-decoration: none;
}

a:visited {
	color:#0066CC;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	text-decoration: none;
}

.section_body a:link, .section_body a:visited
{
	text-align:left;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#363636;
}

.section_body a:hover
{
	text-align:left;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#366ea2;
}

.section_header a:link, .section_header a:visited
{
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	color:#FFFFFF;
	background-color:#366ea2;
	font-weight:bold;
}

.section_header a:hover
{
	text-align:left;
	font-family:Verdana;
	font-size:10px;
	color:#000000;
	background-color:#366ea2;
	font-weight:bold;
}
