body {
	background: #ffffff url(/images/bg2.jpg);
	background-attachment: fixed; background-repeat: no-repeat;
	margin-top: 1px;
	margin-bottom:15px;
}

/*
.top_left {
height:9px;
width:9px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/top_left.png', sizing='scale');
background-position: top right;
}
*/

.top_left {
background:url('/images/top_left.png');
background-repeat:no-repeat;
background-position: top right;
height:9px;
width:9px;
}

.top_right {
background:url('/images/top_right.png');
background-repeat:no-repeat;
background-position: top right;
height:9px;
width:9px;
}

.bottom_left {
background:url('/images/bottom_left.png');
background-repeat:no-repeat;
background-position: bottom left;
height:9px;
width:9px;
}

.bottom_right {
background:url('/images/bottom_right.png');
background-repeat:no-repeat;
background-position: bottom right;
height:9px;
width:9px;
}

/* nav bar */


.top_left_n {
background:url('/images/top_left_n.png');
background-repeat:no-repeat;
background-position: top left;
height:8px;
width:8px;
}

.top_right_n {
background:url('/images/top_right_n.png');
background-repeat:no-repeat;
background-position: top right;
height:8px;
width:8px;
}

.bottom_left_n {
background:url('/images/bottom_left_n.png');
background-repeat:no-repeat;
height:8px;
width:8px;
}

.bottom_right_n {
background:url('/images/bottom_right_n.png');
background-repeat:no-repeat;
background-position: bottom right;
height:8px;
width:8px;
}

.border_n {
border-right: #d6d6d6 1px solid;
padding-right:2px;
}

.left_pad {
padding-left:10px;
}

/* grey box */

.top_left_gr {
background:url('/images/top_left_gr.png');
background-repeat:no-repeat;
background-position: top left;
height:8px;
width:8px;
}

.top_right_gr {
background:url('/images/top_right_gr.png');
background-repeat:no-repeat;
background-position: top right;
height:8px;
width:8px;
}

.bottom_left_gr {
background:url('/images/bottom_left_gr.png');
background-repeat:no-repeat;
height:8px;
width:8px;
}

.bottom_right_gr {
background:url('/images/bottom_right_gr.png');
background-repeat:no-repeat;
background-position: bottom right;
height:8px;
width:8px;
}

.table_bg_g  {
background-color: #efefef;
}

/* table backgrounds */

.table_bg_content {
background-color: #ffffff;
padding:10px;
}

.table_content_g {
background-color: #efefef;
padding:5px;
}

.table_spacing_grey {
background:url('/images/bg.png');
background-repeat: repeat;
padding-top:8px; 
}

.table_bg_w  {
background-color: #ffffff;
}

.table_bg_n  {
background-color: #525252;
}

.table_spacing_lr {
background:url('/images/bg.png');
background-repeat: repeat;
padding-left:8px; 
padding-right:8px;
}

.table_spacing_lrb {
background:url('/images/bg.png');
background-repeat: repeat;
padding-left:8px; 
padding-right:8px;
padding-bottom:8px;
}

.table_spacing {
background:url('/images/bg.png');
background-repeat: repeat;
padding:8px; 
}

.bg_top {
background:url('/images/bg_top.png');
background-repeat:no-repeat;
background-position: top left;
}

.bg_btm {
background:url('/images/bg_btm.png');
background-repeat:no-repeat;
background-position: top left;
height: 20px;
}

.foot {
background:url('/images/bg.png');
background-repeat: repeat;
padding:10px; 
}

.copy {
font-size: 10px;
color: #333333;
font-weight: bold;
padding-top: 15px;
text-align:center;
}