div,td,th,p,font,dt,dd,dl,form,a,tr,td,table, textarea, select,input
{
    font-family: Verdana;
    font-size: 9pt;
    padding: 0px 0px 0px 0px;
    color: #2E2E2E;
} 	

li,ul
{
    font-family: Verdana;
    font-size: 9pt;
    color: #2E2E2E;
}

BODY {
	height: 100%;
	width: 100%;
	min-width: 1100px;
	background-color: White;
	margin: 0px 0px 0px 0px;
}

FORM {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-family: Verdana;
}

SELECT {
    font-family: "Trebuchet MS";
    background-color: White;
}

select option {
    background-color: White;
}

.outer {
    border: 1px solid #E1E1E1;
    background-color: #FFFFFF;
    display: table; /*Mozilla and FF*/
    width: 1px;
    margin-left: 3px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.outer select {
    border: transparent; /*Mozilla and Opera*/
    background-color: transparent; /*Mozilla and FF*/
    margin: -3px;
    overflow: auto; /*delete scroll in NN6*/
}

html>body .outer select {
   margin: -2px;
}

.outer1 {
	border:1px solid #E1E1E1;
  	background-color: #FFFFFF;
   display: table; 
   width:1px;  
	margin-left: 3px;	
	margin-bottom: 2px;
	margin-top: 2px;	
}

.outer1 select {
    border: transparent;
    background-color: transparent;
    margin: -4px;
    overflow: auto;
}

html>body .outer1 select {
   margin: -4px;
}

HR { 
	height: 1px;
	width: 100%;	
	color: #EEEDED;
	background-color: #EEEDED; 
	margin-top: 1px;
}

HTML>BODY HR { 
	margin-right: 0;
	width: 100%;
	height: 1px;
	background-color: #EEEDED;
	border: 0px solid #EEEDED;
}

INPUT {
    background-color: #FFFFFF;
    padding: 0px 0px 0px 0px;
    font-family: Verdana;
    margin-bottom: 2px;
    margin-top: 2px;
}

INPUT#text {
	border: 1px solid #E1E1E1;
	width: 181px;
	height: 19px;
	padding: 0px 2px 0px 3px;
	margin-left: 3px;
	background-color: White;	
}

.input_text {
	border: 1px solid #E1E1E1;
	width: 181px;
	height: 19px;
	padding: 0px 2px 0px 3px;
	margin-left: 3px;	
	background-color: White;	
}

TEXTAREA {
    width: 292px;
    height: 75px;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: 7px;
    font-family: Verdana;
    padding: 3px 3px 3px 3px;
    border: 1px solid #E1E1E1;
    background-color: White;
}

H1 {
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #2E2E2E;
	font-size: 11pt;
}
H2 {
	font-weight: bold;
	padding: 20px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #9F2300;	
	font-size: 10pt;
}

H3 {
 	font-weight: bold;
	padding: 20px 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #2E2E2E;
	font-size: 9pt;
}

H4, H5, H6 { font-size: 11px; }

P {
	padding: 0px 3px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: justify;
	color: #2E2E2E;
}

