@CHARSET "UTF-8";

html {
	height: 100%;
	width: 100%
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

p {text-indent:15px; text-align: justify;margin-top:0px;margin-bottom:2px}

table,tr,td {
	border: 0px solid;
	vertical-align: top;
	text-align: left
}

body,div,table,tr,td,span,h1,h2,h3,h4,h5,a {
	font-family: Verdana, Tahoma;
	font-size: 12px;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 12px;
}

table.menu {
	width: 190px
}

table.menu a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px
}

table.menu a:visited {
	color: #FFFFFF
}

table.menu a:hover {
	color: #FFFFFF
}

table.menu tr {
	vertical-align: middle;
}

.cnt {
	text-align: justify;
	padding-left: 15px;
	padding-right: 30px
}