/***********************************************/
/* style.css                                   */
/*.html tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bkg.jpg);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat-x;
}

table {
	border-style: none;
	border-width: 0px;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 0px 0px;
}

td {
	xbackground-color:#FFFFFF;
	vertical-align: top;
	background-repeat: no-repeat;
}

div.bdy,p,h2,table.bdy {
	font-size: 12px;
	color: #666666;
}

div.bdy a:link, table.bdy a:link, div.bdy a:visited, table.bdy a:visited {
	color: #999900;
	text-decoration: none;	
}

div.bdy a:hover, table.bdy a:hover{
	color: #CCCC66;
	text-decoration: none;
}

input, textarea, {
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	overflow: hidden;
	color:#666666
}

h1 { font-weight: bold;
	font-size: 16px;
	text-align: left}

h2 { font-weight: bold;
	font-size: 14px;
	text-align: center}
