.regular {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #003333;
	text-decoration: none;
}
.heading2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/Icon1.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 20pt;
	text-transform: uppercase;

}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #006699;
	text-decoration: none;
}
body {
	background-image: url(images/bg1.png);
	margin: 0px;
}
.borderLR {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
.bg2 {
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.heading3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #003333;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;

}
.inputarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 26px;
	color: #003333;
	text-decoration: none;
	border: 1px solid #003300;

}
a:hover {
	text-decoration: underline;
}
.notification{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	line-height:24px;
	color:#FFF;
	background:#336600;
	border:5px solid #FF6600;
	padding:10px;
}