body,html{
    margin:0px;
    padding:0px;
	background-color:#282425;
	font-family:"Georgia", Times, serif;
	font-size: 12px;
	font-style: normal;
	height:100%;
	color:#FFFFFF;
	line-height:18px;
} 

#generalBody{
	background-image:url(../../img/top_bg.jpg);
	background-repeat:repeat-x;
}

p, strong{
	margin-top:0px;
	padding-top:0px;
	font-family:"Georgia", Times, serif;
	font-size: 12px;
	font-style: normal;
	line-height:36px;

}

td{
	font-size: 12px;
	line-height:18px;
	vertical-align:top;
}


#tableHolder{
	width:100%;
	height:100%;
	border-collapse:collapse;
	padding:0px;
	margin: auto;
}


#content{
	margin-left:160px;
	margin-top:30px;
/*
	min-height:500px;
	height:auto;
	height:500px;
*/
}

#content a{
	color:#FF7200;
}

#content a:visited{
	color:#FF7200;
}

#content img{
border:4px solid #000000;
}

/*
h1, h2, h3, h4, h5, h6{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FF7200;
}

h1{
	font-size:19px;
}

h2{
	font-size:18px;
}

h3{
	font-size:17px;
}

h4{
	font-size:16px;
}

h5{
	font-size:14px;
}

h6{
	font-size:14px;
}
*/

.buttonBorder{
	border:0px solid #282425;
}

