/* CSS Document */
body {
	margin:0;
	padding:0;
	color:#464646;
}
body, td, th, textarea, select, h1, h2, h3, h4, h5, h6
{font-family: Tahoma, Verdana, Arial;font-size: 11px; line-height:22px;}
p
{margin:0px;}
link{
	color:#f66800;
}
a:link, a:visited, a:hover, a:active {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #f66800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1{	
	font-weight: bold;
	margin:0px;
}
.content-bg-tile {
	background-image: url(../images/content_bg_tile.gif);
	background-repeat: repeat-y;
}
/* BEGIN of Header */
.header-bg-tile {
	background-image: url(../images/h_bg_tile.gif);
	background-repeat: repeat-x;
	height: 142px;
}
/* END of Header */

/* BEGIN of Footer */
.footer-bg-tile {
	background-image: url(../images/f_bg_tile.gif);
	background-repeat: repeat-x;
	height: 154px;
}
.f-text {
	font-family: Tahoma, Verdana, Arial;
}
a.f-text:link, a.f-text:visited, a.f-text:hover, a.f-text:active {
	font-size: 11px;
	color: #6c6c6c;
	text-decoration: none;
}
a.f-text:hover {
	color:#f16600;
}
.f-copyright {
	color:#b7b7b7;
}
/* END of Footer */
/* BEGIN of Content */
/* END of Content */