/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
    background-color:#FFFFFF;
    color:#000000;
}
img {
	border:none;
}
a { 
	color:#000000;
	text-decoration:none; 
}
a:hover {
	text-decoration:underline;
}
select, textarea, input {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    background-color:#FFFFFF;
}
p {
	margin:3px 0px 3px 0px;
	padding:3px 0px 3px 0px;
}


#content #middle h1 {
	padding:0px 5px 3px 0px;
	margin:0px 5px 10px 0px;
	border-bottom:#fccec1 1px solid;
	color:#f43c07;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}



.table {
	height:auto;
}
.table .top .left, .table .top .right, .table .bottom .left, .table .bottom .right {
	width:8px;
	height:8px;
	font-size:1px;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
}

.table .top .left {
	float:left;
	background:url(/images/newsite/table_top_left.jpg);
}
.table .top .right {
	float:right;
	background:url(/images/newsite/table_top_right.jpg);
	position:relative;
	left:2px;
}
.table .bottom .left {
	float:left;
	background:url(/images/newsite/table_bottom_left.jpg);
}
.table .bottom .right {
	float: right;
	background:url(/images/newsite/table_bottom_right.jpg);
	position:relative;
	left:2px;
}
.table .top {
	height:8px;
	background:url(/images/newsite/table_top.gif);
	background-repeat:repeat-x;
}
.table .bottom {
	height:8px;
	background:url(/images/newsite/table_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.table .content {
	width:100%;
	text-align:center;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#CCC;
	overflow:hidden;
	margin:0;
}
.table .content h1 { 
	padding:0px 5px 3px 5px;
	margin:0px 5px 10px 5px;
	border-bottom:#fccec1 1px solid;
	color:#f43c07;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.box {
	height:auto;
}
.box .top .left, .box .top .right, .box .bottom .left, .box .bottom .right {
	width:5px;
	height:5px;
	font-size:1px;
	padding:0px;
	margin:0px;
	background-repeat: no-repeat;
}
.box .top .left {
	float:left;
	background:url(/images/newsite/box_top_left.jpg);
}
.box .top .right {
	float:right;
	background:url(/images/newsite/box_top_right.jpg);
	position:relative;
	left:2px;
}
.box .bottom .left {
	float:left;
	background:url(/images/newsite/box_bottom_left.jpg);
}
.box .bottom .right {
	float: right;
	background:url(/images/newsite/box_bottom_right.jpg);
	position:relative;
	left:2px;
}
.box .top {
	height:5px;
	background:url(/images/newsite/box_top.gif);
	background-repeat:repeat-x;
}
.box .bottom {
	height:5px;
	background:url(/images/newsite/box_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.box .content {
	width:100%;
	height:auto;
	text-align:left;
	border:solid;
	border-width:0px 1px 0px 1px;
	border-color:#e5e5e5;
	background:#faf7f7;
}
.box .content h1 {
	padding:0px 5px 3px 5px;
	margin:3px 5px 10px 5px;
	border-bottom:#e6e6e6 1px solid;
	color:#333333;
	font-size:14px;
	font-weight:bold;
	text-align:left;
}
.box .content h1.orange {
	border-bottom:#fccec1 1px solid;
	color:#f43c07;
}
.box .content p {
	padding:0 7px 0 7px;
}

.button {
	float:none;
	cursor:pointer;
	height:19px;
	margin-bottom:2px;
}
.button .left {
	float:left;
	width:20px;
	height:19px;
	background-repeat:no-repeat;
}
.button .middle {
	float:left;
	height:19px;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #FFFFFF;
	padding: 2px 5px 0px 5px; 
	margin:0;
}
.button .right {
	float:left;
	width:2px;
	height:19px;
	background-repeat:no-repeat;
}

.button .blue .left { background-image:url(/images/newsite/button/button_blue_left.gif) }
.button .orange .left { background-image:url(/images/newsite/button/button_orange_left.gif) }
.button .green .left { background-image:url(/images/newsite/button/button_green_left.gif) }
.button .red .left { background-image:url(/images/newsite/button/button_red_left.gif) }

.button .blue .middle { background-image:url(/images/newsite/button/button_blue_middle.gif) }
.button .orange .middle { background-image:url(/images/newsite/button/button_orange_middle.gif) }
.button .green .middle { background-image:url(/images/newsite/button/button_green_middle.gif) }
.button .red .middle { background-image:url(/images/newsite/button/button_red_middle.gif) }

.button .blue .right { background-image:url(/images/newsite/button/button_blue_right.gif) }
.button .orange .right { background-image:url(/images/newsite/button/button_orange_right.gif) }
.button .green .right { background-image:url(/images/newsite/button/button_green_right.gif) }
.button .red .right { background-image:url(/images/newsite/button/button_red_right.gif) }


.button_big {
	cursor:pointer;
	height:27px;
}
.button_big .left {
	float:left;
	width:28px;
	height:27px;
	background-repeat:no-repeat;
}
.button_big .middle {
	float:left;
	height:27px;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #FFFFFF;
	padding: 4px 10px 0px 7px; 
	margin:0;
}
.middle a{
	color:#fff;
}
.middle a:hover{
	color:#fff;
	text-decoration:none;
}
.button_big .right {
	float:left;
	width:2px;
	height:27px;
	background-repeat:no-repeat;
}

.button_big .blue .left { background-image:url(/images/newsite/button/button_big_blue_left.gif) }
.button_big .orange .left { background-image:url(/images/newsite/button/button_big_orange_left.gif) }
.button_big .green .left { background-image:url(/images/newsite/button/button_big_green_left.gif) }
.button_big .red .left { background-image:url(/images/newsite/button/button_big_red_left.gif) }
.button_big .pink .left { background-image:url(/images/newsite/button/button_big_pink_left.gif) }

.button_big .blue .middle { background-image:url(/images/newsite/button/button_big_blue_middle.gif) }
.button_big .orange .middle { background-image:url(/images/newsite/button/button_big_orange_middle.gif) }
.button_big .green .middle { background-image:url(/images/newsite/button/button_big_green_middle.gif) }
.button_big .red .middle { background-image:url(/images/newsite/button/button_big_red_middle.gif) }
.button_big .pink .middle { background-image:url(/images/newsite/button/button_big_pink_middle.gif) }

.button_big .blue .right { background-image:url(/images/newsite/button/button_big_blue_right.gif) }
.button_big .orange .right { background-image:url(/images/newsite/button/button_big_orange_right.gif) }
.button_big .green .right { background-image:url(/images/newsite/button/button_big_green_right.gif) }
.button_big .red .right { background-image:url(/images/newsite/button/button_big_red_right.gif) }
.button_big .pink .right { background-image:url(/images/newsite/button/button_big_pink_right.gif) }


