/* CSS Document */

a:link  { 
	color: #ffffff;
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none 
}

a:hover  { 
	color: #f03; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none
}

a:visited { 
	color: #ffffff; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-decoration: none 
}

.copy { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header_copy {
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
	

body {  
	background-image:  url("/images/bg.gif"); 
	background-repeat: repeat-x; 
}
	
.content_bkgd {
	background-image:   url("/images/rt_corner_bkgrd.gif");
	background-repeat: no-repeat;
	background-position: right bottom;
}
div.copy a:link {
	text-decoration: none;
	color: #0867AA;
}
div.copy a:visited {
	text-decoration: none;
	color: #0867AA;
}
div.copy a:hover {
	text-decoration: none;
	color: #56A1D5;
}

div.copy a:active {
	text-decoration: none;
	color: #0867AA;
}
