/* CSS Document */

body {
	font-family:"Trebuchet MS", Rockwell, "Times New Roman";
	margin:0 0 0 0;
	font-size:small;
	background: #ffffff;
}

.stylesmall {
	font-family: Rockwell, Arial, Roman;
	font-size:small;
}
.styleTitle {
	font-family: "Utah Condensed", Verdana; 
	font-weight: bold; 
	font-size: large;
	}
	
.styleMed {
	font-family:Rockwell, Arial, Roman;
	font-size:medium;
}
.stylesmall2 {
	font-family:"Trebuchet MS", "Times New Roman";	
	font-size:small;
}

.stylemed2 {
	font-family:"Trebuchet MS", "Times New Roman";	
	font-size:medium;
}.stylesmallxtra {
	font-family: "Trebuchet MS", Rockwell, "Times New Roman";
	font-size: 9px;
	font-style: normal;
}
.stylesmallxtra11 {
	font-family: "Trebuchet MS", Rockwell, "Times New Roman";
	font-size: 11px;
	font-style: normal;
}
.stylesmallxtra11B {
	font-family: "Trebuchet MS", Rockwell, "Times New Roman";
	font-size: 11px;
	font-style: normal;
	padding-left:40px;
}

p.indentPositive{    
	text-indent: 25px;
}
p.indentNegative{
    text-indent: -25px;
}
