body {
	background-color: #FFFFFF;
	background-position: center center;
	margin: 0px;
	padding: 0px;
	background-image:url(images/bg.gif)
}

.bodytext {
	font-family: "trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
    line-height:18px;
	text-decoration:none;
	text-align:justify;	
}
.bodytext:hover {
	font-family: "trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000; /*color: #FFFFFF; changed as per email dated 2009-03-03*/
    line-height:18px;
	text-align:justify;
	text-decoration:none;
}
.links {
	font-family: "trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #717171;
    line-height:16px;
	font-weight:bold;
	text-decoration:none;
	padding-left:3px;
}
.links:hover {
	font-family: "trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
    line-height:16px;
	font-weight:bold;
	border-bottom:#FFFFFF 1px dotted;
}
.border {
	border: 1px solid #ececed;
	background-color: #f8f8f7;
	padding: 5px;

}
.border1 {
	border: #CCCCCC 1px solid;
	}

h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0001;
    line-height:16px;
	text-align:justify;
}
.submit
{
	font-family: "trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;

	font-weight:bold;
	text-decoration:none;
	background-color: #FF0000;
	border: 1px solid #CCCCCC;
}
.red {
	font-family: "trebuchet MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FF0101;
    line-height:16px;
	font-weight:bold;
	border-bottom:#FFFFFF 1px dotted;
}