.likelink {color: #660033;}

A, A:link, A:visited {
	color: #633EB9;
	text-decoration: underline;
}

A:hover {
	text-decoration: none;
}

UL {
	list-style-type: square;
}

LI {
	padding: 2px 2px 2px 2px;
}

/* HEADER */


.link_menu {
	color: #0A4B7E;
	text-align: right;
	padding: 2px 6px 2px 6px;
	font-weight: normal;
}

a.link_menu, a.link_menu:link, a.link_menu:visited {
	color: #0A4B7E;
	text-decoration: underline;
	/*font-weight: bold;*/
}

a.link_menu:hover {
	color: #151515;
	text-decoration: none;
}

.header {
	background: url(images/header_bg.gif) repeat-x;
	background-color: #503295;
	height: 85px;
}

.header_small {
	background: url(images/bg_grey.gif) repeat-x;
	background-color: #C1C1C1;
}

.header_i {
	background: url(images/header_b.gif) repeat-x;
	background-color: #503295;
	vertical-align:top;
}

.header_i td {
	vertical-align: top;
}

.logo {
	padding: 0 15px;
}
.header_flash {
	width: 100%;
	text-align: center;
}

/* begin auth_form */
.auth_form_index {
	float: right;
	width: 201px;
	height: 97px;
	background: url(images/login_bg.png) no-repeat top center;	
	margin: 3px 5px 0 0;
	overflow: hidden;
}
.auth_form {
	width: 201px;
	height: 97px;
	background: url(images/login_bg2.png) no-repeat top center;	
	margin: 3px 5px 0 0;
	overflow: hidden;
}
.auth_form_index table,
.auth_form table {
	margin: 10px auto 0 auto;
	width: auto;
}
.auth_form_index td,
.auth_form td {
	padding: 0px 5px 1px 5px;
	text-align: right;
	vertical-align: middle;
}
td.one {
	text-align: center;
	padding: 5px 10px;
	vertical-align: middle;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: bold;	
	color: #fff;
}
.auth_form_index td.one {
	color: #000;
}

.btnRegister {
	background: url(images/button_register.png) no-repeat center;
	width: 80px;
	height: 23px;
	border: none;
	font-size: 1px;
}
.btnLogin {
	background: url(images/button_login.png) no-repeat center;
	width: 80px;
	height: 23px;
	border: none;
	font-size: 1px;
}
/* end auth_form */

.header_small_i {
	background: url(images/bg_grey0.gif) repeat-x bottom;
	padding:0px;
	height:31px;
	position: relative; overflow: hidden; top: -3px; z-index: 1000;
}

td.header_small {
	text-align: right;
	color: White;
}
td.header_small .link_menu, td.header_small a.link_menu,td.header_small a.link_menu:link, td.header_small a.link_menu:hover, td.header_small a.link_menu:visited {
	color: #FFFFFF;
	font-weight: bold;
} 


.top_bg {
	background:url(images/top_bg_i.gif) repeat-x top;
}

.info {
	background:#fff url(images/white_coner.gif) no-repeat left top;
	color:#194c70;
	font-size:17px;
	font-family:Tahoma, Verdana, Sans Serif;
	height: 105px;
	padding: 0;
	/*_padding: 20px 30px 0px 0px;*/
	margin: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
}/*
.info table {
	padding: 20px 30px 0px 0px;
}*/
.main_menu {
	color: #633EB9;
	padding-left: 13px;
	font-weight: bold;
}

a.main_menu, a.main_menu:link, a.main_menu:visited {
	text-decoration: none;
	font-size: 11px;
	font-family: Tahoma;
	color: #633EB9;
}

a.main_menu:hover {
	text-decoration: none;
	color: #8C6FCF;	
}

.text_header_login {
	font-size: 11px;
	color: #fff;
	text-align: right;
	padding-top: 3px;
	font-weight: bold;
	white-space: nowrap;
}
.auth_form_index .text_header_login {
	color: #000;
}

.text_header_login_i {
	font-size: 11px;
	color: Black;
	text-align: right;
	padding: 2px 0px 2px 3px;
	vertical-align: top;
	font-weight: bold;
	white-space: nowrap;
}

.btnHeader {
    background-color: #613DB7;
    color: #DAD1F0;
    font-size: 10px;
    width: 80px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    height: 21px;
    margin-left: 5px;
    margin-right: 0px;
	 border-bottom: 1px solid #513399;
	 border-right: 1px solid #513399;
	 border-top: 1px solid #D1C5EC;
	 border-left: 1px solid #D1C5EC;
	 font-weight: bold;
}

.input_text2 {
	background-color: #9A85D8;
	border: 1px solid #BAA8EF;
	width: 100px;
	height: 18px;
	padding: 0px 0px 0px 2px;
	margin-left: 3px;
	color: #DAD1F0;
	font-size: 11px;
}

.auth_form_index .input_text2 {
	background-color: #775BCD;
	border: 1px solid #6A51B9;
}

/* LEFT GREY BLOCK*/
.left_block {
    background-image: url(images/bg_sign.gif);
	 background-color: #C1C1C1;
}

.left_block_i {
    background-image: url(images/bg_sign0.gif);
	 background-color: #C1C1C1;
}

.button_black {
    background-color: Black;
    color: White;
    font: bold 12px "Trebuchet MS";
    width: 100px;
    border: 0px none Black;
    margin: 5px 2px 5px 2px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-width: 0px;
    border-left-color: Black;
    border-bottom-color: Black;
    border-bottom-style: none;
    border-left-style: none;
    border-right-color: Black;
    border-right-style: none;
    border-top-color: Black;
    border-top-style: none;
}

.btnRegNow {
	background: url(images/btn_reg_now.gif) no-repeat center;
	width: 124px;
	height: 30px;
	border: none;
	font-size: 1px;
	color: #52B2EA;
	margin: 12px 0 0 0;
	cursor: pointer;
}
.reg_ru {
	background: url(images/btn_reg_now_ru.gif) no-repeat center;
}
/*   FOOTER   */	
.footer {
	background-color: #6C48C2;	
}

.text_footer {
	color: #8C6FCF;
	padding-left: 30px;
	padding-right: 30px;
}

a.text_footer, a.text_footer:link, a.text_footer:visited {
	color: #8C6FCF;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
}

a.text_footer:hover {
	color: #8C6FCF;
	text-decoration: underline;
}

.link_menu_footer {
    font: 12px "Trebuchet MS";
    color: #633EB9;
    text-align: center;
    padding: 2px 3px 5px 3px;
}

a.link_menu_footer, a.link_menu_footer:link, a.link_menu_footer:visited {
	color: #633EB9;
	text-decoration: underline;
}

a.link_menu_footer:hover {
	color: #633EB9;
	text-decoration: none;
}

/* Main Menu */
A.menu:LINK, A.menu:VISITED {
	font-size : 8pt;
	letter-spacing : 1px;
	color : #333333;
	text-decoration: none;
}
A.menu:HOVER {
        font-size : 8pt;
        letter-spacing : 1px;
        color : #333333;
        text-decoration: underline;
}
.menu {
	font-size : 8pt;
	letter-spacing : 1px;
	color : #333333;
	text-decoration: none;
}

.tabDisabled{
        background-color: #999999;
}
.tabEnabled{
        background-color: #FFFFFF;
}

A.tabMenu:LINK, A.tabMenu:VISITED {
        font-size : 8pt;
        color : #000000;
        text-decoration: none;
}
A.tabMenu:HOVER {
        font-size : 8pt;
        color : #000000;
        text-decoration: underline;
}

A.copyright:link, A.copyright:hover, A.copyright:visited, .copyright
{color: #888888;}


/* Module Menu */
.menuLabel { padding: 2px;background-color: #888888}
A.menuItem:link, A.menuItem:visited, .menuItem 
{ font-size: 8pt;color: #555555; text-decoration: none }
A.menuItem:hover 
{ font-size: 8pt; color: #000000; text-decoration: underline }
.menuItemBG 
{ color: #000000; background-color: #FFFFFF}

.tab    { background-color: #999999; }
.tabSelected { background-color: #FFFFFF; }
.box { background-color: #000000; } 
.boxbg { background-color: #DDDDDD; }
TH { text-align: left; background-color: #888888;  }

.thead { text-align: center; background-color: #EEEDED; font-weight: bold;  }
.thead1 { text-align: center; background-color: #EEEDED; font-weight: bold; border-right:1px solid #fff; border-bottom:1px solid #fff;padding: 2px; }
.th_bg {background: #EEEDED url(images/th_bg.gif) right top no-repeat; padding-right:0px; text-align:left;}
A.listLabel:link, A.listLabel:visited { color: #333333; }
.listLabel {
	background-color: #EEEDED;
	text-align: center;
	height: 19px;
	vertical-align: middle;
}
.evenrow { background-color: #EEEEEE; }
.oddrow { background-color: #FFFFFF; }
.debug { color: orange; font-weight: bold; font-size: 8pt;}
.formlabel { background-color: #999999; }

.error { color: #FF0000;}
.attention { color: #FF6600; font-weight: bold;}
.warning { color: #FF2200; font-weight: bold;}
.message { color: #00aa00; font-weight: bold;}

.error-mess ul {
	margin-left:25px;
}

.error_message {
	padding: 15px;
	font-size: 11px;
}
.error_message ul {
	margin-left: 25px;
	font-size: 11px;
}
.error_message ul li {
	font-size: 11px;
}

.blue {
	color: #6A73FF;
	font-weight: bold;
}
.grey {
	color: #B5B5B5;
	font-weight: bold;
}
.grey2 {
	color: #A2A2A2;
	font-weight: bold;
}

.form1 {
    font-family: Verdana;
    color: #6B6B6B;
    text-align: right;
    padding: 2px 5px 2px 3px;
}
.break1 {
	height: 1px;
	width: 100%;	
	color: #EEEDED;
	margin-top: 7px;
	margin-bottom: 7px;	
}
.break2 {
	height: 1px;
	width: 100%;	
	color: #EEEDED;
	margin-top: 1px;
}
.news1 { color: #004A90; font-weight:bold;}
.small { color: #333333;}
.mini {font-size: 11px;}
A.small { color: #444444; font-weight: bold; font-size: 9pt;}
.Jtext {
 text-align: justify;
 text-indent: 0pt;
 width: 1000px;
 margin: 0 auto;
 line-height: 1.5;
 }

.listLabel { background-color: #eeeeee; padding-left: 5px; font-weight: bold;}
.cell {
	background-color: #ffffff;
	padding-left: 5px;
}
.cell:HOVER { background-color: #eeeeee; padding-left: 5px;}

span {	margin: 0px 0px 0px 0px; }
#grayborder {
	border : 1px solid Gray;
}
.line {
	scrollbar-3dlight-color : Silver;
	scrollbar-arrow-color : Black;
	scrollbar-base-color : Silver;
	scrollbar-darkshadow-color : Gray;
	scrollbar-face-color : Silver;
	scrollbar-highlight-color : Silver;
	scrollbar-shadow-color : Silver;
	scrollbar-track-color : White;
}

.bankDetails {
	font-family: "Courier New", Courier, mono;
    font-size: 15px;  
	background-color: #eeeeee;
	padding: 10px 10px 10px 10px;	
	width: 60%;
}

/* BODY */
.corner {
	background-image: url(images/corner.gif);
	background-repeat: no-repeat;
}

.corner_i {
	background-image: url(images/corner_i.gif) ;
	background-repeat: no-repeat;
	background-position:top left;
	height:11px;
	width:11px;
	overflow:hidden;
	float:left;
}

.btnStandard {
    background-color: #D8D8D8;
    color: #404040;
    font: 12px "Trebuchet MS";
    width: 120px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
}

.btnSmall {
    background-color: #D8D8D8;
    color: #404040;
    font: 12px "Trebuchet MS";
    width: 80px;
    text-align: center;
    padding: -2px 0px 5px 0px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
}

.btnBig {
    background-color: #D8D8D8;
    color: #404040;
    font: 12px "Trebuchet MS";
    width: 190px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
}

.butBig {
    background-color: #D8D8D8;
    color: #404040;
    font: bold  12px "Trebuchet MS";
    width: 190px;
    text-align: center;
    padding: 0px 0px 0px 0px;
    height: 21px;
    margin-left: 5px;
    margin-right: 5px;
    font-weight:bold ;
   
}


.text_left_block {
	padding: 3px 2px 3px 2px;
	text-align: center;
}

.text_left_block_i {
	padding: 3px 2px 3px 2px;
	text-align: center;
	height:113px;
}

.dot_line {
	background-image: url(images/point.gif);
	background-repeat: repeat-x;
}

.dot_line2 {
	background-image: url(images/point.gif);
	background-repeat: repeat-x;
	width: 92%;
	margin-bottom: 15px;
	height: 1px;
	border: 0px;
	margin-top: 5px;
}

.headline_orange {
	font: bold 13px/18px Arial;
	text-align: left;
	color: White;
	height: 19px;
	background-color: #8C6FCF;
	padding: 2px 22px 2px 16px;
	white-space: nowrap;
	width: 100%;	
}

.line_orange {
	border-bottom: 2px solid #8C6FCF;
	background-color: White;
}

tr.grey {
	background-color: #EEEDED;
}

.big_orange_text {
	font: bold 16px/20px Arial;
	color: #D85102;
	text-align: center;
	padding: 21px 5px 5px 5px;
}

.big_orange_text2 {
	font: bold 16px/20px Arial;
	color: #D85102;
	text-align: center;
	padding: 21px 5px 21px 5px;
}

.padding {
	padding-bottom: 20px;
	padding-top: 20px;
}

.padding2 {
	padding-bottom: 8px;
	padding-top: 8px;
}

.padding1 {
	padding-left: 20px;
	padding-right: 20px;
}

.text {
	padding: 3px 3px 3px 5px;
	color: #2E2E2E;
}

.text_orange {
	color: #CA4913;
	font-weight: bold;
}

.text_brown {
	color: #00619F;
}

a.text_brown, a.text_brown:link, a.text_brown:visited {
	color: #00619F;
	text-decoration: underline;
}

a.text_brown:hover {
	text-decoration: none;
}

.text_right {
	text-align: right;
	padding: 5px 5px 5px 5px;
}

.text_bold {
	font-weight: bold;	
}

.text_form {
    font: Verdana;
    color: #6B6B6B;
    text-align: right;
    padding: 6px 5px 3px 3px;
    vertical-align: top;
}

.text_radio {
	color: #6B6B6B;
	padding: 1px 5px 3px 3px;	
}

.logo_padding {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}

.preferred_customer {
	color: darkgreen;
	vertical-align: middle;
	text-align: center;
	padding: 2px 5px 2px 5px;
	background-color: #bbffbb;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 2px;
}

.rss_box {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
p.rss_title {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a.rss_title {
	color: Red;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
a:hover.rss_title {
	color: Red;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
a:visited.rss_title {
	color: Red;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}
ul.rss_items {
	margin: -17px 0px 0px 0px;
	padding: 0px 0px 0px 135px;
}
li.rss_item {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.rss_item {
	font-size: 12px;
}

.table_h100 {
    height: 100%;
}

.left_table {
    height: 80px;
    background: url(images/sig_corner_lt.gif) no-repeat; 
}

.left_table_i {
    height: 113px;
    background: url(images/sig_corn.gif) no-repeat; 
}

.small_bold { color: #777777; font-size: 8pt; font-weight: bold;}

.grey_form{
	width:563px;
	height:71px;
	background-image: url(images/bg_sign0.gif);
	 background-color: #C1C1C1;
}
.grey_form_corner1{
	background: url(images/corner02.gif) bottom left no-repeat;
	width:563px;
	height:71px;
}
.grey_form_corner2{
	background: url(images/corner04.gif) bottom right no-repeat;
	width:563px;
	height:71px;
}
.grey_form_corner3{
	background:url(images/corner01.gif) top left no-repeat; 
	width:563px;
	height:71px;
	padding-left:5px;
}
.grey_form_corner4{
	background: url(images/corner03.gif) top right no-repeat;
	width:563px;
	height:71px;
	padding-right:5px;
}
/***/
.grey_form2 {
	overflow: hidden;
	/*width: 300px;*/
	width: 99%;
	min-width: 300px;
	margin: 0 auto;
	background: url(images/form_bg.gif) repeat;
}
.grey_form2_head {
	background: url(images/form_top.gif) no-repeat top left;
	height: 34px;
	line-height: 34px;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;
	position: relative;
}
.grey_form2_body {
	background: url(images/form_bottom.gif) no-repeat bottom left;
	overflow: hidden;
	position: relative;
}

.grey_form2_head .corner {
	background: url(images/form_top_cr.gif) no-repeat top left;
	height: 34px;
	width: 11px;
	position: absolute;
	right: 0;
	top: 0;
}
.grey_form2_body .corner {
	background: url(images/form_bottom_cr.gif);
	width: 10px;
	height: 12px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.grey_form2 table {
	width: 250px;
	margin: 20px auto;
}
.grey_form2 table td {
	padding: 8px 0;
	text-align: center;
}
.grey_form2 select {
	font: 15px arial,sans-serif;
	text-align: left;
	height: 30px;
	width: 250px !important;
	padding-left: 8px !important;
}
.select {
	position: absolute;
	width: 250px;
	height: 30px;
	padding: 0 0px 0px 8px;
	color: #000;
	font: 15px/30px arial,sans-serif;
	background: url(images/select.gif) no-repeat;
	overflow: hidden;
	text-align: left;
}

.buttonProceed {
	background: url(images/button_proceed.gif) no-repeat center;
	border: 0px;
	width: 124px;
	height: 34px;
}

/*SMALL MENU*/
ul.small_menu{
	float:left;
	list-style:none;
	padding:0px;
	margin:0px;
	overflow:hidden;
	vertical-align:bottom;	
}
ul.small_menu li{
	float:left;
	height:31px;
	padding:0px;
	margin:0px;
	display:block;
	overflow:hidden;
	vertical-align:bottom;
}
ul.small_menu li a, ul.small_menu li a:link, ul.small_menu li a:visited{
	float:left;
	height:22px;
	_height:27px;
	text-decoration:none;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	white-space:nowrap;
}
ul.small_menu li {
	background: url(images/menu_l.gif) bottom left no-repeat;
	padding-left:4px;
	margin-right:1px;
}
ul.small_menu li.selected{
	background: url(images/menu_act_l.gif) top left no-repeat;
	padding-left:5px;
	margin-right:0px;
	padding-top:0px;
	height:31px;
}
ul.small_menu li.jshover, ul.small_menu li:hover {
	background: url(images/menu_hov_l.gif) bottom left no-repeat;
	padding-left:4px;
	margin-right:1px;
}
ul.small_menu li.jshover, ul.small_menu li:hover {
	background: url(images/menu_hov_l.gif) bottom left no-repeat;
	padding-left:4px;
	margin-right:1px;
}
ul.small_menu li a{
	background: url(images/menu_r.gif) bottom right no-repeat;
	padding:7px 25px 0px 16px;
	color:#000;
	margin:0px;
	margin-top:2px;
}
ul.small_menu li.selected a, ul.small_menu li.selected a:link, ul.small_menu li.selected a:visited{
	background: url(images/menu_act_r.gif) top right no-repeat;
	padding:7px 25px 0px 16px;
	color:#fff;
	margin:0px;
	height:24px;
	_height:31px;
	text-decoration:none;
	white-space:nowrap;
}
ul.small_menu li.jshover a, 
ul.small_menu li:hover a, 
ul.small_menu li.jshover a:visited, 
ul.small_menu li:hover a:visited, 
ul.small_menu li:hover a:hover,  
ul.small_menu li.jshover a:hover{
	background: url(images/menu_hov_r.gif) bottom right no-repeat;
	padding:7px 25px 0px 16px;
	color:#fff;
	margin:0px;
	text-decoration:none;
	height:22px;
	_height:27px;
	margin-top:2px;
	white-space:nowrap;
}
.blue_brd{
	border-top:2px solid #8C6FCF;
}
.content {
	margin-bottom: 10px; 
	position: relative;
	top: -3px;
}

/* info table */
.table-info {
        width: auto;
        border-collapse: collapse;
        margin: 5px;
}
.table-info th {
        text-align: center;
        background-color: #236A9E;
        color: #fff;
        padding: 3px 1px;
}
.table-info td {
        vertical-align: top;
        border: 1px solid #E4E4E4;
        padding: 2px;
        font-size: 11px;
}

/**/
.new_icon {
	background: url(images/icon_new.gif) no-repeat right;
	padding-right: 42px;
}

ul.small_menu  a span.new_icon {
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
/*	line-height: 17px;*/
/*	padding: 5px 47px 5px 0;*/
}
ul.left_menu a span.new_icon {
	display: block;
	margin-right: 30px;
	padding-right: 5px;
}

/* BEGIN LEFT MENU */
ul.left_menu {
	margin: 0px 0px 10px 17px;
	padding: 0px;
	padding-top: 8px;
	list-style-type: none;
	width: 170px;
}
ul.left_menu a {
	background-image: url(images/ul_off.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	color: #633EB9;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 13px;
	padding-bottom: 0px;
	display: block;
}
ul.left_menu a:hover {
	background-image: url(images/ul_on.gif);
	background-position: 0px 2px;	
	background-repeat: no-repeat;
	text-decoration: none;
	color: #8C6FCF;	
}

/* END LEFT MENU */
/* bg under left menu */
.bg1 {
	height: 166px;
	background: url(images/bg1.gif) no-repeat top left;
}
.bg2 {
	height: 89px;
	background: url(images/bg2.gif) no-repeat top left;
}
.bg3 {
	height: 80px;
	background: url(images/bg3.gif) no-repeat top left;
}

.but {
	background: url(images/but.gif) no-repeat top left;
	width: 107px;
	height: 24px;
	line-height: 24px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	border: none;
}
.a_but_grey {
	display: block;
	background: url(images/but2.gif) no-repeat top left;
	width: 107px;
	height: 24px;
	line-height: 24px;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	margin: 0 auto;
}
