@charset "utf-8";
/* CSS Document */


.box_top_corner_right 
{
	background-image: url(../images/images/box_shadow_03.jpg);
	height: 8px;
	width: 8px;
	background-repeat:no-repeat;
	background-position:bottom left;
}


.box_top_corner_left
{
	background-image: url(../images/images/box_shadow_01.jpg);
	height: 8px;
	width: 8px;
	background-repeat:no-repeat;
	background-position:bottom right;
}

.box_bottom_corner_left
{
	background-image: url(../images/images/box_shadow_07.jpg);
	height: 8px;
	width: 8px;
	background-repeat:no-repeat;
	background-position:right top;
}


.box_bottom_corner_right
{
	background-image: url(../images/images/box_shadow_09.jpg);
	height: 8px;
	width: 8px;
	background-repeat:no-repeat;
}

.box_top
{
	background-image: url(../images/images/box_shadow_02.jpg);
	height: 8px;
	background-repeat:repeat-x;
	background-position:bottom;
}

.box_bottom
{
	background-image: url(../images/images/box_shadow_08.jpg);
	height: 8px;
	background-repeat:repeat-x;
}

.box_right
{
	background-image: url(../images/images/box_shadow_06.jpg);
	height: 8px;
	background-repeat:repeat-y;
	background-position:right;
	background-position:left;
}

.box_left
{
	background-image: url(../images/images/box_shadow_04.jpg);
	height: 8px;
	background-repeat:repeat-y;
	background-position: right;
}

.font_small_dark {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}


.small_font {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#3366FF;
	text-decoration:none;
}

.big_font {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333333;
font-weight: 800;
}

.big_font_light {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	font-weight: 800;
}

.big_font_blue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0066FF;
	font-weight: 800;
}

.big_font_red {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#993300;
	font-weight: 800;
}

.small_link:link 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration: none;
	line-height: 14px;

}
.small_link:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration: none;
	line-height: 14px;

}
.small_link:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3366FF;
	text-decoration: underline;
	line-height: 14px;
	
}
.small_link:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3366FF;
	text-decoration: underline;
	line-height: 14px;
	
}

.arrow {background-image:url(../images/arrow.gif);
background-repeat:no-repeat;
background-position:right;
}

.arrow_2 {background-image:url(../images/arrow_2.gif);
background-repeat:no-repeat;
background-position:right;
}

.arrow_down {
	background-image:url(../images/arrow_down.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-top: 15px;
}

.arrow1bg {
	background-image:url(../images/arrow1.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.arrow2bg {
	background-image:url(../images/arrow2.gif);
	background-repeat:no-repeat;
	background-position:right;
}

.arrow3bg {
	background-image:url(../images/arrow3.gif);
	background-repeat:no-repeat;
	background-position:right;
}

