BODY {
	color : Black;
	font-family: Verdana, sans-serif;
	background-image : url(assets/silver_canvas-med1.gif);
	background-attachment : fixed;
}

/* Start CROSS BROWSER SUPPORT */			
		

body, body div, body p, body th, 
body td, body li, body dd    {
    /* more specific to override previous rule */
    font-size:    x-small;         /* false value for WinIE4/5 to correct the font-size error*/
    voice-family: "\"}\"";       	/* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;		/* recover from trick */
    font-size:    small;		   /* intended value for better browsers IE6,opera6,firebird,mozilla*/
   }
	


html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small;
    /* be nice to Opera5 */
    }

/* End CROSS BROWSER SUPPORT */	



H1{
	font-size : x-large;
}
H2{
	font-size : medium;
}
H3{
	font-size : small;
	color: #A0522D;
}
.note{
	font-size : xx-small;
}

.linkPanel{
	width : 220px;
	color: #A0522D;
}
/*Red Text*/
.textExtra{
		color: #DC143C;
}

#panel{
	border-bottom: 1px; 
	border-left: 1px; 
	border-right: 1px; 
	border-top: 1px; 
	border: 1px solid Black;
	text-align : left;
}

.noDecoration{
	text-decoration:none;
}
.headerMini {
	font-size: x-small;
	text-decoration : none;
}
.ring{
	background-image : url(assets/ring.gif);
	background-repeat : no-repeat;
	background-position : top;
	
	vertical-align : top;
	text-align : center;
	padding-top : 9px;
	line-height : 14px;	
}
