/* 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;
	background-color: #FFFFFF;
	background-image: url('./img/bluefoot.gif');
	background-repeat: repeat-x;
	background-position: 0% 100%;
}

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;
}

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

a:hover {
	text-decoration: underline;
}

/* IDS */

table#contable {
	width: 920px;
	height: 100%;
	background-image: url('./img/bbcg.gif');
	background-repeat: repeat-y;
	background-position: 179px 0px;
}

td#leftcol {
	width: 179px;
}

td#rightcol {
	width: 196px;
}

td#foot {
	width: 545px;
	height: 20px;
}

div#head {
	width: 545px;
	height: 79px;
	background-image: url('./img/head.gif');
	background-repeat: no-repeat;
	background-position: 0% 0%;
}

div#cont {
	width: 545px;
}

div#contpad {
	padding: 25px 35px 265px 35px;
}

div#title {
	width: 250px;
	height: 21px;
}

div#titlep {
	padding: 62px 0px 0px 37px;
}

/* CLASSES */

div.menuitem {
	width: 179px;
	height: 19px;
}

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

div.lhalfp {
	padding: 0px 10px 0px 0px;
}

div.rhalfp {
	padding: 0px 0px 0px 10px;
}

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

.fleft {
	float: left;
}

.fright {
	float: right;
}

.clearer {
	clear: both;
	height: 1px;
	margin: 0px;
}

.mt10 {
	margin-top: 10px;
}

.center {
	text-align: center;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.b {
	font-weight: bold;
}