/* CSS Document - IZ ColdFusion CSS*/

table {
	border: 1px solid #CCCCCC;
	max-width:528px;
	
}
table td, th{
	border: 1px solid #CCCCCC;
	padding:2px;
	white-space: normal;
	overflow:auto;
}
table th{
font-weight:bold;
	
}

ul.allOtherPages  {
	display: inline;
	list-style: none;
} 

ul.allOtherPages li {
	margin: 0;
	display: inline;
}

ul.allOtherPages a:link, ul.allOtherPages a:visited {
	text-decoration: none;
}

ul.allOtherPages a:hover, ul.allOtherPages a:active {
	text-decoration: underline;
}
/* Fixes added by JAK on 2006-09-29 */
form.JAKform {
}

form.JAKform input {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form.JAKform select {
	vertical-align: text-top;
	border: 1px solid #999999;
}
form.JAKform textarea {
	vertical-align: text-top;
	border: 1px solid #999999;
}
.textTop {
	vertical-align: text-top;
	border: 1px solid #999999;
}

/* Class added by JAK 1 June 2007 */

h2.homePageH2	{
		text-transform:uppercase;
		font: 90% Georgia, "Times New Roman", Times, serif;
		font-weight: bold;
		border-bottom: 1px solid #CCC;
		margin: 0 0 .5em 0;
		}
