/* Sortable tables */
table.sortable thead {
    background-color:#eee;
    color:#666666;
    font-weight: bold;
    cursor: default;
}


body {
	padding-right: 0px; padding-left: 0px;padding-bottom: 0px; padding-top: 0px; margin: 0px;
	scrollbar-face-color:#FFFFFF;
	scrollbar-arrow-color:#C00000;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#888888;
	scrollbar-highlight-color:#888888;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	}
.text {
		font-family: "arial", "helvetica", sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #000;
		text-align:justify;
		padding-right: 30px;
		padding-left: 30px;
		padding-bottom: 3px;
		padding-top: 3px;
		}
		
.h1	{
		font-family: "arial", "helvetica", sans-serif;
		font-size: 18px;
		font-weight: normal;
		font-style: normal;
		color: #000;
		text-align:justify;
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 3px;
		padding-top: 3px;
		}
		
.h6	{
		font-family: "verdana","arial", "helvetica", sans-serif;
		font-size: 22px;
		font-weight: bold;
		font-style: italic;
		color: #006699;
		}
		

.h3	{
		font-family: "borg 9","borg-9","borg_9","arial" sans-serif;
		font-size: 22px;
		font-weight: bold;
		font-style: normal;
		color: #0;
		}
		
.h4	{
		font-family: "arial", "helvetica", sans-serif;
		font-size: 16px;
		font-weight: bold;
		font-style: normal;
		color: #0;
		}
		
.h2	{
		font-family: "arial", "helvetica", sans-serif;
		font-size: 15px;
		font-weight: bold;
		color: #000;
		text-align:left;
		}
		
.h5	{
		font-family: "arial", "helvetica", sans-serif;
		font-size: 10px;
		font-weight: normal;
		color: #000;
		text-align:left;
		padding-left: 20px;}

a {
	font-family: "arial", "helvetica", sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}

	
INPUT {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: #B08368 solid 1px;
	height: 21px;
}
SELECT {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	border: #B08368 solid 1px;
}


