/* GLOBAL */

* {
	font-family: Verdana, Helvetica CE, Helvetica, Geneva CE, Geneva, Arial CE, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
}

/* ELEMENTS */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #8B9CC7;
	background-image: url('./img/bbcg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	/*margin-bottom: 1em;*/
}

h3 {
	font-weight: bold;
	margin: 0px;
	margin-bottom: 1em;
}

p  {
	text-align: justify;
	margin-bottom: 10px;
	margin-top: 0px;
	line-height: 1.2em;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, select {
	border-style: solid;
	border-width : 1px;
	border-color : #000000;
	background-color: #FFFFFF;
	margin: 0px;
}

img {
	border: 0px;
}

ul {
	margin-bottom: 1em;
	margin-top: 0px;
	margin-left: -25px;
	//margin-left: 17px;
}

li  {
	list-style-type: square;
	margin-bottom: 0px;
	margin-top: 0px;
}

hr {
	height: 1px;
	color: #8B9DC6;
}

a {
	text-decoration: none;
	color: #1A3E90;
}

a:hover {
	text-decoration: underline;
}

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

a.reglink:hover {
	color: #000000;
	text-decoration: none;
}

/* IDS */

table#contable {
	width: 788px;
	height: 100%;
}

td#tdlstripe {
	width: 9px;
	height: 100%;
	background-image: url('./img/lgrad.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

td#tdrstripe {
	width: 9px;
	height: 100%;
	background-image: url('./img/rgrad.gif');
	background-repeat: repeat-y;
	background-position: top left;
}

div#pagecont {
	width: 770px;
}

div#whcont {
	width: 770px;
	float: left;
}

div#lstripe {
	width: 9px;
	height: 624px;
	background-image: url('./img/l_grad.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div#rstripe {
	width: 9px;
	height: 624px;
	background-image: url('./img/r_grad.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}

div#leftcol {
	width: 236px;
	float: left;
}

div#rightcol {
	width: 534px;
	float: left;
}

div#rightgrad {
	width: 235px;
	float: right;
	background-image: url('./img/in_grad.jpg');
	background-repeat: repeat-x;
	background-position: top left;
}

div#head {
	width: 534px;
	height: 161px;
	background-image:url('./img/flash.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

div#menu {
	padding-top: 116px;
}

table#stripes {
	width: 770px;
	height: 100%;
	background-image: url('./img/stripebcg.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

table#stripes_index {
	width: 770px;
	height: 100%;
	background-image: url('./img/stripebcg_index.gif');
	background-repeat: repeat-y;
	background-position: top center;
}

/* CLASSES */

div.title {
	background-color:#E7EBF3;
	padding: 5px;
	color: #183C8E;
	font-size: 14px;
	font-weight: bold;
}

div.dotline {
	height: 1px;
	line-height: 1px;
	background-image:url('./img/dotline.gif');
}

div.l3d {
	float: left;
	width: 306px;
}

div.l3dp {
	padding-right: 20px;
}

div.r3d {
	float: left;
	width: 188px;
	/*
	border-style: solid;
	border-width: 0px 0px 0px 1px;
	border-color: #8B9DC6;
	*/
}

div.r3dp {
	padding-left: 15px;
}

table.filedown {
	width: 464px;
	background-color: #E7EBF3;
}

table.filedown th {
	padding: 0px 0px 10px 0px;
	border-style: solid;
	border-color: #6C2931;
	border-width: 0px 0px 1px 0px;
	color: #183C8E;
}

table.filedown td {
	padding: 10px 5px 0px 0px;
}

div.filedownsp {
	padding: 15px;
	background-color: #E7EBF3;
}

input.short {
	width: 20px;
}

div.half {
	float: left;
	width: 267px;
}

.depth0 {
	padding: 0px 10px 0px 25px;
	margin-top: 40px;
	display: block;
	font-weight: bold;
	background-image:url('./img/bluesq.gif');
	background-position: 15px 4px;
	background-repeat: no-repeat;
}

.depth1 {
	margin-top: 3px;
	padding: 0px 10px 0px 30px;
	display: block;
	background-image:url('./img/bluecom.gif');
	background-position: 20px 5px;
	background-repeat: no-repeat;
}

.depth2 {
	margin-top: 3px;
	padding: 0px 10px 0px 40px;
	display: block;
	background-image:url('./img/bluecom.gif');
	background-position: 30px 5px;
	background-repeat: no-repeat;
}

img.pic {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

.hand {
	cursor: pointer;
	//cursor: hand;
}

.h100 {
	height: 100%;
}

.p20 {
	padding: 20px;
}

.p20wt {
	padding: 0px 20px 20px 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.mb5 {
	margin-bottom: 5px;
}

.mt20 {
	margin-top: 20px;
}

.galmr {
	margin-right: 7px;
}

.blue {
	color: #183C8E;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clearer {
	clear: both;
	height: 0px;
	line-height: 0px;
}

.center {
	text-align: center;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.b {
	font-weight: bold;
}
