body {
	border: 0px;
	margin: 0px;
	background: #fafaff;
}

form, select, input, textarea {
	margin:0px;
	padding:0px;
}

img {
	border: 0px;
}

li { 
	margin: 5px 5px 5px -10px;
}

a {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.bord {
	border-color:#d1d1d1;
	border-style: double;
	border-width: 3px;
}

fieldset {
	border: 2px solid black;
	margin-left: 10px;
	padding: 10px;
	width: 480px;
	font-size: 10px;
}

legend {
	background-color: #C8DCF0;
	border: 2px solid black;
	padding: 0.25em;
	padding-top: 0.1em;
	font-size: 12px;
}

.td_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background-color: #AFC3E4;
	padding: 5px;
	color: #323C4D;
	vertical-align: middle;
	border: 1px solid #606060;
}

.td_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background-color: #DEE3EC;
	padding: 5px;
	vertical-align: middle;
	border: 1px solid #a0a0a0;
}

.name, .name * td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	font-weight: normal;
}

.menu, .menu * td {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

.menu a, .menu * td a,
.menu a:active, .menu * td a:active,
.menu a:visited, .menu * td a:visited {
	font-family: verdana;
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover, .menu * td a:hover { 
	font-family: verdana;
	color: #ffffff;
	text-decoration: underline;
}

.text, .text * td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.text a, .text * td a,
.text a:active, .text * td a:active,
.text a:visited, .text * td a:visited { 
	font-family: verdana;
	color: #006699;
	text-decoration: underline;
}

.text a:hover, .text * td a:hover { 
	font-family: verdana;
	color: #006699;
	text-decoration: none;
}

.text h1, .text * td h1 { 
	font-family: verdana;
	font-size: 8pt;
	color: #323C4D;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

INPUT.input {
	background-color: #F0F8FF;
	border: 2px solid black;
	width: 440px;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	padding-left: 3px;
}

INPUT.input2 {
	background-color: #F0F8FF;
	border: 2px solid black;
	width: 120px;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	padding-left: 3px;
}

textarea.comment {
	background-color: #F0F8FF;
	border: 2px solid black;
	width: 440px;
	height: 80px;
	font-size: 10px;
	font-family: verdana;
	color: #000000;
	padding-left: 3px;
}

INPUT.submit {
	color: #000000;
	font: normal 10px Verdana;
	background-color: #F0F8FF;
	border: 2px solid black;
	width: 200px;
	cursor: hand;
}

INPUT.submit2 {
	color: #000000;
	font: normal 10px Verdana;
	background-color: #F0F8FF;
	border: 2px solid black;
	width: 80px;
	cursor: hand;
}

SELECT.select {
	background-color: #F0F8FF;
	border: 2px solid black;
	width: 440px;
	font: normal 10px Verdana;
	color: #000000;
	padding-left: 3px;
}