/* CSS Document */

HTML, DIV, P, TABLE, TD, TR, BODY {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
HTML {
	margin-top: -3px;
	margin-bottom: 4px;
}
	*html BODY {
			margin: 5px;
		}


/************/
/* TEMPLATE	*/

DIV.template {
	margin: 0 auto;
	width: 693px;
}

DIV.header {
	width: 691px;
	height: 78px;
	background: #666;
	margin: 0px 0px 0px 0px;	
	padding: 0px;
}

DIV.bodyframe {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 691px;
	border-bottom: thin solid #CCC;
	border-left: thin solid #CCC;
	border-right: thin solid #CCC;
}
	*html DIV.bodyframe {
			width: 689px;
		}

DIV.footer {
	width: 333px;
	height: 20px;
	background: #CCC;
	margin-top: 2px;
	color: #888;
	padding: 3px 0px 0px 5px;
	float: left;
}
	#netvizion {
		text-decoration: none;
		color: #888;
	}
	#netvizion:hover {
		text-decoration: underline;
	}

DIV.footer2 {
	width: 350px;
	height: 20px;
	margin-top: 2px;
	color: #888;
	background: #CCC;
	padding: 3px 5px 0px 0px;
	float: right;
	text-align: right;
}

	DIV.footer2 A, DIV.footer2 A:active, DIV.footer2 A:visited {
		text-decoration: none;
		font-weight: bold;
		color: #888;
	}
	DIV.footer2 A:hover {
		text-decoration: underline;
	}


/************/
/* MENU		*/

DIV.menu {
	width: 478px;
	height: 152px;
	float: left;
	padding: 0px 0px 0px 4px;
}

DIV.address {
	width: 187px;
	height: 122px;
	float: right;
	text-align: right;
	padding: 30px 15px 0px 0px;
}
	DIV.address A, DIV.address A:active, DIV.address A:visited {
		text-decoration: none;
		color: #666;
	}
	DIV.address A:hover {
		text-decoration: underline;
	}

#menutable {
	height: 83px;
}
	*html #menutable {
			height: 70px;
		}

/************/
/* BODY		*/

DIV.body {
	width: 435px;
	float: left;
	padding: 5px 30px 10px 20px;
	margin: 25px 0px 6px 0px;
	border-right: 1px solid #D3E0BE;	
}
	H1 {
		color: #89B048;
		font-size: 15px;
		padding-left: 25px;
		background: url(../images/template/h1_bg.gif) top left no-repeat;
		margin: 10px 0px 10px 0px;
	}
	H2 {
		color: #89B048;
		font-size: 13px;
		font-weight: bold;
		padding-left: 18px;
		background: url(../images/template/h2_bg.gif) top left no-repeat;
		margin: 20px 0px 10px 0px;
	}	
	
	DIV.body A, DIV.body A:active, DIV.body A:visited {
		text-decoration: underline;
		color: #333;
	}
	DIV.body A:hover {
		text-decoration: none;
	}

DIV.login {
	width: 187px;
	height: 100px;
	float: right;
	text-align: right;
	margin-top: 170px;
	padding: 30px 15px 0px 0px;
}


FORM.inlogform INPUT {
	border: 1px solid #80A545;
	width: 100px;
}
	#submitbutton {
		width: 114px;
		height: 20px;
		border: 0px;
	}