/* Body Controls */

body {
	background-image: url(../images/jvg_bg.gif);
	background-repeat: repeat;
	margin: 0px 0px 0px 0px;
	background-color: #610E0E;
	}


/* Text Controls */

.text, p, li {
	font: 12px/18px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: justify;
	color: #666666;
	}
	
.small {
	font: 10px/13px Trebuchet, Trebuchet MS, Verdana, sans-serif;
	text-align: center;
	color: #FFFFFF;
	}

.bold {
font-weight: bold;
	} 
	


	
/* Link Styles */	

a:link 	{ text-decoration: none; color: #610E0E; }
a:active	{ text-decoration: none; color: #610E0E; }
a:visited	{ text-decoration: none; color: #610E0E; }
a:hover	{ text-decoration: underline; color: #999999; }

a.gray:link 	{ text-decoration: underline; color: #CCCCCC; }
a.gray:active	{ text-decoration: underline; color: #CCCCCC; }
a.gray:visited	{ text-decoration: underline; color: #CCCCCC; }
a.gray:hover	{ text-decoration: none; color: #999999; }

