.center{text-align : center;}
.bold{font-weight : bold;}
.middle{vertical-align :  middle;}
.bottom{vertical-align : bottom;}
.top{vertical-align : top;}
.right{text-align : right;}
.left{text-align : left;}
.normal{font-weight : normal;}
P{padding : 0 0 0 0; margin : 0 0 0 0;}
DIV{padding : 0 0 0 0; margin : 0 0 0 0;}
TD{padding : 0 0 0 0; margin : 0 0 0 0;}
IMG{border : 0 0 0 0;}
a{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #9a2402;
	}
a:HOVER{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #CD713F;
	}
.f_left{
	float : left;
	}
.f_right{
	float : right;
	}