html {
     overflow: -moz-scrollbars-vertical;
}

body {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	/* background-image: url('../images/bkgrnd.png'); */
	/* background-position: 0 0; */
	/* background-repeat: no-repeat; */
}

.menu {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #880000;
	text-decoration: none;
	padding-right: 12px;
	background-image: url('../images/nodot.png');
	background-position: right center;
	background-repeat: no-repeat;
}

.menu:hover {
	color: #ff0000;
	background-image: url('../images/dot.png');
}

.menuhead {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #C0CDD0;
	background-image: url('../images/menuhead.png');
	background-position: left;
	background-repeat: repeat-y;
}	

div.img-dec { 
	background: url('../images/shadow.gif') no-repeat bottom right; 
	clear: right; 
	float: right; 
	margin: 0 0 5pt 5pt; 
	padding: 0; 
	position: relative; 
}

div.img-dec img { 
	background-color: #fff; 
	border: 1px solid #a9a9a9; 
	display: block; 
	margin: -5px 5px 5px -5px; 
	padding: 4px; 
	position: relative; 
}


td {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;
}

a {
	font-weight: bold;
	text-decoration: none;
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #ff0000;
}

textarea {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;
}

ul {
	text-decoration:none;
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;
}

li {
	text-decoration:none;
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 12px;
	color: #000000;
}

.titleShadow {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #c0c0c0;
	position: relative;
}

.title {
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	position: absolute;
	color: #ff0000;
	left: -1px;
	top: -1px;
}

.container {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	color: #c0c0c0;
	position: relative;
}

.titleText {
	font-family: Arial;
	font-size: 18pt;
	font-weight: bold;
	position: absolute;
	color: #ff0000;
	left: -3px;
	top: -3px;
}

.header {
	font-family: Arial,Helvetica,Verdana,Sans-Serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}