.content {
table-layout:fixed;
width:317px;
overflow:scroll;
overflow-x:hidden;
}

#table {
width:317px;
border-collapse:separate;
border:1px solid black;}

#table>tbody {
overflow:auto; 
overflow-x:hidden;
}
#body {
background-color:#E6F4FF;
height:"0";
width:"0";
}
#td {
width:25%;
font-size:12px;
font-weight:bold;
text-align:center;
border:1px solid black;
}

/* END SECTION FOR THE SCROLLING TABLE INSET */

/* This little piece colors the scrolling bars for IE 6 */

body {
margin: 0px auto;
width: 720px
background-color: #BEDAF3;
scrollbar-base-color: #E4EEF6;
scrollbar-track-color: #6095C2;
scrollbar-face-color: #a7cbea;
scrollbar-highlight-color: #a7cbea;
scrollbar-3dlight-color: #E4EEF6;
scrollbar-darkshadow-color: #E4EEF6;
scrollbar-shadow-color: #a7cbea;
scrollbar-arrow-color: #E4EEF6;}

/* end scrolling colors */
/* this will color the submit buttons on the site */
.input {
background-color: #a7cbea;
border-color: #6095c2;
border-width: 1px;}

.style1 {font-size: 10px}
a, a:link, a:active, a:visited, a:hover{
color:#0066CC;
}
.style2 {font-size: 12px}
.style4 {font-size: 12px; font-weight: bold; }
.style6 {font-size: 10px; color: white; }
.style7 {font-size: 11px; color:#0066CC; }
.calcfont {font-size:11px; }
.calcFontTitle {font-size:14px; font-weight:bold; }
.calcFontBold {font-size:12px; font-weight:bold; }

.formUserName {
	border: 1px groove #949494; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6095C2;
	font-weight: normal; 
	margin: 5px;
	background-color: #E4EEF6;
	/*background-image: url("image");*/
	background-repeat:no-repeat; 
	background-position:2px center; 
	padding-left: 2px;
}

.formPassWord {
	border: 1px groove #949494; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6095C2;
	font-weight: normal; 
	margin: 5px;
	background-color: #E4EEF6;
	/*background-image: url("image");*/
	background-repeat:no-repeat; 
	background-position:2px center; 
	padding-left: 2px;
}