body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: small;				
	font-weight: normal; 
			color: black; 
					background: url('Images/SC-background.jpg') fixed;
						line-height: normal;		
			width: 955px;
						padding-top: 5px;
						padding-bottom: 5px;
								margin-left: auto;
								margin-right: auto
	}
#inbody {
	margin-left: 175px;
		text-align: justify;
	}	
h1 { 
	font-size: 220%;
		font-weight: bold;
	}
h2 { 
	font-size: 180%;
	}
h3 {
	font-size: 140%;
	}
h4 {
	font-size: 150%;
	color: red;
		font-family: Times, Times New Roman, Georgia, serif;
	}
h5 {
	font-size: 125%;
	color: black;
		text-align: center;
		font-family: Times, Times New Roman, Georgia, serif;
	}
		
#middle {
	text-align: center;
	}
#just {
	text-align: justify;
	}	
#menu {
			color: black;
				text-align: center;
					padding: 10px;
						font-family: Times, Times New Roman, Georgia, serif;
						font-size: 120%;
							margin: 2px;
								position: absolute;
									top: 10px;
										left: 10px;
											width: 140px;
												float: left;
												border: groove silver;
					background: url('Images/Menu_back.jpg') fixed;	}

.yellback { background: yellow;  }
	.bluetxt {color: blue; }
.blueback { background: blue;  }
	.yelltxt {color: yellow; }
.greentxt { color: green; }

a:link {color: blue; } a:visited {color: red; } a:hover {color: red; background: black; }

#footer {
	text-align: center;
		height: 205px;
			background: url('../IMAGES/BACKGROUND/518backgrd.GIF');
				border-style: double;
					padding: 5px;
						margin: 10px 10px 10px 10px;
							font-size: 75%;
	}
table {
	width: 100%;
	color: black;
			text-align: center;
		}
th {border: none;}
.thinwhite {border: thin solid white;}
#copy {
	text-align: justify;
		font-size: 75%;			
	}
.tinytxt {font-size: 75%;}
.linejust {text-align: justify;}
.linectr {text-align: center;}
.lineright {text-align: right;}
.bdr {border: none;}
.floatl {
	float: left;
	padding-right: 10px;
	}
.floatr {
	float: right;
	padding-left: 10px;
	}
.scrollArea {
	width: 200px; 
	height: 250px;
	padding-left: 5px;
	padding-right: 5px; 
	border-color: #6699CC;
	border-width: 1px; 
	border-style: solid;
	float: left;
	overflow: auto;
	}
