
body {
	background-color: #9CADA5;
	background-image: url(image/block.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	padding: 0px;
	margin: 0px;
	scrollbar-arrow-color: ffffff;
	scrollbar-base-color: ffffff;
	scrollbar-dark-shadow-color: 1A2B23;
	scrollbar-track-color: 426C58;
	scrollbar-face-color: 9CADA5;
	scrollbar-shadow-color: 1A2B23;
	scrollbar-highlight-color: ffffff;
	scrollbar-3dlight-color: 426C58;
	
}

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
}

input, textarea, select {
	font: 11px Verdana;
}
img.email {
	position: relative;
	top: 2px;
	z-index: 2;
}
.maintable {
	background-color: #7D867B;
	border: 1px solid #293824;
	padding: 20px;
}

.copyright {
	background-color: #7D867B;
	border: 1px solid #293824;
	padding: 7px;
	text-align: center;
}

.img_out {
	background-color: #9CADA5;
	border: 1px solid #293824;
	text-align: center;
	padding: 20px;
}

.img_in {
	background-color: #7D867B;
	border: 1px solid #293824;
	padding: 20px;
	font-size: 7pt;
	text-align: center;

}

img.pad {
	padding-bottom: 5px;
}

#floater {
	z-index: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-bottom: 2px;
	border-bottom: 1px solid white;
}

hr {
	border: 0px;
	color: #ffffff;
	background-color: #ffffff;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 0px;
	height: 1px;
}

.indent {
	padding-left: 15px;
	padding-right: 15px;
}

.article {
	padding-top: 5px;
	padding-left: 10px;
}

a:link, a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:active, a:hover {
	text-decoration: underline;
	color: #9CADA5;
}

.ant {
	padding: 1px 6px 1px 6px;
	background-color: #eee;
	color: #333;
	border: 2px dotted #888;
	font-weight: normal;
}

img {
	border: 0px;
}

.antbox {
	color: #242424;
	background-color: rgba(255,255,255,0.3);
	padding: 6px 12px; 
	margin: auto; 
	text-align: center; 
	font-weight: bold;
	font-size: 11px;
	border-left: 1px solid #426C58;
	border-top: 1px solid #426C58;
	
	position: absolute;
	z-index: 50;
	opacity: 0.6;
	right: 0px;
	bottom: 0px;
}
.antbox span {
	cursor: help;
}


.antbox a:link, .antbox a:visited {
	text-decoration: none;
	color: #ca068c;
	background-image: url(white.png);
	padding: 6px 24px 6px 24px;
	font-size: 12px;
	border: 1px solid #888;
}

.antbox a:active, .antbox a:hover {
	text-decoration: none;
	color: #f8ff35;
	border: 1px solid #fff;
	
}

.maintable a:link, .maintable a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #FFFFFF;
	color: #ffffff;
}
.maintable a:active, .maintable a:hover {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 0px;
}

.glossary {
	
}

.glossary a:link, .glossary a:visited {
	text-decoration: none;
	border: 1px solid #666666;
	background-color: #ccc;
	font-weight: bold;
	color: #666666;
	padding: 3.5px;
}
.glossary a:active, .glossary a:hover {
	text-decoration: none;
	border: 1px solid #ffffff;
	background-color: #666666;
	font-weight: bold;
	color: #ffffff;
	padding: 3.5px;
}


.entry {
	font-family: Tahoma, Verdana, "Arial Unicode MS", Sans-serif;
	font-weight: bold;
}

.button1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #426C58;
	height: 8px;
	width: 50%;
	padding: 4px;
}

.button2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background-color: #1A2B23;
	height: 8px;
	width: 50%;
	padding: 4px;
}

.probbox {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 400px;
	padding: 10px;
	height: 150px;
	border: 1px solid #666666; 
	overflow: auto;
	background-color: #666;
	color: #fff;
}
