/* CSS Document */

.textlight {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#d6dae0;
}

.textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#d6dae0;
	line-height:16px;
}

select {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#d6dae0;
	border:1px solid #000000;
}

input {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	background-color:#d6dae0;
	line-height:15px;
}

.title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
}

.receipt {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	color:#a10220;
}

body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:15px;
	background-color:#888888;
	scrollbar-face-color: #e6e6e6;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-arrow-color: #333333;
	scrollbar-track-color: #d6dae0;
	scrollbar-darkshadow-color: #cccccc;
	margin:10px;
}

a.menu:LINK {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#d6dae0;
	text-decoration:none;
}

a.menu:VISITED {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#d6dae0;
	text-decoration:none;
}

a.menu:HOVER {
	text-decoration:none;
	color:#A0A0A0;
}

a.menudark:LINK {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#515151;
	text-decoration:none;
}

a.menudark:VISITED {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#515151;
	text-decoration:none;
}

a.menudark:HOVER {
	text-decoration:underline;
	color:#515151;
}

.button_background {
	font-family:Georgia, "Times New Roman", Times, serif;;
	font-size : 11px;
	background-color : #515151;
	background-image:url(button_background.gif);
	color : #FFFFFF;
	font-weight:bold;
}

.myContents {
	height: 360px;
	width: 570px;
	border: 0px solid #000000;
	overflow: auto;
	line-height:15px;
	text-align:left;
	border:0px solid #000000;
}

.padding10 {
	padding:10px;
	border:0px solid #fc0303;
	text-align:left;
}

.padding10contents {
	padding:10px;
	border:0px solid #fc0303;
	width:570px;
	height:375px;
	overflow:auto;
}

.mydiv {
	padding:0px;
}
