
/* prevent horizontal jumps in firefox */
html { min-height: 100%; margin-bottom: 1px; }

body {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: black;
	margin: 6px 20px 20px;
	padding: 0;
}

A { 
	text-decoration: none; 
}
A:hover {
	color: #FF0000!important;
	text-decoration: underline; 
}
A:link {
	color: #336699;
}
A:visited {
	color: #336699;
}

#outerindex {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background-color: #FFFFFF;
}
#outerpage {
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#hdr {
	height: 41px;
	background-image: url(images/image-bkg-hdr.jpg);
	background-repeat: repeat-x;
	width: 100%;
}
#hdrindex {
	height: 41px;
}
#bar {
	height: 20px;
	text-align: left;
	font-weight: bold;
	background-image: url(images/image-left-main-page.jpg);
	background-repeat: no-repeat;
	text-indent: 129px;
	vertical-align: middle;
}
#barindex {
	height: 20px;
	text-align: left;
	font-weight: bold;
	background-image: url(images/image-index-bar.jpg);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 129px;
	vertical-align: middle;
}

#bodyblock {
	width: 999px;
 }

#cont {
	
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	
	padding: 10px;
}
#contindex {

	background-image: url(images/image-index-content1.jpg);
	background-repeat:no-repeat;
	
	padding-top: 30px;
	padding-left: 310px;
}

#ftr {
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 25px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #336699;
}
#ftrindex {
	text-align: right;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 25px;
	border-left-width: 0px;
	border-left-style: solid;
	border-bottom-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #336699;

}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border-top: 0px solid #ddd;
    padding: 4px;
    vertical-align: top;
}