/***********************************************/
/* main.css 
/* Ochavo.com, LLC main CSS file.
/***********************************************/

/***********************************************/
/* HTML tag styles 
/***********************************************/ 

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
/***********************************************/
/* Text 
/***********************************************/ 
.smallText1 {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
.smallText2 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.smallText1Superscript {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6pt;
	vertical-align: super;
}
.smallText2b {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #0000ff}
