/***********************************************/
/* main.css                                    */
/* Use with Extranet Request Form ImportantNotes.htm  */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	font-size: 80%;
	color: #666666;
	line-height: 110%;
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/bg-big-e.gif);
	background-repeat: no-repeat;
}
img {
	border: 0px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#closeWin {
	text-align: right;
}
#container {
	margin:15px auto 15px auto; /*for centering in firefox and compliant browsers*/
	width: 600px;
	vertical-align: top;
	border: 0px solid lime;
}

/***********************************************/
/* Classes																		 */
/***********************************************/
.tdNumbering	{
	vertical-align:top; width:30px;
}

.tdItem	{
	vertical-align:top; padding-bottom:10px
}


/********************* end **********************/
