BODY	{
	background: #ececec url('bg.jpg') repeat-x;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
}
.text

    {
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
}
.lightGrey

    {
	color: #c3c3c3;
	font-size: 10px;
	font-family: Verdana;
}
.textWhite

{ color: #ffffff; 	font-size: 10px;
	font-family: Verdana;}
.homeLeftBg {
	background: url(images/home_left_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}
.insideLeftBg {
	background: url(images/inside_left_bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}
.insideLeftBg2 {
	background: url(images/inside_left_bg2.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
}
.insideRightBg {
	background: url(images/rightbg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
}
.footer {
	background: url(images/footer.jpg);
	background-position:top;
}
.form
{
margin: 0px;
}
.redBorder
{
	border: 1;
	padding: 2px;
	border-style:dotted;
	border-width: 1px 1px 1px 1px;
	border-color: #cc3c0d;
}
.input
{
    BACKGROUND-COLOR: #d4d4d4;
	font-size: 11px;
	font-family: Arial;
	COLOR: #000000;
	border: 0;
	padding: 2px;
	border-style:none;
	border-width: 1px 1px 1px 1px;
	border-color: #000000
}

A:LINK   { 	

	color: #cc3c0d;
	font-size: 10px;
	font-family: Verdana;
}

A:HOVER  { 
	color: #000000;
	font-size: 10px;
	font-family: Verdana;
}

A:VISITED  {
	color: #cc3c0d;
	font-size: 10px;
	font-family: Verdana;
}