
body {
	margin: 0 0 0 0;
	background-color: white;
	font : 12px Arial;
	color: #000050;
}
th.main {
	color: #ff6600;
	font : bold 15px Arial;
	text-align: center;
	letter-spacing : 5px;
	height: 15px;
}
th.left {
	color: white;
	font : bold 12px Arial;
	text-align: center;
	letter-spacing : 5px;
	height: 15px;
	background-color : #aaaaff;
    overflow: hidden;
}
th {
	color : #ff6600;
	font-weight : bold;
}
.left {
	background-color : #eeefff;
}
table.left_int {
	border : 1px double #0066ff;
	font : 12px Arial;
	width : 100%;
	background-color : #eeefff;
}
table.main_int {
	border : 0px solid #ff6600;
	font : 12px Arial;
	width : 100%;
	background-color : #ffffff;
}
table {
	font : 12px Arial;
}
a,a:link {
	font-weight : bold;
	color: Navy;
	text-decoration: none;
}
a:hover{
	font-weight : bold;
	color: #4169E1;
	text-decoration: none;
}
.small {
	font : bold 9px Arial;
}
a.small {
	font : bold 9px Arial;
}
a:hover.small {
	font : bold 9px Arial;
}
a.list {
	font : normal 12px Arial;
	color: Navy;
}
a:hover.list{
	font : normal 12px Arial;
	color: #4169E1;
	text-decoration: underline;
}
h2 {
	font : bold 15px Arial;
}
input.e1 {
	background: white;
	border: 1px solid #0066ff;
	color: #0066ff;
	font : 12px Arial;
}
input.e2 {
	border: 1px solid #0066ff;
	color: #0066ff;
	font : 12px Arial;
}
textarea {
	border: 1px solid #0066ff;
	color: #0066ff;
	font-size: 12px;
}
.error {
	font : bold 12px Arial;
	background-color: #ff6600;
	color: white;
}
.red {
	color : #ff6600;
}
.white {
	color : white;
}
hr {
  background-color: #0066ff;
  border: 0px dotted;
  height: 1px;
  color: #0066ff;
}
p {
	margin : 5px 5px 5px 5px;
}
.bold {
	font-weight : bold;
}
