body
	{
	color: #000;
	background: #eee;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	margin: 12px
	}


#page
	 {
	 background: #fff;
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative;
	 width: 700px;
	 height: auto;
	 visibility: visible;
	 border: #000 1px solid;
	 display: block
	 }

.topmenu {
	background-color: transparent;
	text-align: right;
	float: right;
	visibility: visible;
	margin: 0px 10px 0px 0px;
	display: block
	}

.logo {
	background-color: transparent;
	float: left;
	visibility: visible;
	margin: 0px 0px 0px 0px;
	border-bottom: #8c646a 1px solid;
	display: block
}


.horzspace {
	background-color: transparent;
	line-height: 40px;
	clear: left;
	width: 700px;
	visibility: visible;
	display: block
	}


/* --------- LINKS -------------- */

a {
	color: #066;;
	text-decoration: none
	}

a:hover {
	color: #79a2b8;
	text-decoration: underline
	}


/* --------- COLOUMNS ----------- */

.col1 {
	background: transparent;
	text-align: left;
	width: 150px;
	float: left;
	}

.col2 {
	background: transparent;
	text-align:	left;
	width: 410px;
	float: left;
	}

.col3 {
	background: transparent;
	text-align: center;
	width: 130px;
	float: left;
	}

/* --------- TABLE -------------- */

.table
	{
	background: #fff;
	visibility: visible;
	width: 100%;
	position: relative
	}

.table table
	{
	background-color: transparent;
	font-size:			12px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	margin-top:		15px;
	margin-right:		0px;
	margin-bottom:	0px;
	margin-left:		15px;
	width:				380px
	}

.table td
	{
	padding: 0px 0px 0px 0px;
	}

.table h1  {
	color: 				#8c646a;
 	font-family: 		Verdana, Ariel;
	font-size: 			1.5em;
	}

.table h2  {
	color:				#8c646a;
 	font-family: 		Verdana, Ariel;
	font-size:			1.2em;
	margin-top:		0px;
	}


/* --------- TABLE END ---------- */



.textcol {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	background: transparent;
	margin: 0px 10px 0px 10px;
	}

.col1text {
	background: transparent;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: #8c646a 1px solid;
	margin: 0px 10px 0px 10px;
	}

.col1texttitle {
	background: #79a2b8;
	color: #fff;
	text-indent: 10px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #8c646a 1px solid;
	}

.col1textitem {
	background: transparent;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 10px;
	}

.pic {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.picbrd {
	border: #8c646a 1px solid;
	}



h1  {
	color: 				#8c646a;
 	font-family: 		Verdana, Ariel;
	font-size: 			1.5em
	}


h2  {
	color:				#8c646a;
 	font-family: 		Verdana, Ariel;
	font-size:			1.2em;
	margin-top:		40px
	}

h3  {
	color:				#8c646a;
	font-size:			small
	}

h4  {
	color: #8c646a;
	font-size: small
	}

h5  {
	color: #8c646a;
	font-size: x-small
	}

h6  {
	color: #8c646a;
	font-size: xx-small
	}


.bold{
	font-weight: bold;
}

.italics{
	font-style: italic;
}

.formbox{
	margin: 30px;

}

.formitem {
	display: block;
	margin-bottom: 4px;
}