/*  master.css
    Master Cascading Style Sheet for tformaro.com
    
    Revision history:
	09oct05 - created
 */
body{
	margin : 0px;
	}


body{
	background-color : #31323D;
	}


p{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	}

p.hide{
	color : #ffffff;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	margin-bottom : 0em;
	margin-top : 0em;
	}

p.footer{
	color : #31323D;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	margin-bottom : 0em;
	margin-top : .5em;
	}

td{
	color : #ffffff;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	}

a:active{
	color : #69c;
	}


a:link{
	color : #810344;
	}


a:visited{
	color : #816172;
	}


em{
	font-family : verdana, Arial, Geneva, sans-serif;
	font-style : italics;

	}


b{
	font-style : normal;
	font-weight : bold;
}

sup{
	font-size : 6pt;
	}


img{
	border : 0;
	}


div{
	margin : 0;
	}


p.highlight{
	color : #022672;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	}


p.textnav{
	font-family : Arial, Geneva, sans-serif;
	font-size : 9pt;
	margin : 4px 0px 0px 0px;
	color : #000000;
	}


p.rightspace{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	margin-right: 1em;
	}


p.inssig{
	font-size : 9pt;
	margin : 8px 0px 0px 0px;
	}

hr{
	color : #ccc;
	}

p.search{
	font-size : 9pt;
	}


h1, h2, h3, h4, h5, h6{
	font-family : Arial, Geneva, sans-serif;
	}


h1{
	color : #31323D;
	font-size : 16pt;
	font-weight : bold;
	margin-bottom : .2em;
	margin-top : 0em;
	}
h1.head{
	color : #ffffff;
	font-size : 16pt;
	font-weight : bold;
	margin-bottom : .2em;
	margin-top : 0em;
	}

h2{
	color : #022672;
	font-size : 13pt;
	font-weight : bold;
	margin-bottom : .5em;
	margin-top : 0em;
	}

h2.head{
	color : #ffffff;
	font-size : 13pt;
	font-weight : bold;
	margin-bottom : .5em;
	margin-top : 0em;
	}

h3{
	color : #022672;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}

h3.head{
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}

h3.rightbox{
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
	margin-bottom : 0em;
	margin-top : 0em;
	}

h3.italics{
	color : #022672;
	font-size : 9pt;
	font-weight : bold;
	font-style : italic;
	margin-bottom : .5em;
	margin-top : 0em;
	}

h4{
	Color : #022672;
	Font : bold 11pt;
	Margin-Bottom : 0em;
	Margin-Top : .5em;
	}


h5{
	color : #022672;
	font-size : 11pt;
	font-weight : normal;
	margin-bottom : 0em;
	margin-top : .5em;
	}


h6{
	font-size : .72em;
	font-weight : bolder;
	margin-bottom : 0em;
	margin-top : 1.25em;
	}


.solid{
	margin-bottom : 0px;
	}




dl, dt, dd{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	}

ol li{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	list-style-type : decimal;
	}


ul li{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	list-style-type : disc;
	}


ul ol{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	list-style-type : decimal;
	}


ul li ol li{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	list-style-type : decimal;
	}
	
li.table{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	list-style-type : disc;
	}


blockquote{
	color : #333;
	font-family : verdana, Arial, Geneva, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	line-height : 16px;
	list-style-type : decimal;
	}

