body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	color: #000000;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #4D799D;
	text-decoration: none;
}
a:hover {
	color: #B10203;
	text-decoration: none;
}
.bg {
	background-image: url(../images/bg-temp.gif);
	background-repeat: repeat-y;
	background-position: center top;
}.page-bg {
	background-image: url(../images/page-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	border: 1px solid #4D799D;
}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4D799D;
	width: 100%;
	border: 1px solid #4D799D;
}
form {
	margin:0px;
}.heading {
	font-size: 14px;
	font-weight: bold;
	color: #1D4C75;
}
.12 {
	font-size: 12px;
}
.subsubheading
{
    font-size: 12px;
	font-weight: bold;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #048490;
	text-decoration: underline;
}
.text-box2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #4D799D;
}
.text-button2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4D799D;
	border: 1px solid #4D799D;
}
a.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitelink:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.fieldName
{
	font-weight:bold;
}
.requiredfieldName
{
	font-weight:bold;
	color:Red;
}
.meetingImages img
{
    float:left;
}