body {
	background: url(/order/bk.jpg) repeat-x center top fixed;
	background-color: #ccd8c5;
	margin: 0 auto;
	margin-top: 15px;
	padding: 0;
}

body, td {
	font-family: verdana,arial,helvetica;
	font-size: 12px;
}

h1 { font-size: 16pt; font-family: arial, helvetica; color: #000000;}
h2 { font-size: 13pt; font-family: arial, helvetica; color: #115e8f; margin:0px; }
h3 { font-size: 12pt; font-family: arial, helvetica; color: #000000;}
h4 { font-size: 10pt; font-family: arial, helvetica; color: #000000;}

#content { padding: 20px; line-height: 19px; }

sup { 
font-size: 8px;  /*make it smaller (by a factor of 1/1.2 in CSS2)*/
vertical-align: baseline; /*neutralize the superscript formatting*/
position: relative; /*allow relative positioning*/
bottom: 0.75em; /*move it up a third of a line*/
font-family: verdana;
font-weight: normal;
}

a { color: #115e8f; text-decoration: none; }
a:hover { color: #2c94d6; }

/* left navigation */
.navlink { border-top: 1px dotted #dddddd; border-bottom: 1px dotted #B1AFAF; padding: 4px; font-size: 12px; font-family: verdana,arial; text-decoration: none; margin-bottom: 3px; width: 184px; cursor: pointer; }

.navlink_select { border-top: 1px solid #dddddd; border-bottom: 1px solid #B1AFAF; background-color: #115e8f; color: #ffffff; padding: 4px; font-size: 12px; font-family: verdana,arial; text-decoration: none; margin-bottom: 3px; width: 184px; cursor: pointer; }

#navbar { margin-top:1px; background-color: #000000; color: white; height: 30px; vertical-align: center; }
#navbar_table { background-color: #000000; color: white;}
a.nav { color: white; font-weight: bold; }
a.nav:hover { color: yellow; }
a.nav:visite { color: white; }

.border {
	border: 3px double #efefef;
}

.imgborder {
	border: 3px double #405151;
}

.date { color: #004226; font-size: 13px; font-weight: bold; }
.red { color: maroon; }

.input	{
	background-color: #F7F7F7;
	font-family: Verdana,Arial,Helvetica;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
	border: 1px solid gray;
	width: 50px;
	}
	
.submit {
	background-color: #F7F7F7;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border: 2px outset #dddddd;
}

.small { font-size: 10px; }

