/* author mkapinos@istrefa.com
*+html {
    IE7
}
* html {
    IE6
*/


/* TYPOGRAPHY */
body {
    text-align: left; 
	color:#48443c;
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
}
div {

}
input,textarea, select {
	color:#48443c;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}


input{
	color:#48443c;
	padding:2px;
}






img {
    border: 0;
}

/* LINKS */

/* color: #B20002; */

a:link, a:visited {color:#7e8744;cursor:pointer;text-decoration: none;font-weight:normal;}
a:active, a:hover {color:#fa7922;text-decoration: none;} 



    a.active {
        font-weight: bold;
    }

    a.b  {
        font-weight: bold;
        text-decoration: none;
    }
    a.b:hover {
        text-decoration: underline;
    }

/* END LINKS */

/* HEADINGS */
    h1 {
        margin: 10px 0px;
        padding: 0;
		font-weight: bold;
		font-size: 18px;
        color:#7E8744;
    }
   

	h2{
        margin: 10px 0px;
        padding: 0;
		font-weight: bold;
		font-size: 16px;
        color:#7E8744;
	}	

    h3 {
        margin: 10px 0px;
        padding: 0;
		font-weight: bold;
		font-size: 14px;
        color:#7E8744;
    }
    h4 {
        margin: 10px 0px;
        padding: 0;
		font-weight: bold;
		font-size: 10px;
        color:#7E8744;
    }
/* END HEADINGS */

/* TEXT */
    p {
        margin: 0 0 0 0;
        padding: 0;
    }
    blockquote {
        margin:8px;
    }
    pre {
        font-family: monospace;
        font-size: 1.0em;
    }
    strong, b {
        font-weight: bold;

    }
    em, i {
        font-style:italic;
    }
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }

/* END TEXT */

/* LISTS */
/*
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li {
    margin: 0 0 5px 0;
    padding: 0 0 0 12px;
    background-image: url(i/li.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
}
ul ul {
	margin: 0 0 0 10px;
}

ul li:hover, ul li.active {

}
ul ul li:hover, ul ul li.active {

}

li.empty {
    background-image: none;
    height:1px;font-size:1px;line-height:1px;
    margin: 0 0 0 0;
}
*/
/* END LISTS */


/* TABLE */
table {
    margin: 0;
    padding: 0;
}
table caption {
    font-weight: bold;
}
th {
    font-weight: bold;
    text-align: left;
}
td {
	
}




table.one {
    width:100%;
}
table.one tr{
}
table.one th{
    width:30%;
    text-align:right;
    color:#353535;
    padding-bottom: 2px;
}
table.one td{
    text-align:left;
    padding-bottom: 2px;
}
table LABEL{
	color:#353535;
}



/*

table.inspector {
    width:100%;
}
table.inspector th{
    width:30%;
    text-align:right;
    padding-right: 15px;
    background-color: #BCC3CA;
}
table.inspector td{
    text-align:left;
    padding-right: 15px;
    border-left: 1px dotted gray;
}
table.inspector th,table.inspector td{
    border-bottom: 1px solid gray;
}
table.inspector td table td{
    border-left: 0;
    border-bottom: 0;
}

table.report{
    width: 100%;

}
table.report th{
    text-align:center;
    background-color: #BCC3CA;
    padding: 4px;
    border-right: 1px dotted gray;
    margin:0;
}
table.report td{
    text-align:right;
    border-bottom: 1px dotted gray;
    border-right: 1px dotted gray;
    padding: 4px;
}
table.ttdleft td {
    text-align:left;
}

table.report .center, table.report .tdc{
    text-align:center;
}
table.report .tdleft, table.report .tdl{
    text-align:left;
}
table.report .tdright, table.report .tdr{
    text-align:right;
}

table.report .color {
    background-color: #dddddd;
}

table.report tr.sum{
    height: 20px
}
table.report tr.sum td{
    border-top: 2px solid gray;
    font-weight: bold
}

*/

/* END TABLE */
/* END TYPOGRAPHY */