body, td, th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;	
	font-variant: small-caps;
	color: #333333;
}
body {
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-attachment: fixed;
	margin: 5px;
}
form {
	display: inline;
}
img {
	border: none;
}
input,button {
	background-color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.border {
	border-collapse: collapse;
	border: 1px #999999 solid;
}
.normal {
	font-size: 14px;
}
.big {
	font-size: 16px;
}
.small {
	font-size: 12px;
}
.small td {
	font-size: 12px;
}
.very_small {
	font-size: 10px;
}
.very_small td {
	font-variant: normal;
	font-size: 10px;
}
.white {
	color: #FFFFFF;
}
.bold {
	font-weight: bold;
}
.alert {
	border: 1px #000000 solid;
	border-collapse: collapse;
	font-size: 14px;
}
.red {
	color: #FF0000;
}
.blue {
	color: #0000FF;
}
.table_bg {
	background-image: url(../images/table_bg.gif);
	background-repeat: repeat-x;
}
.table_top_bg {
	background-image: url(../images/table_corner_top_bg.gif);
	background-repeat: repeat-x;
}
.table_bottom_bg {
	background-image: url(../images/table_corner_bottom_bg.gif);
	background-repeat: repeat-x;
}
.table_left_bg {
	background-image: url(../images/table_corner_left_bg.gif);
	background-repeat: repeat-y;
}
.table_right_bg {
	background-image: url(../images/table_corner_right_bg.gif);
	background-repeat: repeat-y;
}
.table_corner_bottom_left_bg {
	background-image: url(../images/table_corner_bottom_left.gif);
	background-repeat: none;
	background-align: left;
}
.table_corner_bottom_right_bg {
	background-image: url(../images/table_corner_bottom_right.gif);
	background-repeat: none;
	background-align: right;
}

