.blue{
	color : #0000ff;
}

.big_blue{
	color : #0000ff;
	font-size : xx-large;
	font-weight : bold;
}

.big_red{
	color : #ff0000;
	font-size : xx-large;
	font-weight : bold;
}

.center{
	text-align : center;
}

.float_left{
	float : left;
	margin-right : 1em;
}

.float_right{
	float : right;
}

.footer{
	font-size : small;
	margin-top : 1em;
	text-align : center;
}

.move_america{
	border-bottom : #000 solid 2px;
	border-top : #000 solid 2px;
	margin-top : 10px;
	text-align : center;
}

.red{
	color : #ff0000;
}

body{
	background : url(../images/deckbak.gif);
	font-family : arial, serif;
}

div.main{
	padding-left : 50px;
}

table.customer_service{
	width : 100%;
}

table.main{
	width : 100%;
}

table.main th{
	border-bottom : #000 solid 2px;
}

table.nav{
	width : 100%;
}

table.nav td{
	padding : 5px;
	text-align : center;
	vertical-align : top;
	width : 25%;
}

table.nav img{
	border : none;
}
