/*
@font-face {
	font-family: 'Cicle Gordita';
	src: url('Cicle_Gordita.eot');
	src: local('Cicle Gordita'), local('CicleGordita'), url('Cicle_Gordita.woff') format('woff'), url('Cicle_Gordita.svg#CicleGordita') format('svg'), url('Cicle_Gordita.ttf') format('truetype');
}

*/
body 
{
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 0px;
	margin: 0px auto;
}

#footer
{
	clear:both;
	text-align: center;	
}

.right_just
{
	text-align: right;
}

.left_just
{
	text-align: left;
}

.centre {
	text-align: center;
}


.tr_even, .tr_odd
{
	padding: 2px;
}

.tr_odd
{
	background: #ddd;
}

.tr_even
{
	background: #eee;
}

td
{
	text-align: center;
}

.mandatory {
	border: 1px solid red;
}


a, a:link
{
	text-decoration: none;
	color: #36f;
	font-weight: bold;
}

a:hover {
	color: #00f;
	text-decoration: underline;
}

a:visited {
	color: #3bf;
	text-decoration: underline;
}

input, submit {
	border: 1px solid #036;
	color: #036;
}

.form_submit {
  border: 1px solid #036;
  vertical-align: middle;
	color: #036;
}

.form_standard {
	margin: 0px;
	padding: 0px;
}


