body {
	font-size: 14px;
	color: black;
	margin: 0px;
	padding: 0px;
	background: white;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:link {
    text-decoration : none;
    color : #6b0d83;
    font-size : 14px;
}
a:visited {
    text-decoration : none;
    color : #6b0d83;
    font-size : 14px;
}
a:active {
    text-decoration : underline;
    color : #da45ff;
    font-size : 14px;
}
a:hover {
    text-decoration : none;
    color : #da45ff;
    font-size : 14px;
}

a.order_menu:link {
    text-decoration : none;
    color : blue;
    font-size : 14px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
a.order_menu:visited {
    text-decoration : none;
    color : blue;
    font-size : 14px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
a.order_menu:active {
    text-decoration : underline;
    color : #da45ff;
    font-size : 14px;
}
a.order_menu:hover {
    text-decoration : none;
    color : red;
    font-size : 14px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid black;
    border-right: 1px solid black;    
}


a.order_menu2:link {
    text-decoration : none;
    color : red;
    font-size : 14px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid black;
    border-right: 1px solid black;  
}
a.order_menu2:visited {
    text-decoration : none;
    color : red;
    font-size : 14px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid black;
    border-right: 1px solid black;  
}
a.order_menu2:active {
    text-decoration : none;
    color : blue;
    font-size : 14px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid black;
    border-right: 1px solid black;  
}
a.order_menu2:hover {
    text-decoration : none;
    color : blue;
    font-size : 14px;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-bottom: 1px solid black;
    border-right: 1px solid black;    
}

a.menu:link {
    text-decoration : none;
    color : #080849;
    font-size : 16px;
    font-weight: bold;
}
a.menu:visited {
    text-decoration : none;
    color : #080849;
    font-size : 16px;
    font-weight: bold;
}
a.menu:active {
    text-decoration : underline;
    color : #da45ff;
    font-size : 16px;
    font-weight: bold;
}
a.menu:hover {
    text-decoration : none;
    color : #0b269a;
    font-size : 16px;
    font-weight: bold;
}

input, textarea {
}

input:focus, textarea:focus {
	border: 1px solid black;
	background: #efefef;
}

#frame {
  margin: auto;
  margin-top: 10px;
  border: 1px dotted #abacca;
  padding: 3px;
  width: 760px;
  text-align: left;
}

#top {
	text-align: center;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	color: blue;
}

#copyright {
	padding: 5px;
	font-size: 12px;
	color: gray;
	text-align: center;
}

#bottom {
	padding: 5px;
	text-align: center;
	width: 150px;
	margin: auto;
	margin-top: 10px;
	background: #f8f9f8;
	border: 1px solid #dedede;
}

div.form {
	text-align: center;
}

div.classNav {
	text-align: left;
	padding: 3px;
}

table.dataList {
	background: #d5d9e3;
	width: 750px;
	text-align: center;
	margin: auto;
}
table.dataList tr.dataHead {
	background: #afb0bf;
	font-weight: bold;
}
table.dataList tr.dataTitle {
	background: #d7dae1;
}
table.dataList tr.dataRecord {
	text-align: center;
	background: #f2f6ff;
}
table.dataList tr.dataRecord2 {
	text-align: center;
	background: white;
}
table.dataList tr.showPages {
	background: #eff0ff;
}

table.form {
	background: #d5d9e3;
	width: 750px;
	text-align: center;
	margin: auto;
}
table.form thead tr.title {
	background: #afb0bf;
	font-weight: bold;
}
table.form tbody tr.title2 {
	background: #d7dae1;
	font-weight: bold;
}
table.form tr td.leftColumn {
	width: 200px;
	text-align: left;
}
table.form tr td.centerColumn {
	width: 100%;
	text-align: center;
}
table.form tr td.rightColumn {
	width: 550px;
	text-align: left;
}
table.form tr td.file {
	background: white;
}
table.form tr td.file table tr td.fileColumn{
	border: 1px solid #d4d9e3;
	width: 370px;
	padding: 3px;
	line-height: 150%;
}
table.form tfoot tr td.submit {
	text-align: center;
	background: #afb0bf;
}

table.menu {
	width: 750px;
	background: #efefef;
	margin: auto;
	text-align: center;
	margin-bottom: 0;
}
table.menu tr td {
	background: #c7cce0;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	margin: 1px;
}
table.menu tr td.over {
	background: #afb0bf;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 0;
	border-bottom: 0;
	margin: 1px;
}

div.search {
	margin: auto;
	text-align: center;
}
span.red {
	color: red;
}
span.green {
	color: green;
}
.overRow {
	background: #ffffff;
}
.downRow {
	background: #fffdd0;
}
.odd {
	background: #eaf1f9;
}
.even {
	background: #b2c6e0;
}

