html {
	height: 100%;
}

body {
	background-color: #F1F1F1;
	font-family: Verdana, tahoma, Arial;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: #000000;
	margin: 0;
	height: 100%;
}

a {
	color: #0C6E97;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 1em;
	margin-bottom: 1em;
}

td {
	font-size: 13px;
}

/* p, td, .faqcontent, .bodytext { */
p, .bodytext {
	font-size: 13px;
	text-align: justify;
	margin-top: 1em;
	margin-bottom: 1em;
}

ul {
	margin-left: 20px;
	padding: 0;
}

li {
	margin-left: 0px;
	font-size: 13px;
	text-align: justify;
}


table, .contenttable {
	border: 0px;
}

/*
.top {
	background-color: #F7CD7F;
	background-image: url("top25x100.png");
	background-repeat: repeat-x;
	vertical-align: middle;
}
*/

.panel {
	background-color: #F0F7FF;
}

.panelmenu {
	vertical-align: top;
}

.copyr {
	vertical-align: bottom;
	text-align: center;
}


.menu, .menuactive {
	font-size: 15px;
	margin: 13px;
	margin-left: 20px;
}


.maintable {
	margin: auto;
}


.content {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 15px; /* 25px */ /* reduced for main ss */
	padding-top: 0px; /* 15px */
}

.small {
	text-align: center;
	font-size: 10px;
	color: #666666;
}

