html {
	height:100%;}

body {
     background-image:url(bg.gif);
     background-repeat:repeat;
     color: #444444;
     margin:0px;
     padding:0px;
     height:100%;
}

.body_content  ol li{
    list-style: decimal
    background:url(/img/bullet.jpg) 0px 6px no-repeat;
    padding-left: 18px;
}

.body_content  ul li{
    list-style: none;
    background:url(/img/bullet.jpg) 0px 6px no-repeat;
    padding-left: 18px;
}

.body_content ul{
    margin: 5px 0 15px -20px;
   #margin-left: 10px;
}

.intro_content {
	font-size: 12px;
	line-height: 160%;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
}

.body_content {
    font-size: 13px;
    line-height: 160%;
    text-align:justify;
}

.body_content  p{
    margin: 15px 10px;
}

.body_content a{
    color: #015fa1;
    text-decoration: none;
}

.body_content a:hover{
    text-decoration: underline;
}

/*-----product landing page table-----*/
.market_table{
    color: #21639f;
    font-size: 11px;
    background: #c2e8f1;
    border: 1px solid #b6e1eb;
    text-align: left;
    margin: 0 0 15px 10px;
    float: left
}

.market_table img{
    padding: 4px;
}

.product_table{
    background: #f4f8e4;
    border: 1px solid #dcecb3;
    margin: 0 0 15px 0;
    float: left;
}
/*-----end of product landing page-----*


/*-----product detail page table-----*/
.product_char_table{
    width: 90%;
    background: #f4f8e4;
    border: 1px solid #dcecb3;
    margin: 20px 10px 10px 20px;
    clear: both;
}

.product_char_table p{
   margin: 10px 10px 0 10px;
}

.product_char_table ul{
    margin: 0 10px 10px 10px;
    padding: 0;
}

.product_ref_table{
    width: 90%;
    clear: both;
    margin: 20px 10px 10px 20px;
}

.product_ref_table p{
   margin: 10px 10px 0 10px;
}
/*-----end ofproduct detail page-----*/


.product_title{
    padding-left: 10px;
    color: #587b08;
    font-size: 16px;
}

.text_blue{
    font-size: 15px;
    color: #246cc5;
}

.text_dark_blue_title{
    color: #274d64;
    font-size: 15px;
    font-weight: bold;
}

.text_orange_title{
    color: #ff7e19;
    font-size: 15px;
    font-weight: bold;
}

.text_green_title{
    color: #7ea81d;
    font-size: 15px;
    font-weight: bold;
}


.img_right {
    float: right;
    clear: right;
    margin: 10px 10px 10px 30px;
}

.img_left {
    float: left;
    clear: left;
    margin: 10px 30px 10px 10px;
}

.bar_bg {
background-image:url(bar_bg.jpg);
height:22px;
padding:0px;
padding-left:6px;
margin-top:5px;
font-size:11px;
}

.bar_link{
color:#000000;
font-size:11px;
text-decoration:underline;
}

.bar_link:hover{
color:#000000;
font-size:11px;
text-decoration:underline;
}


.button1 {
	font-size: 11px;
	color:#FFFFFF;
	background-color:#AA2236;

}

.top_text {
	font-size: 10px;
	color: #3B3B3B;
	text-decoration: none;
}

.top_link {
	font-size: 10px;
	color: #3B3B3B;
	text-decoration: none;
}

.top_link:hover{
	font-size: 10px;
	color: #3B3B3B;
	text-decoration: underline;
}


.top_on {
	font-size: 10px;
	color: #3B3B3B;
	text-decoration: underline;
}


.search_link { 
	font-size: 11px;
	color: #577C0B;
	text-decoration:underline;
}

.search_link:hover { 
	font-size: 11px;
	color: #000000;
}

.site_path {
	font-size: 12px;
	color: #015fa1;
	text-decoration: none;
	height:30px;
}

.site_path a:hover{
	text-decoration: underline;
}

.page_title {
	font-size: 19px;
	color: #7da71d;
	text-decoration: none;
                     border-left: 4px solid #7da71d;
	padding-left: 5px;
                     float: left;   
}


.inputbox { 
			font-size: 11px; 
			color: #0F0F0F; 
			background-color: #FFFFFF; 
			border: #B4B9BF; 
			border-style: solid;
			border-top-width: 1px; 
			border-right-width: 1px; 
			border-bottom-width: 1px; 
			border-left-width:1px; 
			padding:2px;
} 
