body, td, p {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #313B4E;
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
	line-height: 180%;
} 

a { 
	color:  #313B4E;
	text-decoration: none;
}

a:hover {
	color:  #313B4E;
	text-decoration: underline;
}

a.mnu { 
	text-decoration: none;
	color:  #313B4E;
}

a.mnu:hover {
	text-decoration: none;
	cursor: hand;
}

.form {
	font-size: 7pt;
	color : #000000;
	background-color: #E6DCD1;
	border: 1 outside #4E4A30;
}

.button {
	font-size: 7pt;
	color : #FDFCF6;
	background-color : #CCCCCC;
	border : 1 solid #3E371E;
	font-weight: bold;
}

.button_gray {
	font-size: 7pt;
	color : #000000;
	background-color : #FFFFFF;
	background-image : url(/images/button_bg_grey.gif);
	border : 1 solid #6F6F6F;
}

