body
{
	height:100%;
	width:100%;
	background-color:#DBE1E4;
	margin:0px;
}

table
{
	font-family:verdana,arial,helvetica;
	font-size:9pt;
}

img
{
	border: 0;
}

.topbar
{
	background-image:url(../img/topbar.jpg);
	width:100%;
	height:62px;
}

.menubar
{
	background-color:#9FA4A8;
	width:100%;
	height:22px;
}

.strook
{
	background-image:url(../img/fellestrook.jpg);
	width:100%;
	height:40px;
	border-bottom:2px solid #9FA4A8;
}

.content
{
/*
	background-image:url(../img/mainbg.jpg);
	background-repeat:no-repeat;
	*/
	background-color:#fff;
	font-family:verdana,arial,helvetica;
	font-size:9pt;
	color:#192631;
	padding:10px;
	height:100%;
}

.content img{
	border: 1px solid #000;
}

.footer
{
	background-image:url(../img/bottombg.jpg);
	height:27px;
	text-align:center;
	font-family:verdana,arial,helvetica;
	font-size:9pt;
	color:#192631;
}


a,a:active,a:visited
{
	font-family : verdana,arial,helvetica;
	font-size:9pt;
	color:#1C529A;
	text-decoration:none;
}
a:hover
{
	font-family : verdana,arial,helvetica;
	font-size:9pt;
	color:#1C529A;
	text-decoration:underline;
}

a.menulink, 
a.menulink:visited
{
	font-family : verdana,arial,helvetica;
	font-size:9pt;
	color: #000;
	font-weight: bold;
	padding: 5px;
}

a.menulink:hover
{
	color: #FFFCF8;
	text-decoration:none;
}

.frmText
{
	font-family:verdana,arial;
	font-size:xx-small;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	border:1px solid #192631;
	overflow:auto;
}

.frmButton
{
	font-family:verdana,arial;
	font-size:xx-small;
	font-weight:bold;
	font-style:normal;
	color:#000000;
	border:1px solid #192631;
}

.tdOver
{
	cursor:hand;
	background-color:#DBE1E4;
}