
BODY, TD, TH, SELECT, TEXTAREA, INPUT {
	font-family: Tahoma;
	font-size: 11px;
	color: #8E979D;
}
img {
	border: 0px;
}
H1 {
	font-size: 14px;
	color: #466789;
}

H2 {
	font-size: 12px;
	color: #466789;
}

.frm_txt {
	border: 1px solid #B2B2B2;
}

A {
	color: #ED037C;
}

A:hover {
	color: #5594B4;
}

.menu_top A {
	color: #7592A9;
	border-right: 1px solid #F2F2F2;
	padding: 10px;
}

.menu_top {
	border-bottom: 1px solid #F2F2F2;
	padding-left: 27px;
	padding-bottom: 8px;
	margin-right: 100px;
}

.menu_top A.cur {
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	color: #8E979D;
}

SPAN.menu_top_cur {
	font-weight: bold;
	font-size: 9px;
	text-decoration: none;
	color: #8E979D;
	padding: 10px;
}

.menu_bottom A {
	color: #7592A9;
	padding: 0px 14px;
	border-left: 1px solid #D7DEE2;
}

.menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.menu LI {
	border-left: 3px solid #ED037C;
}

.menu A {
	display: block;
	color: white;
	text-decoration: none;
	margin-left: 8px;
	height: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #8AA5BD;
	background-image: url('../images/bullet_menu_off.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 8px;
	padding-right: 4px;
	text-transform: uppercase;
	text-align: right;
}

.menu LI.cur A {
	background-image: url('../images/bullet_menu_on.gif');
}

.menu A:hover  {
	color: #DAE3EA;
}

.menu #m1 {
	background-image: url('../images/bg_btn_1.gif');
}

.menu #m2 {
	background-image: url('../images/bg_btn_2.gif');
}

.menu #m3 {
	background-image: url('../images/bg_btn_3.gif');
}

.menu #m4 {
	background-image: url('../images/bg_btn_4.gif');
}

.menu #m5 {
	background-image: url('../images/bg_btn_5.gif');
}

.menu #m5 A {
	/*border-bottom: none;*/
}

.menu #m6 {
	background:#4E7193;
}
.menu #m7 {
	background:#4E7193;
}
.menu #m8 {
	background:#4E7193;
}
.menu #m9 {
	background:#4E7193;
}
.menu #m10 {
	background:#4E7193;
}

.menu LI UL {
	padding: 0px;
	margin: 0px;
	margin-left: -3px;
	list-style-type: none;
	background-image: url('../images/bg_submenu.gif');
}

.menu LI UL A, .menu LI.cur UL A {
	color: #7592A9;
	display: block;
	text-align: right;
	margin-right: 25px;
	margin-left: 0px;
	background-image: url('../images/bg_dotline_menu.gif');
	border-bottom: none;
	background-repeat: repeat-x;
	background-position: 0px 26px;
	font-size:10px;
	text-transform: none;
}

.menu LI.cur UL LI.cur A {
	font-weight: bold;
}

.menu LI UL A:hover {
	color: #ED037C;
}

.menu LI UL LI {
	border-left: 0px;
	background-image: url('../images/bullet_submenu.gif');
	background-repeat: no-repeat;
	background-position: 155px 10px;
}

.delim {
	height: 5px;
	background-image: url('../images/bg_dotline_content.gif');
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
}

.content UL {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.content UL LI {
	padding-left: 15px;
	background-image: url('../images/bullet_content.gif');
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

.dec {
	text-align: right;
	position: relative;
	left: 18px;
}
table.pricetable {
	width: 100%
	border: 0px;
}
table.pricetable td {
	border-bottom: 1px dotted #D9D9D9;
}
table.pricetable tr.head {
	background: #E9E9E9;
}
table.pricetable tr.head td {
	border-bottom: 1px solid #D9D9D9;
}
table.pricetable tr.headtop {
	background: #E9E9E9;
}
table.pricetable tr.headtop td {
	border-bottom: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	text-align: center;
}