/* Default CSS Stylesheet for a new Web Application project */
a{
	color:#642121;
	text-decoration:none;
	}
A:hover{
	color:#642121;
	text-decoration:underline;
	}
A:visited{
	color:#642121;
	text-decoration:none;
	}
A:visited:hover{
	color:#642121;
	text-decoration:underline;
	}
A:active{
	color:#642121;
	text-decoration:none;
	}
A:active:hover{
	color:#642121;
	text-decoration:underline;
	}	
.ContentText
{
	font-size: x-small;
	color: #642121;
	font-family: tahoma, arial, helvetica;
	text-decoration: none;
}
.LeftBox
{
	font-size: 10pt;
	font-family: tahoma, arial, helvetica;
	text-decoration: none;
	color: #642121;
}
.Top_Nav
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
A.Top_Nav:link
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
A.Top_Nav:visited
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
A.Top_Nav:hover
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}
.Member_Nav
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
A.Member_Nav:link
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
A.Member_Nav:visited
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
}
A.Member_Nav:hover
{
	font-size: 9pt;
	color: #642121;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}
