/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	background-color: #760d0f;
	background-image: url(/images/micro-zwave/zwavebg1.gif);
	background-repeat: repeat-x;
}
.personcode {
	background-color: #FFFFCC;
}

.bodyZwaveContent {
	background-color: #FFFFFF;
}

.body10px {
	font-size: 10px;
}

.body12px {
	font-size: 12px;
}

h1 {
	font-size: 22px;
	color: #760d0f;
}

h2 {
	font-size: 18px;
	color: #760d0f;
}
h3 {
	font-size: 14px;
	color: #760d0f;
}


a {
	color: #000099;
	text-decoration: none;
}

a:visited {
	color: #000099;
	text-decoration: none;
}

a:hover, a.current {
	color: #6699FF;
}

hr {
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-top-color: #760d0f;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



.InsertImageLeft {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.InsertImageRight {
	border: 1px solid #CCCCCC;
	margin-left: 5px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
}

.TopMenu {
	background-image: url(/images/a-TopNav.gif);
	background-repeat: no-repeat;
}

.MidMenu {
	font-size: 12px;
	background-color: #f4d592;
}


