/* CSS Document */

body {
	background-color: #616BB3;
	
}

.articles {
  background-image: url(bg-curved-sq.jpg);
  background-repeat: ;  
}

.worksheets {
  background-image: url(bg-curved-sq.jpg);
  background-repeat: no-repeat;  
}

.body-text  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000000;
	}

.body-text-blue  {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#616AB2;
	}
			
.body-text-small  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:;
	}
		
.heading-lrg {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16pt;
	font-weight:bold;
	color:#C13C58;
	}
	
.heading-med-blue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#616BB3;
	font-weight:bold;
	}

	
.heading-med-dk-blue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#000066;
	font-weight:bold;
	}

.heading-med-pink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#C13C58;
	font-weight:bold;
	}

.heading-med-noclr  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:;
	font-weight:bold;
	}
.heading-small-blue  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#616BB3;
	font-weight:bold;
	}	
		
.heading-small-pink  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#C13C58;
	font-weight:bold;
	}	

.heading-small-white  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#ffffff;
	font-weight:bold;
	}	
		
		
.copyright {
	font-family: verdana, Helvetica, sans-serif;
	font-size:8pt;
	color:#ffffff;
	}

.navigation  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000066;
	font-weight:bold;
	}


		
	
