body {
	background-color: #F7D310;
}
h1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	color: #000000;
}
p {
	font-family: "Comic Sans MS";
	font-size: 13px;
	color: #000000;
	text-align: justify;
}	
.style1 {
	font-family: "Comic Sans MS";
	font-size: 11px;
	color: #333333;
}
.overflower {
	overflow: scroll;
	height: 462px;
	position: relative;
	padding: 5px;
    scrollbar-arrow-color: #A49A01;
    scrollbar-base-color: yellow;
    scrollbar-darkshadow-color: #474415;
    scrollbar-face-color: #E1D62E;
    scrollbar-highlight-color: #FCF8BC;
    scrollbar-shadow-color: #575642;
}
.formtext {
	font-family: "Comic Sans MS";
	font-size: 14px;
	color: #664500;
	text-align: right;
}
.fotabl {
	border-bottom-style: dotted;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
}
/* Gallery Styles */

#motioncontainer {
/* margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 400px; /* Set to gallery width, in px or percentage */
height: 100px; /* Set to gallery height */
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.plinmid {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
.bigtxtsiz {
	font-size: 18px;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 1px dotted black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	font-family: "Comic Sans MS";
	font-size: 12px;
	text-align: center;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}