@charset "utf-8";
/* CSS Document */

body
{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#F4F4F4;
}

div#container
{
margin-left: auto;
margin-right: auto;
text-align: left;
display:table;
}

.order{
	background-color:#E8D39C;
	border:solid 2px #FF0000;
	cursor:pointer;
	color:#000000;
	width:115px;
}

h1, h1 a{
	margin:0px;
	color:#C02020;
	font-size:20px;
}
h2{
	margin:0px;
	color:#737373;
	font-size:16px;
}
h3{
	margin:0px;
	color:#C02020;
	font-size:14px;
}

p{
	color:#444;
	font-size:12px;
	margin:0px 0px 6px 0px;
	text-align:justify
}

.jump{
	color:#444;
	font-size:12px;
	margin:0px 0px 3px 0px;
	text-align:right;
}

li{
	color:#444;
	font-size:12px;
	margin:0px 0px 0px 15px;
	list-style-type:disc;
}

a{
	color:#ff0000;
	text-decoration:none;
/*	font-size:12px;*/
}

a:link{
}
a:visited{
}
a:active{
}
a:hover{
	text-decoration:underline;
}

.grayBox{
	width:260px;
	background-color:#E6E6E6;
	background-image:url(images/topGrayEdge.gif);
	background-repeat:no-repeat;
	padding:10px;
	margin:10px 0px;
}

.bottomEdge{
	background-image:url(images/bottomGrayEdge.gif);
	background-repeat:no-repeat;
	height:6px;
	margin:0px -10px -10px -10px;
}

#footer{
	color:#000000;
}
#footer ul{
	margin:0px;
	padding:0px;
}
#footer li{
	display:inline;
	list-style-type:none;
}
#footer a:link{
	color:#000000;
	font-size:14px;
	text-decoration:none;
}
#footer a:visited{
	color:#000000;
	font-size:14px;
	text-decoration:none;
}
#footer a:active{
	color:#000000;
	font-size:14px;
	text-decoration:none;
}
#footer a:hover{
	color:#000000;
	font-size:14px;
	text-decoration:underline;
}
