TD P {
	font-family: "Verdana";
}

P{
	font-family: "Verdana" ;
	margin-top: 0cm;
	margin-bottom: 0cm ;
	text-align:center;
}

p.small{
	font-size:0.8em;
}

A:link {
	color: #000000;
	text-decoration: none ;
}

A:visited {
	color: #000000;
	text-decoration: none ;
}

/* index.html specific definition */
body{
	background-color:#ffffff;
	margin: 0;
	padding: 0;
}

div{
	text-align:center;
}

div.top-title{
	background-color:#6090ef;
	margin: 0px 0px 0px 0px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right:10px;
	margin-left: 10px;
	margin-top:5px;
	margin-bottom: 10px;
	text-decoration:underline;
}

div.margininline{
	margin: 30px 30px 30px 30px;
}

div.body{
	width:100%;
}

div.marginleft{
	float:left;
	width:78%;
}

div.marginleftinline{
	margin: 30px 30px 30px 30px;
}

div.marginright {
	background-color: #f8dce0;
	margin-left:78%;
	margin-right: 2%;
	padding-bottom: 30px;
	width:auto;
	height: 500px;
	border-style:dotted;
	border-width: 1px;
}

div.marginrightinline{
	margin: 30px 30px 30px 30px;
	width:auto;
}

a:hover {
	background-color:#ffcccc;
	width: 100%;
}

.menulink{
	display: block;
	width: 100%;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}

.menu-top{
	padding-top: 10px;
	height: 30px;
	width: 100%;
}

.menu-1{
	height: 30px;
	width: 100%;
	text-align: center;
}

.menu-2{
	height: 30px;
	width: 100%;
}

div.checkbox{
	text-align:right;
}

.areawidth{
	min-width: 300px;
	height:8em;
}

address{
	text-align:right;
}

div.top{
	margin:0.3em 5%;
}

/* KINOBOARDS specific definition */
span.kbAccessKey {
	text-decoration: underline;
}

img.kbImg {
	border-style: none;
}

img.kbComIcon {
	border-style: none;
}

img.kbMsgIcon {
	border-style: none;
}

p.kbStatus{
	text-align: right;
	font-weight: bold;
}

p.kbPageLink {
	text-align: center;
}

span.kbSummaryTitle {
}

div.kbTopMenu {
}

div.kbArticle {
}

div.kbArticle div.header {
}

div.kbArticle div.header p.command{
	text-align: right;
}

div.kbArticle div.header p.title{
	text-align: center;
	font-size: larger;
	font-weight: bold;
}

div.kbArticle div.body {
}

/* h3 specific definition */
h3{
	background-color:#333;
	font-weight:normal;
	font-size:large;
	padding-left:2em;
}

h3.top{
	background-color:#666;
}

h4{
	font-weight:normal;
	font-size:large;
	padding-left:2em;
}

