/* CSS Document */

.copy { 
	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.header_copy {
	color: black; 
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;	
}

.header_copy_blue {
	color: #55A1D5; 
	font-size: 11px; 
	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;
}
.red_copy { 
	color: red; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
div.header_copy a:link {
	text-decoration: none;
	color: #0867AA;
}
div.header_copy a:visited {
	text-decoration: none;
	color: #0867AA;
}

div.header_copy a:hover {
	text-decoration: none;
	color: #56A1D5;
}

div.header_copy a:active {
	text-decoration: none;
	color: #0867AA;
}

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;
}.subtitle_copy {

	color: black; 
	font-size: 10px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
