p, td, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body{
margin:0
}
h1 {
	color: #029A02;
}
h3 {
	color: #029A02;
}
.greenHighlight {
	color: #029A02;
}
.smallGrayTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
li {
	list-style-image: url(../pics/bulletts/greenbullett.gif);
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #029A02;
	text-decoration: underline;
}
a:active {
	color: #029A02;
	text-decoration: underline;
}
a.lower:link {
	color: #CCCCCC;
	text-decoration: none;
}
a.lower:visited {
	color: #ffffff;
	text-decoration: none;
}
a.lower:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.lower:active {
	color: #ffffff;
	text-decoration: underline;
}

#imp {
position:absolute;
margin: 10%;
left:0;
	background-color: #FFFF00;
	border: thick dotted #FF0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align:center;
		z-index:1;
		width:850px;
	height:250px;
}
