*{
	font-size: 12px;
}


/* header start */

.head{
	width: 100%;
	/*height: 80px;*/
	background-image: url(../images/head_bg.gif);
	background-repeat: repeat-x;
	border-top: 5px solid #e60012;
	text-align: center;
}


.header{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}


/* header end */

/* footer start */
.foot{
	width: 100%;
	height: 32px;
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	border-bottom: 2px solid #e60012;
	text-align: center;
}


.footer{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


.footer td{
	font-size: 12px;
}


/* footer end */


/* other start */


.pt{
	font-size: 12px;
	background-image: url(../images/pt.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 20px 0px 0px;
}

.pt:link    { color: #444; text-decoration: underline;}
.pt:visited { color: #444; text-decoration: underline;}
.pt:active  { color: #444; text-decoration: underline;}
.pt:hover   { color: #444; text-decoration: underline;}


.pt2{
	font-size: 10px;
	background-image: url(../images/pt.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 0px 10px;
	margin: 0px 15px 0px 0px;
}

.pt2:link    { color: #444; text-decoration: underline;}
.pt2:visited { color: #444; text-decoration: underline;}
.pt2:active  { color: #444; text-decoration: underline;}
.pt2:hover   { color: #444; text-decoration: underline;}


/* other end */
