body{
	margin: 0px;
	padding: 0px;
}

.grayCellBorder{
	border: 1px solid #D1D1D3;
}

#menuTable tr td{
	border-bottom: 1px solid white;
}

.menu_link{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 10px;	
	width: 100%;
	height: 100%;
	line-height: 150%;
}

.menu_link:hover{
	background-color: White;
}

.page_title{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 15 10 20 30;
}

.text{
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;
	margin: 10 20 40 20;
}

.plainText{
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 120%;	
}

a{
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	text-decoration: underline;
}

a:hover{
	color: Gray;
}

ul{
	list-style-image: url(pictures/bullet.gif);
}