/* Style Sheet for Yenius Web Designs
*
*
*	Created by:
*
*	Yenius Web Designs
*	10909 Yonge St., Suite 105
* 	Richmond Hill, Ontario
*	L4C 3E3
*
*
*/

/* ======== tag definitions ======== */

.mainsilver { /*used as the main text*/
	font-family: verdana, arial;
	font-size: 10pt;
	color: #c0c0c0;
	text-decoration: none;
	}
	
.mainsilverbold { /*used as bolded main text*/
	font-family: verdana, arial;
	font-size: 10pt;
	color: #c0c0c0;
	font-weight: bold;
	}

.smallsilver { /*used as the footer text*/
	font-family: verdana, arial;
	font-size: 8pt;
	color: #c0c0c0;
	}
	
.smallgrey { /*used as the footer text*/
	font-family: verdana, arial;
	font-size: 8pt;
	color: #999999;
	}	
	
.smallgreybold { /*used as the footer text*/
	font-family: verdana, arial;
	font-size: 8pt;
	color: #999999;
	font-weight: bold;
	}		

.xsmall { /*used as the footer text*/
	font-family: verdana, arial;
	font-size: 7pt;
	color: #c0c0c0;
	}
	
H1 { /*used for paragraph header text*/
	font-family: verdana, arial;
	font-size: 10pt;
	color: #c0c0c0;
	font-weight: bold;
	}
	
A {
	text-decoration:none;
	}		