/*Priimary Navigation*/
a .navigationCell{
	position: relative;
	margin: 0px 0px 2px 0px;
	border: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
	font-family: Verdana;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
a:hover .navigationCell{
	color: #0099CC;
	background-color: #e9e9e9;
	border: 1px solid #0099CC;
}
/*Secondary Navigation*/
.secondaryNavigation{
	font-family: Verdana;
	font-size: 11px;
	color: #666;
}
.secondaryNavigation a{
	text-decoration: none;
	color: #666;
}
.secondaryNavigation a:hover{
	text-decoration: underline;
}
/*My Link*/
.myLink{
	font-family: Verdana;
	font-size: 11px;
	color: #fff;
	line-height: 17px;
}
.myLink font{
	background-color: #6B8DFF;
}
.myLink a{
	text-decoration: none;
	color: #fff;
}
.myLink a:hover{
	text-decoration: underline;
}
/*Text Area*/
.textArea h1{
	font-family: Verdana;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
.textArea h2{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	font-weight: bold;
	font-style: italic;
	margin: 0px 0px 20px 0px;
}
.textArea p{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	line-height: 16px;
}
.textArea p a{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 16px;
	text-decoration: underline;
}
.textArea p a:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 16px;
	text-decoration: none;
}
/**/
a{
	text-decoration: none;
}