a {
	color: #333333;
	font-weight : bold;
	text-decoration : none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
body {
	margin: 0 0 0 0;
	background-image : url(../images/back_p.gif);
	background-repeat : repeat;
}
p {
	margin: 0 0 5 0;
}
table {
	width: 100%;

}
td {
	color: #33333;
	vertical-align: top;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
td.center {
	background-image : url(../images/back_g.jpg);
	background-repeat : repeat-x;
	text-align: center;
}
td.left {
	background-image : url(../images/back_g_l.jpg);
	background-repeat : repeat-x;
	width : 50%;
}
td.right {
	background-image : url(../images/back_g_p.jpg);
	background-repeat : repeat-x;
	width : 50%;
}

.bContentUp {
	background-image : url(../images/back_content_up.gif);
	background-repeat : no-repeat;
	height: 223px;
}
.bContent {
	background-image : url(../images/back_content.gif);
	background-repeat : repeat-y;
	height: 100%;
}


.big {
	font-size : 28px;
	font-weight: bold;
}
.medium {
	font-size: 15px;
}
