html,body{
			margin:0px;
			padding:0;
			text-align:center;
			background:#ffffff;
			}
		
h1{
font-family: Arial, Helvetica, sans-serif;
font-size:18px;
width: 90%;
padding:0;
color:#58595b;
margin-bottom:5px;
margin-left:5px;
margin-top:5px;
}

.boldme{
	font-weight:bold;
}

#container{
width:600px;
text-align:left;
background-color:#ffffff ;
margin-left:5px;
}

#content{
width:600px;
font-family: Arial, Helvetica, sans-serif;
font-size:14px;
line-height:145%;
margin-top:15px;
margin-bottom:15px;
color:#464646;
float:left;
padding:20px;
border:1px solid #494949;
background-color:#ffffff ;
}


.formblock {
	width:500px;
	padding:10px;
}
.formblock label{
	color:#58595b;
	font-size:18px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	float:left;
	clear:both;
}

.formblock .field{
	font-size:14px;
	float:left;
	padding-bottom:5px;
	clear:both;
}

ul{
	width:550px;
}

ul li{
	padding:5px;
}

/************* Table Large and funky ******************/

table.exampletable {
	width:400px;
	align: center;
	margin:2px;
	border-collapse: collapse;
	empty-cells: show;
	border:1px solid #EFEFEF  ;
}


table.exampletable td {
	padding:10px 5px 10px 5px;
	font-size:12px;
	border:1px solid #EFEFEF  ;
	text-align:center;
}

table.TabLargeNice {
	width:680px;
	align: center;
	margin:2px;
	border-collapse: collapse;
	empty-cells: show;
	border-bottom:0px solid #EFEFEF  ;
}

table.TabLargeNice th  {
	text-align: center;
	border-collapse:collapse;
	border-top:0px solid #BFBFBF  ;
	border-bottom:1px solid #BFBFBF  ;
	font-size:16px;
	font-weight:normal;
	color:#AFAFAF;
	
	padding:3px 5px 3px 5px;
}


table.TabLargeNice td {
	padding:20px 5px 20px 5px;
	font-size:12px;
	height:70px;
}

table.TabLargeNice tr {
	border-bottom:1px dashed #EFEFEF  ;
}

table.TabLargeNice tr.nobord {
	border:0px solid #4a4949  ;
}


.tabcent {
	text-align:center;
}

.tabright {
	text-align:right;
}

.tableft {
	text-align:left;
}

.bordleft {
	border-left:1px solid #4a4949  ;
}