td.corner {
	height: 14px;
	width: 14px;
}
td.tab_side_space{
	width: 14px;
}
td.top {
	background-image: url(images/options_h_line.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td.left {
	background-image: url(images/options_v_line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td.right {
	background-image: url(images/options_v_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.bottom {
	background-image: url(images/options_h_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
td.tl{
	vertical-align:top;
	text-align:left;
	background-image: url(images/options_v_line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td.tr{
	vertical-align:top;
	text-align:right;
	background-image: url(images/options_v_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.bl{
	vertical-align:bottom;
	text-align:left;
	background-image: url(images/options_v_line.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td.br{
	vertical-align:bottom;
	text-align:right;
	background-image: url(images/options_v_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.tab{
	text-align:center;
	vertical-align:middle;
}
td.sel{
	background-image:url(images/options_tab.gif);
	background-position:top left;
}
img.tab_image{
	margin-left:10px;
	margin-right:10px;
	width:50px;
	height:50px;
}
.tab_top{
	padding-bottom:10px;
	text-align:center;
	vertical-align:middle;
}
td.blue_top {
	background-image: url(images/blue_re.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td.blue_left {
	background-image: url(images/blue_re.gif);
	background-repeat: repeat-y;
	background-position: left;
}
td.blue_right {
	background-image: url(images/blue_re.gif);
	background-repeat: repeat-y;
	background-position: right;
}
td.blue_bottom {
	background-image: url(images/blue_re.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.blue_tab {
	text-align: center;
	float:left;
	width: 72px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 2px;
	background-repeat:no-repeat;
}
td.optionContent p{
	margin-left:120px;
}
td.subOptionContent p{
	margin-left:25px;
}
h1{
	color:#FF9900;
	margin:0px;
	margin-bottom: 5px;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size:24px;
}
h2{
	color:#3300FF;
	margin: 0px 0px 10px 15px;
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	font-weight:normal;
	font-size: 24px;
}
