a {			text-decoration:none;
			color:#2d388a;	}
a:visited {	color:#662d8a; }
a.black{		color:#000000;}
a:visited.black {color:#000000; }

.header {	background-color:#ffffff; 
			background-image:URL("Images/header_bg.gif");
			background-repeat: repeat-x;
			background-position: top;	}

   
td.content {	background-image:URL("Images/yellow_weave.gif");}
div.content {margin-top: 6px;
			margin-right: 20px;
			margin-bottom: 6px;
			margin-left: 20px; 
			text-align: justify;}

.footer {	background-color:#fffefe; 
			background-image:URL("Images/yellow_weave.gif");
			border-color: #000000;
			border-width: thick;
			border: solid ;
			border-style: solid none none none;	}
	
/* CSS Class used to align picture in text */
.floatRight {float: right;
			padding-top: 20px;
			padding-bottom: 20px;
			padding-left: 20px;}
.floatRight2 {float: right;
			padding-top: 0px;
			padding-bottom: 20px;
			padding-left: 20px;}
.floatLeft {float: left;
			padding-top: 20px;
			padding-bottom: 0px;
			padding-right: 20px;}
.floatLeft2 {float: left;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-right: 20px;}
	
/* CSS for Menu Bar */
.menu {			font-family:Serif; 
				font-weight:bold; 
				font-size: 10pt; } 
.menu a{			color:#ffffff;}
.menu:hover a{ 	color:#12256a; }
td.menu{			text-decoration:none; 
				color:#12256a;
				border-color:#000000;
				border-width: 1px;
				background-color:#746002; }
td.menu:hover{	background-color:#ffffff; 
				color:#12256a;	}
.menuTable{		border-color: #000000;
				border-width: 1px;
				background-color:#000000; 
				margin-top: 0px;
				margin-right: 0px;
				margin-bottom: 0px;
				margin-left: 0px; }

.quote {	/*font-family:Serif; */
		margin-top: 0px;
		margin-right: 35px;
		margin-bottom: 0px;
		margin-left: 35px; /* copied from opposite side (right) */
		border-width: 0px;	}

.FAQ {	color:#12256a;}

/* CSS for Module overviews */
table.modOverview{		float:left;}
a.modOverview{			color:#ffffff;}
a.modOverview:hover{	color:#000000;}
td.modOverview{ 			text-decoration:none; 
						color:#6b1400;
						border-width: 0px;
						background-image:URL("Images/BlueButton.png");
						background-repeat: no-repeat;
						background-position: top;   }
td.modOverview:hover{	color:#12256a;
						background-image:URL("Images/RedButton.png");   }

/* CSS for Product overviews */
a.prod{ color:#ffffff;
		font-weight: bold;
		text-align: center;
		font-Size: +14pt;}
td.prod{	text-decoration:none; 
		color:#6b1400;
		border-width: 0px;
		background-image:URL("Images/Product.png");
		background-repeat: no-repeat;
		background-position: Center;  }
   
/* Show/Hide all menu options including links */
.Menus {		display:none;} 

/* CSS for Screen Tables */
.screen {	background-color:#000000;
			background-image:none;
			border-color: #888888;
			border-style: None;	
			border-width: 5px;
			color: green;
			font-family: "Courier New",courier;
			font-size: 12pt;
			font-weight: bold;
			margin-top: 5px;
			margin-right: 1px;
			margin-bottom: 5px;
			margin-left: 1px; /* copied from opposite side (right) */
			text-align: left;
			text-decoration:none; 	}
