body { 
	color: #000000; 
	text-decoration: none;
	font-size : 10pt;
	FONT-FAMILY: helvetica;
	} 
	
a.topnav:link 	{ 
	color: #ffffff; 
	font-size : 11.5pt;
	font-weight:bold;
	text-decoration: none;
	}
a.topnav:visited {
	color: #ffffff;
	font-size : 11.5pt;
	font-weight:bold;
	text-decoration: none;
	}
a.topnav:hover { 
	color: #b0332d; 
	font-size : 11.5pt;
	font-weight:bold;
	text-decoration: underline ;
	}
a.topnav:active {
	color: #b0332d; 
	font-size : 11.5pt;
	font-weight:bold;
	text-decoration: underline; 
	}
	
a:link 	{ 
	color: #000000; 
	text-decoration: none;
	font-size : 10pt;
	FONT-FAMILY: helvetica;
	}
a:visited {
	color: #000000; 
	text-decoration: none;
	font-size : 10pt;
	FONT-FAMILY: helvetica;
	}
a:hover { 
	color: #b0332d; 
	text-decoration: underline ;
	font-size : 10pt;
	FONT-FAMILY: helvetica;
	}
a:active {
	color: #bbbbbb; 
	text-decoration: none; 
	font-size : 10pt;
	FONT-FAMILY: helvetica;
	}
input {
	FONT-SIZE: 10pt; 
	COLOR: #000000; 
	FONT-FAMILY: helvetica
	}
select {
	FONT-SIZE: 10pt; 
	COLOR: #000000; 
	FONT-FAMILY: helvetica
	}
TD {
	color: #000000; 
	text-decoration: none; 
	font-size : 10pt;
	FONT-FAMILY: helvetica;
	text-align:left;
	}
P {
	color: #000000; 
	text-decoration: none; 
	font-size : 10pt;
	FONT-FAMILY: helvetica;
	} 
	


	
	
	
LI {
	font-size : 10pt;
	font-family : helvetica;
	color : #000000;
	}	
	
UL {
	font-size : 10pt;
	font-family : helvetica;
	color : #000000;
	}
	
OL {
	font-size : 10pt;
	font-family : helvetica;
	color : #000000;
	}
	
TABLE.different {
	border: solid 1px #000000;
	}
	
TD.different {
	background-color: #E2FAFA;
	border-left: dashed 1px #669999;
	border-right: dashed 1px #669999;
	}

	
.font1 {
    font-family: helvetica;
    color: #C6BDCA;
    text-decoration: none;
    font-size :10pt
    }

.font3blue { 
    font-family: helvetica;
    color: #0D2B88;
    text-decoration: none;
    font-size: 9px
    }
	
.font4 {
	font-family: helvetica;
	color: #0D2B88;
	text-decoration: none;
	font-size :14px
	}
	
.font4blue { 
    font-family: helvetica;
    color: #0D2B88;
    text-decoration: none;
    font-size: 10pt
    }
	
.fonttit { 
    font-family: helvetica;
    color: #0D2B88;
    text-decoration: none;
    font-size: 12px
    }
	
.fontprice { 
    font-family: helvetica;
    color: #225566;
    text-decoration: none;
    font-size: 10pt;
    }

.fontofferprice { 
    font-family: helvetica;
    color: #ff0000;
    text-decoration: none;
    font-size: 12pt;
    }

.fontdiscount { 
    font-family: helvetica;
    color: #ff0000;
    text-decoration: none;
    font-size: 10pt;
    }

.formcreate {
	font-size: 9px;
	width : 105px;
    background:#0D2B88;
	height: 16px;
	border: 1px #FFFFFF solid;
	font-family: helvetica;
	color: #FFFFFF;
	text-decoration: none;
	}

.textfield {
	font-size: 9px;
	width : 140px;
	background:#FFFFFF;
	height: 40px;
	border: 1px #5A9CC6 solid;
	font-family: helvetica;
	color: #666666;
	text-decoration: none;
	}

.buttons {
        width : 48px;
        border : 1px;
        border-top:#1139B3 solid thin;
        border-bottom:#0A2167 solid thin;
        border-right:#0A2167 solid thin;
        border-left:#1139B3 solid thin;
        background:#0D2B88;
        font-family: helvetica;
        color: #FFFFFF;
        text-decoration: none;
        font-size :9px ;
        height: 20px;
        }

.TabMain {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}

.TabLinks {
	background-color: #eeeeee;
	border-bottom: solid 1px black;
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	color:#000;
	font-weight: bold;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.actbut
{
	display: inline-block;
	width: auto;
	white-space: nowrap;
	height: 32px;
	margin: 5px 5px 0 0;
	padding: 0 22px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 32px;
	cursor: pointer;
	border: 0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: top;
	background-color: #b0332d;
	color: #ffffff;
}

.scbuts {
	display: inline-block;
	width: 135px;
	white-space: nowrap;
	height: 20px;
	margin: 3px 3px 0 0;
	padding: 0 22px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-style: normal;
	font-size: 15px;
	line-height: 20px;
	cursor: pointer;
	border: 1px solid #ddd;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	vertical-align: top;
	background-color: #b0332d;
	color: #000000;
	background: #eeeeee;
        padding:5px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff),color-stop(0.5, #ffffff), color-stop(1.0, #eeeeee));
        background: -moz-linear-gradient(90deg,#eeeeee, #ffffff);
        }
        

.overall {
	position : relative;
	left : 0;
	top : 0;
}
.overlay {
	position : absolute;
	right : 0;
	top : 0;
}

.promoscroll {
	background: #999999;
        padding:5px;
        width:634px;
        height:180px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        }
        
.fsgrad {
	background: #eeeeee;
        padding:5px;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee');
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #ffffff),color-stop(0.5, #ffffff), color-stop(1.0, #eeeeee));
        background: -moz-linear-gradient(90deg,#eeeeee, #ffffff);
        }
        
.titgrad {
        background: #dddddd;
	padding:5px;
        font-size:14pt;
        font-weight:bold;
        text-align:left;
       // filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#999999');
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
       // background: -webkit-gradient(linear, left top, left bottom, color-stop(0.0, #eeeeee),color-stop(0.5, #eeeeee), color-stop(1.0, #999999));
       // background: -moz-linear-gradient(eeeeee,#eeeeee, #dddddd);

        background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#999));
	background: -moz-linear-gradient(top,  #eee,  #999);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#999999');

}

.ierad
{
	background-color: rgba(0, 0, 0, 0.5);
	filter: alpha(opacity=50);
	padding:5px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

