	body {
		margin-top: 0;
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1em;
		/* font sizing in ems. if you want to change all other fonts, just change this.*/
		/*76% is smallest to go & stay the same across browsers.*/
		color: #000;
		background-color: #fff;
	}

    #class_bar {
        background-image:url(../images/apacs-login-class_01.jpg);
        width: 817px;
        height: 17px;
    }

	#unclass_bar {
		background-image:url(../images/apacs-login_01.jpg);
		width: 817px;
		height: 17px;
	}
		
	#header {
		background-image:url(../images/apacs-login_02.jpg);
		width: 817px;
		height: 175px;
	}

	#footer {
		background-image:url(../images/apacs-login_10.jpg);
		width: 817px;
		height: 45px;
		font-size: x-small;
	}
	
	#background_gray {
		background-image:url(../images/apacs-login_05.jpg);
		width: 817px;
		height: 15px;
	}
	
	table#table_01 {
		margin-left: 15%;
		margin-right: 15%;
	}
	
	div.content {
		/*background-color: #669933;*/
		background-image: url(../images/apacs-login_04.gif);
		padding: 15px 45px 25px 45px;
		height: 100%;
		font-size: 75%;
	}
	
	h1 {
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 0em;
		margin-bottom: 0em;/*both set to zero and padding in header div is used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
		color: #333366;
		}
	h2 {
		font-size: 1.2em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: normal;
		}
	h3 {
		font-size: 1.1em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: normal;
		}
	h4 {
		font-size: 1.0em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: bold;
		}
	h5 {
		font-size: 0.8em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: bold;
		}
	h6 {
		font-size: 0.6em;
		margin: 1.2em 0em 1.2em 0em;
		font-weight: bold;
		}
		
	p, li {
		font-size: 0.9em;
		font-weight: normal;
		font-size: inherit;
	}		
	img {
		border: 0;
		}		
		
	a	{
		text-decoration: underline;
		color: #333366;
	}	
	
	.login-error {
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		color:#F00;
	}	

	input
	{
		font-size: 1em;
	}