html {
    overflow-y: scroll;
}

BODY {
	PADDING: 0px; MARGIN: 0px; FONT-SIZE: 14px; BACKGROUND: #cccc99; COLOR: #000000; FONT-FAMILY: Verdana, Tahoma, Arial, Sans-Serif, Serif; max-height: 100%;
}

/* top links */
A.menu_links {
	color: #fdfb8e; text-decoration: underline; font-size: 20px; background-color: #666633;

}
A.menu_links:active {
	color: #fdfb8e; text-decoration: underline; font-size: 20px; background-color: #666633;
}
A.menu_links:hover {
	color: #ffff00; text-decoration: underline; font-size: 20px; background-color: #666633;
}


/* image links */
A.image_links {
	color: #cccc99; text-decoration: none; border: none;
}
A.image_links:active {
	color: #cccc99; text-decoration: none; border: none;
}
A.image_links:hover {
	color: #cccc99; text-decoration: none; border: none;
}


/* links in the content area */
A.content_links {
	color: #160AFF;  background-color: #cccc99; text-decoration: underline;
}
A.content_links:active {
	color: #160AFF; background-color: #cccc99; text-decoration: underline;
}
A.content_links:hover {
	color: #160AFF; background-color: #cddc99; text-decoration: underline;
}

A.doc_links {
	color: #cc9900;  text-decoration: none;
}
A.doc_links:active {
	color: #cc9900; text-decoration: underline;
}
A.doc_links:hover {
	color: #cc9900; text-decoration: underline;
}


/* navigation link style */
A.navigation_sign {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}
A.navigation_sign:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: none;
}
A.navigation_sign:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	text-decoration: underline;
}


/* title style */
.title {
	FONT-FAMILY: Verdana, Tahoma, Arial, Sans-Serif, Serif;
	FONT-SIZE: 25px;
}




/* button style */
.button{
	 background-color: #252A72; color: #fdfb8e; padding-left: 20px; padding-right: 20px; padding-bottom: 3px; padding-top: 2px; text-align: center; font-size: 18px; cursor: pointer;
}
.button_over{
	 background-color: #363EA7; color: #ffff00; padding-left: 20px; padding-right: 20px; padding-bottom: 3px; padding-top: 2px; text-align: center; font-size: 18px; cursor: pointer;
}

