/* CSS print file for http://ficara.biz
 * Created By: Fidel A. Captain
 * Created On: 27-8-2007
 * Last Updated: 27-8-2007
 * Modified By:
 * Modified On:
 */


/**** Basic noPrint rule ****/
.noPrint {
	display: none;
	}


/***** Basic styles for the text on the page *****/

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 18px;
	text-align: justify;
	line-height: 15px;
}

table {
	margin-top: 0px;
	margin-bottom: 10px;
}

.none {
	margin-bottom: 0px;
}

.sml {
	margin-bottom: 5px;
}

a {
	color: #3695E2;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

h2 {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-left: 16px;
	background: url(../images/arrowlg.gif) no-repeat left;
}

h3 {
	margin-bottom: 4px;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

h4 {
	margin-bottom: 4px;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}


