/* Able Styles*/

@media screen {
	/* Tags */
	td, div, span {
		font-size: 10px;
		font-family: Verdana,Tahoma,Helvetica,Arial;
		color: #382A28;
		line-height : 16px;	
	}
	p{
		font-size: 10px;
		font-family: Verdana,Tahoma,Helvetica,Arial;
		color: #382A28;
		font-weight: normal;	
		line-height : 12px;
	}
	p.attitud{
		font-size: 11px;
		font-family: Verdana,Tahoma,Helvetica,Arial;
		color: #382A28;
		font-weight: bold;	
		line-height : 12px;
	}
	b {
		font-weight: bold;
	}
	strong {
		font-weight: bold;
	}
	hr {
		color:#382A28;
		size: 1;
	}
	a {
		font-size: 10px;
		font-family: Verdana,Tahoma,Helvetica,Arial;
		color: #DF1C19;
		font-weight: normal;	
		line-height : 16px;
		text-decoration: none;
	}
	a:link {
		color: #DF1C19;
	}
	a:visited {
		color: #DF1C19;
	}
	a:active {
		color: #DF1C19;
	}
	a:hover {
		color: #DF1C19;
		text-decoration: underline;
	}
	#divMenu{
		width: 600px;
		height: 20px;
		margin-top: 54px;
		margin-left: 80px;		
	}
	#divLogo{
		width: 600px;
		height: 45px;
		margin-top: 15px;
		margin-left: 80px;
		text-align: right;		
	}
	#divTitle{
		width: 620px;
		margin-top: 0px;		
		margin-left: 90px;		
	}
	#dContent{
		width: 620px;
		height: 360px;
		margin-top: 5px;
		margin-left: 90px;		
		overflow: auto;	
		scrollbar-3dlight-color: #cccccc;
	    scrollbar-shadow-color: #cccccc;
	    scrollbar-arrow-color: #cccccc;
	    /*scrollbar-base-color: #C29C9A;*/
	    scrollbar-darkshadow-color: #FFFFFF;
	    scrollbar-face-color: #FFFFFF;
	    scrollbar-highlight-color: #FFFFFF;		
	}
	
	/*  Body */
	.body{
		background-color : #DF1C19;
		scrollbar-arrow-color: #FFFFFF;
		scrollbar-base-color: #DF1C19;	
		margin: 0px 0px 0px 0px;		
		overflow: hidden;
	}
	.title{
		font-size: 24px;
		font-family: Verdana,Tahoma,Helvetica,Arial;
		color: #382A28;
		font-weight: normal;	
		line-height : 28px;
	}
}
@media print {
	.body{
		background-color : #FFFFFF;
		margin: 0px 0px 0px 0px;	
		background-image : url();				
	}
	td, div, span {
		background-color : #FFFFFF;		
		font-size: 8pt;
		font-family: Times;
		color: #000000;
		font-weight: normal;
		line-height : 10pt;
		page-break-inside: auto;
		background-image : url();
	}
	td {
		vertical-align : top;
		text-align : left;
	}
	table{
		width: 96%;	
	}
	a {
		font-size: 8pt;
		font-family: Times;
		color: #000000;
		font-weight: normal;
		line-height : 10pt;
		text-decoration: underline;
	}
	b {
		font-weight: bold;
	}
	strong {
		font-weight: bold;
	}
	hr {
		color:#382A28;
		size: 1;
	}
	.title{
		font-size: 18pt;
		font-family: Verdana,Tahoma,Helvetica,Arial;
		color: #382A28;
		font-weight: normal;	
		line-height : 20pt;		
	}
	#divMenu{
		display: none;	
	}
	#divLogo{
		width: 600px;
		text-align: right;		
	}
	#divTitle{
		width: 600px;
		height: auto;
		margin-top: 0px;		
		margin-left: 0px;		
	}
	#dContent{
		width: auto;
		height: auto;
		margin-top: 10px;
		overflow: auto;	
	}

}
