html {
	height: 95%;
}

body {
	background-color: #3a6ea5;
	font-size: 11px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	height: 95%;
}

td {
	font-size: 11px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	vertical-align: top;
}

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.tableheader
{
	font-weight: bold;
	background: #336193;
	color: #ffffff;
}

.tablebody
{
	background: #5584b5;
	color: #000000;
}

.tableheader a:link {
	color: #ffffff;
	text-decoration:none;
}

.tableheader a:visited {
	color: #ffffff;
	text-decoration: none;
}

.tableheader a:hover {
	color: #ffffff;
	text-decoration: underline;
}

input {
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
}

input.readonly {
	color: #999999;
}

textarea {
	border-left-color: #000000;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-face-color: #5584b5;
	scrollbar-shadow-color: #336193;
	scrollbar-highlight-color: #77a6d7;
	scrollbar-3dlight-color: #77a6d7; 
	scrollbar-darkshadow-color: #336193;
	scrollbar-track-color: #3a6ea5;
	scrollbar-arrow-color: #000000;
}

button 
{
	border-left-color: #77a6d7;
	border-left-width: 1px;
	border-right-color: #336193;
	border-right-width: 1px;
	border-top-color: #77a6d7;
	border-top-width: 1px;
	border-bottom-color: #336193;
	border-bottom-width: 1px;
	font-family: verdana,tahoma,arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #3a6ea5;
	color: #ffffff;
}
