/* [ main styles for majority of text ] -----------------------------*/
/*	These styles control the background and body.                  */
/*	They will be standard on all the site.                         */
/*-------------------------------------------------------------------*/
		body {
			background:#2757B0;
			font-family:times new roman;
			font-weight:normal;
			color:Blue;
			bordercolor:#2757B0;
		}
/* [ styles for links ] ---------------------------------------------*/
		A:link {
			font-family:times new roman;
			color:Blue;
			text-decoration: underline;
		}
		A:visited {
			font-family:times new roman;
			color:Purple;
			text-decoration: underline;
		}
		A:active {
			font-family:times new roman;
			color:Red;
			text-decoration: underline;
		}
		A:hover {
			font-family:times new roman;
			color:Green;
			text-decoration: underline;
		}
		.bottom a:link {
			font-family:times new roman;
			font-size:11px;
			font-weight:bold;
			color:#2757B0;
		}
		.bottom a:visited {
			font-family:times new roman;
			font-size:11px;
			font-weight:bold;
			color:#2757B0;
		}
		.bottom a:active {
			font-family:times new roman;
			font-size:11px;
			font-weight:bold;
			color:#2757B0;
		}
		.bottom a:hover {
			font-family:times new roman;
			font-size:11px;
			font-weight:bold;
			color:Red;
		}
		
/* [ styles for Menu links ] ---------------------------------------------*/


		
/* [ Special styles ] ---------------------------------------------------*/

		.header {
			background:#C5E6FF;
			font-family:times new roman;
			font-size:44px;
			font-weight:bold;
			color:#2757B0;
			bordercolor:#2757B0;
		}
		.tables {
			font-size:12px;
		}
		.title {
			font-size:18px; 
			font-weight:bold;
		}
		.paragraph {
			font-size:16px;
		}
		.bottom {
			background:#C5E6FF;
			font-family:times new roman;
			font-size:11px;
			color:blue;
			bordercolor:#2757B0; 
		}
		.indented {
			text-align=justify;
			font-size:16px;
			padding-left: 30pt;
			padding-right: 30pt;
		}
		.products {
			font-size:16px;
			color:Blue;
			background:#2757B0;
			text-align: left;
		}
		.divider {
			background:Yellow;
			text-align: left;
		}


/* ------------------------------------------------------------------*/

