/* author mkapinos@istrefa.com
*+html {
    IE7
}
* html {
    IE6
*/


/* TYPOGRAPHY */
body {
    text-align: left; 
	color:#ffffff;
	font-size:10px;
	font-family: Verdana;
	font-weight: normal;
}
div {

}
input,textarea, select {
	color:#353535;
	font-size:10px;
	font-family: Verdana;
}


input{
	color:#353535;
	padding:2px;
}






img {
    border: 0;
}

/* LINKS */

/* color: #B20002; */

a:link, a:visited {color:#ffffff;cursor:pointer;text-decoration: none;font-weight:normal;}
a:active, a:hover {text-decoration: underline;} 

a:link.more, a:visited.more {color:#ff0000;cursor:pointer;text-decoration: none;font-weight:bold;}
a:active.more, a:hover.more {text-decoration: underline;} 




    a.active {
        font-weight: bold;
    }

    a.b  {
        font-weight: bold;
        text-decoration: none;
    }
    a.b:hover {
        text-decoration: underline;
    }

/* END LINKS */

/* HEADINGS */
    h1 {
        margin: 0px;
        padding: 0px;
        margin-bottom: 10px;

		font-weight: normal;
		color: #8c8c8c;
		font-size: 24px;
    }
    h1.i i {
        display: none;
    }
    

	h2{
		font-family:Georgia,"Times New Roman",Times,serif;
		font-weight:normal;
		color:#171717;
		display:block;
		font-size:18px;
		border-bottom:2px solid #729610;
		margin:0 0 10px 0;
		padding:0 0 3px 0;
		text-align:left;
		vertical-align:baseline;
	}	
	h2 span{
		color:#171717;
	}

    h3 {
        margin: 0 0 10px 0;
        padding: 0;
		font-weight: bold;
		color: #B20002;
		font-size: 11px;
    }
    h4 {
        margin: 0 0 10px 0;
        padding: 0;
		font-weight: bold;
		color: #0067B2;
		font-size: 11px;
    }
/* 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:#8c8c8c;
	font-weight:bold;
	padding-right:5px;
}

table.inspector th{
    text-align:right;
    color:#ffffff;
}

/*

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 */
