html,body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #4d4d4d;	
	background:url(body_BG.gif) repeat-x #fbfbfb;
}

.comp_pic {
	position:absolute;
	visibility:hidden;
	width:100px;
	height:100px;
	z-index:1;
	background-color: #999999;
}

a:link{
color:#F15044;

text-decoration:none;
font-weight:bold;
}

a:visited{
color:#F15044;

text-decoration:none;
font-weight:bold;
}

a:hover{
color:#de3b2e;

text-decoration:underline;
font-weight:bold;
}

a:active{
color:#F15044;

text-decoration:none;
font-weight:bold;
}
/*------------------------------------*/
a.linkbar:link{
color:#F15044;
font-size:10px
text-decoration:none;
font-weight:bold;
}

a.linkbar:visited{
color:#F15044;
font-size:10px
text-decoration:none;
font-weight:bold;
}

a.linkbar:hover{
color:#22385c;
font-size:12px
text-decoration:none;
font-weight:bold;
}

a.linkbar:active{
color:#F15044;
font-size:10px
text-decoration:none;
font-weight:bold;
}
.bold{
	font-weight: bolder;
}

.text_xsmall{
	font-size: 10px;
	color: #4d4d4d;
}

.text_small{
	font-size: 12px;
	color: #4d4d4d;
}

.text_medium{
	font-size: 14px;
	color: #4d4d4d;
}

.text_large{
	font-size: 18px;
	color: #4d4d4d;
}

.text01_xsmall{
	font-size: 10px;
	color: #FFFFFF;
}

.text01_small{
	font-size: 12px;
	color: #FFFFFF;
}

.text01_medium{
	font-size: 14px;
	color: #FFFFFF;
}

.text01_large{
	font-size: 18px;
	color: #274054;
}

.text_price_xsmall{
	font-size: 10px;
	color: #de3b2e;
}

.color_red{
	color:#de3b2e;
}
.text_price_small{
	font-size: 12px;
	color: #de3b2e;
}

.text_price_medium{
	font-size: 14px;
	color: #de3b2e;
}

.text_price_large{
	font-size: 18px;
	color: #de3b2e;
}

.cursor_hand{
	cursor: pointer;
}
.bg_repeat_x{
	background-repeat:repeat-x;
}
.bg_repeat_x_b{
	background-repeat:repeat-x;
	background-position:bottom;
}
.bg_repeat_y{
	background-repeat:repeat-y;
}
.bg_repeat_y_r{
	background-repeat:repeat-y;
	background-position:right;
}

.border01{
	border-bottom: 1px solid #8a8a8a;
	padding: 2px;
}

.border01 a{
	font-size: 10px;
}
.border01 a:visited{
	font-size: 10px;
}

.border01 a:hover{
	font-size: 10px;
}
.border01 a:link{
	font-size: 10px;
}

.border02{
	border: 2px solid #686868;
}