body,td,th,input,select,textarea {  
	font-family: Times New Roman, Times, serif;
	font-size: 90%;
	line-height: 130%;
	}
.small {
	font-size: 80%;
	}
a {
	color: #1f89d3;
	}
p,ul,ol { 
	display: block; 
	margin-top: .7em;
	margin-bottom: .7em;
	}
ul li {
	list-style-image: url(/pic/li.gif);
	list-style-position: outside;
	}

input,textarea,select {
	border: #666 1px solid;
	font-size: 1em;
	padding-left: 2px;
	}
.grey {
	color: #666;
	}
.msg {
	color: red;
	}
table.formatted td {
	border-bottom: #bababa 1px solid;
	border-right: #bababa 1px solid;
	}
table.formatted1 {
	border-collapse: collapse;
	}
table.formatted1 td {
	border: #bababa 1px solid;
	padding: 2px;
	}

table.formatted td.right {
	border-right: 0;
	}
table.formatted td table td {
	border: 0;
	}
div.hmenu {
	padding-top: 14px;
	margin-right: 20px;
	}
div.active {
	padding-top: 9px;
	border-top: #FDFA00 5px solid;
	margin-right: 20px;
	}
.col {
	background: url(/pic/cut.gif) no-repeat left top;
	padding-top: 15px;
	padding-bottom: 20px;
	padding-left: 20px; 
	padding-right: 20px;
	}
 .shadow1, .shadow2, .shadow3 {
display: inline-table;
/* \*/display: block/**/
}
.shadow1 {
clear: both;
background: url(/pic/shadow.gif) right bottom no-repeat
}

.shadow2 {
background: url(/pic/shadow_bl.gif) left bottom no-repeat
}
.shadow3 {
padding: 0 7px 0px 0;
background: url(/pic/shadow_tr.gif) right top no-repeat
}
.shadow3 img {
	margin-bottom: 5px;
	}

div.price table {
	margin: 10px 0px 10px 0px;
	width: 100%;
	border-collapse: collapse;
	}
div.price table td, div.price table th, div.price p {
	font-weight: normal;
	}
div.price table td {
	border: #666 1px solid;
	padding: 2px;
	}
div.price table td.second {
	text-align: center;
	width: 80px;
	}

div.rmap p {
	display: block;
	float: none;
	clear: both;
	margin-top: 3em;
	}
ul.roadmap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	margin-bottom: 10px;
	float: none;
	clear: both;
	}
ul.roadmap li {
	list-style: none;
	display: inline;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	}
ul.roadmap li.r {
	width: 64px;
	background: url(/pic/arrow.gif) no-repeat left;
	font-size: 11px;
	padding-left: 7px;
	}



.mtDropdownMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	font-family: Times New Roman, Times, serif;
	font-size: 1em;
	}
.mtDropdownMenu img { margin-top: 0px;}

/* main container for the menu */
.mtDropdownMenu .content { position: absolute; }

/* table comprises all menu items. each TR is one item */
.mtDropdownMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	border: 1px solid #999;
	z-index: 2;
	}

.mtDropdownMenu.top .items {
	margin-top: 1px;
	border-top: 1px solid #999;
	}

/* each TR.item is one menu item */
.mtDropdownMenu .item {
    color: #1f89d3;
        text-decoration: none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border: none;
	cursor: pointer;
	cursor: hand
	}

/* mouse hover. */
.mtDropdownMenu .itemHover {
 	background: #f4f4f4;
	color: #1f89d3;
	cursor: pointer;
	cursor: hand	
	}

/* semi-transparent white background of each menu. */
.mtDropdownMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	}

/* sliver of shadow on the right of the menu */
.mtDropdownMenu .shadowRight {
	position: absolute;
	z-index: 3;
	top: 3px;
	width: 2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* sliver of shadow on the bottom of the menu. */
.mtDropdownMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* dingbat that indicates there is a submenu */
.mtDropdownMenu .item img {
	margin-left: 10px;
	}
