

body {
	font-family: Verdana, Arial;
	font-size: 9px;

	}
	
	
a:link, a:visited {color: #000000;}
a:hover {color: #cc0000;
		text-decoration: none;}

.everything {
	font-family: Arial;
	font-size: 12px;
	}
	
.everything a:link, .everything a:visited {color: #000000;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	}
.everything a:hover {color: #cc0000;
		text-decoration: none;}

form {
	font-size: 9pt;
	color: #000000;
	}

input {
	margin-bottom: 5px;
	margin-right: 15px;
	height: 20px;
	background-color: #ffffcc;
	}
	
select {
	margin-bottom: 5px;
	margin-right: 15px;
	background-color: #ffffcc;
	}
	
textarea {
	margin-bottom: 5px;
	margin-right: 15px;
	background-color: #ffffcc;
	}

hidden {
	margin-bottom: 5px;
	margin-right: 15px;
	height: 20px;
	}
	
.section {
	font-weight: bold;
	border-width-top: 0px;
	padding-left: 3px;
		}

.formtable {
		width: 700px;
		font-size: 9pt;
		background-image: url(images/formbg3.jpg);
		
		
		
		}
		
		
.formtable td{
		padding-top: 5px;
		padding-bottom: 5px;
		border-bottom: 1px solid #ccccff;
		}
		
.fieldtitle {
		padding-left: 25px;
		vertical-align: top;
		width: 150px;
		}

.fieldinput {
		text-align: left;
		width: 300px;
		}
		
.checktable {
		border-width: 0;
		font-size: 9pt;
		color: #000000;
		padding: 0px;
		}
		
.checktable td{
		border-width: 0;
		padding: 0px;
		}
		
.fieldinputphoto {
		text-align: left;
		width: 300px;
		vertical-align: top;
		padding: 15px;
		}
		
.menuroll a:link, .menuroll a:visited, .menuroll a:hover{
		text-decoration: none;
		font-weight: normal;
		}
		
.confirm {
		color: #ff0000;
		}
		
.wheretorun {
		font-family: arial;
		font-size: 12px;
		border-width: 0px;
		}
		
.wheretorun td{
		border-width: 0px;
		padding: 0;
		}
		
.smcheck {
		width: 13px;
		height: 13px;
		margin: 0;
		padding: 0;
		}

			
/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: 25px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(images/pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(images/pointer.gif) left top no-repeat;
}


