.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #FFFFFF;
	font-weight: normal;
	margin: 2px;
	list-style-type: none;
}

.tool {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 2px;
}

.nWhite {
 font-size: 12px;
 font-family: Arial;
 color: #DDDEEE;
}

.nWhiteBold {
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;

}

.nSmallWhiteBold {
	font-size: 11px;
	font-family: Arial;
	color: #EEEEEE;
	font-weight: bold;
}

.nBlack {
 font-size: 12px;
 font-family: Arial;
 color: #333333;
}

.nBlackBold {
	font-size: 12px;
	font-family: Arial;
	color: #333333;
	font-weight: bold;

}

.nBlackBold13 {
	font-size: 13px;
	font-family: Arial;
	color: #333333;
	font-weight: bold;

}

.nSmallBlackBold2 {
	font-size: 11px;
	font-family: Arial;
	color: #333333;
	font-weight: bold;
}


.nSmallBlackBold {
	font-size: 10px;
	font-family: Arial;
	color: #333333;
	font-weight: bold;
}

.nSmallBlackWhite {
	font-size: 10px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
}

.nSmallBlack2 {
	font-size: 11px;
	font-family: Arial;
	color: #333333;
}

.nSmallBlack {
	font-size: 11px;
	font-family: Arial;
	font-weight: bold;
	color: #333333;
}

.nHeaderBlack {
	font-size: 20px;
	font-family: Arial;
	font-weight: bold;
	color: #663399;
}

.nTitleBar {
	border-top: 0px;
	border-bottom: 3px;
	border-left: 0px;
	border-right: 0px;
	border-color: #666666;
	border-style: solid;
}

a {
	color: #09F;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;	
}

a.nav {
	font-size: 12px;
	font-family: Helvetica, Helvetica Neue, Arial;
	font-weight: bold;
	color: #333333;	
	text-decoration: none;
	padding: 0 10px 0 10px;
}

a.nav:hover {
	color:#639;
}

#specialP p { margin: 0; }
