body {
	font-size: 10px;
	font-family: serif;
	color: rgb(104,0,0);
	background-color: rgb(204,204,204);
	margin-left: 0; margin-top: 0; width:100%; height: 100%; overflow: hidden;
}
a {
	text-decoration: underline;
	color: rgb(104,0,0);
	font-size: 12px;
}
a:hover {
	text-decoration: none;
	color: rgb(140,0,0);
}
div table {
	width: 100%;
}
div table tr td {
	vertical-align: top;
}
.left-header {
	height: 20px;
	background-image: url('../image/leftheadline.jpg'); background-repeat: repeat-x;
}
.right-header {
	height: 40px;
	background-image: url('../image/rightheadline.jpg'); background-repeat: repeat-x;
}
p {
	font-size: 12px;
	color: rgb(102,102,102);
	text-align: justify;
}
ul {
	font-size: 13px;
	color: rgb(102,102,102);
	text-align: justify;
	line-height: 20px;
	list-style-type: disc;
}
table {
	border-collapse: collapse; border-spacing: 0;
}
td, th {
	padding: 0;
}
input {
	font-size: 12px;
	color: rgb(104,0,0);
	background-color: rgb(204,204,204);
	border: 1px solid rgb(102,102,102);
}
.search {
	font-size: 12px;
	background-color: rgb(140,0,0);
	color: rgb(204,204,204);
	border: 1px dotted rgb(204,204,204);
}
.center {
	background-color: rgb(255,255,255);
	border-left: 1px dotted rgb(104,0,0);
	border-right: 1px dotted rgb(104,0,0);
}
#company-name {
	font-size: 50px;
	font-weight: bold;
	font-family: Verdana;
	font-style: italic;
	color: rgb(179,0,0);
}
#company-name-exp {
	font-size: 24px;
	font-family: Verdana;
	font-style: italic;
	color: rgb(179,0,0);
}
.menuitem {
	font-size: 13px;
	color: rgb(102,102,102);
	white-space: nowrap;
	width: 5%;
	padding: 3px; padding-left: 7px; padding-right: 7px;
	border-left: 1px solid white;
}
.menuitem-over {
	white-space: nowrap;
	width: 5%;
	padding: 3px; padding-left: 7px; padding-right: 7px;
	border-left: 1px solid white;
	background-color: #680000;
	font-size: 13px;
	color: rgb(255,255,255);
	cursor: pointer;
}
.menuitem-over a {
	text-decoration: none;
	font-size: 13px;
	color: rgb(255,255,255);
}
#menu a {
	text-decoration: none;
	font-size: 13px;
	color: rgb(102,102,102);
}
#menu a:hover {
	text-decoration: underline;
	color: rgb(104,0,0);
}
#news {
	background-color: rgb(255, 211, 138);
	padding: 10px;
	width: 30%;
}
.news {
	font-weight: bold;
	color: rgb(104,0,0);
}
.newsheader {
	font-size: 12px;
	color: rgb(140,0,0);
}
.newscontent {
	font-size: 12px;
	color: rgb(102,102,102);
	font-weight: lighter;
	font-style: italic;
}
.newslink {
	border-bottom: 1px dotted rgb(0,0,0);
}
#main {
	padding: 10px;
}
#imagename {
	font-size: 12px;
	color: rgb(102,102,102);
	font-weight: lighter;
	font-style: italic;
}