/* Dennis   main style sheet */

body, form, div, span, table {
	margin:0;
	padding:0;
}
body {
	background-color: #D7D7D7;
}
a {
	color:#6666FF;
	text-decoration: none
}
a:hover {
	color:#CC0033;
	text-decoration: none
}
.hotline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.addr {
	margin-left:30px;
}

.notice {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 10pt;
	width:400px;
	border:1px solid #FF9900;
	padding:5px;
	background-color: #FFCC99;
}

.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #CC0033;
	font-weight: bold;
	text-decoration: none;
	line-height: 20pt;
	border-color: black black #999999;
	padding-right: 15px;
	padding-left: 15px;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px
}
.menuOntext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	line-height: 20pt;
	border-color: black black #999999;
	padding-right: 15px;
	padding-left: 15px;
	color: #6666FF;
	background-color: #FFFFEE;
	border-style: solid;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color:#FFFFFF;
}
.bodyTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #000000
}
.pageTitle {
	font-size:12pt;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A7AFF
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom:20px;
}
.page {
	width:700px;
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #CCCCCC;
}

