body {
	color: black;
	font-family: tahoma;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* normal links */
a:link    {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #000000;
	text-decoration: underline;
}

a:hover  {
	color: #000000;
	text-decoration: underline;
}

a:active   {
	color: #000000;
	text-decoration: underline;
}

/* main menu links */
a.menulink:link    {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.menulink:visited {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.menulink:hover  {
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.menulink:active   {
	color: #000000;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/* horizon bar links */
a.barlink:link    {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.barlink:visited {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.barlink:hover  {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

a.barlink:active   {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	text-decoration: underline;
}

tr, td, div {
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
}

input.txtbox, textarea {
	border: 1px solid black;
	color: #000000;
	font-family: tahoma;
	font-size: 11px;
}

hr {
	color: #000000;
	height: 1px;
}

hr.hrdashed {
	border: dashed;
	color: #000000;
	height: 1px;
}

.big {
	font-size: 16px;
}

.small {
	font-size: 11px;
}

/* website background */
.background {
	background-color: #ffffff;
}

/* left/right menu box */
.menu {
	border: solid;
	border-color: Black;
	border-width: 1px;
	background-color: #fffFFF;
}

/* left/right menu box */
.menu2 {
	border: dashed;
	border-color: Black;
	border-width: 1px;
	background-color: #fffFFF;
}

/* title font for menu */
.title {
	color: Yellow;
	font-family: tahoma;
	font-size: 11px;
}

/* main content (center) box */
.content {
	border: solid;
	border-color: Black;
	border-width: 1px;
	background-color: #f5f5f5;
}

/* header font for content */
.header {
	color: #00008b;
	font-family: tahoma;
	font-size: 16px;
	font-weight: bold;
}

/* horizontal bar font */
.bar {
	color: #ffffff;
	font-family: tahoma;
	font-size: 12px;
	font-weight: none;
}
/*
body
{
scrollbar-face-color:#6699cc;
scrollbar-highlight-color:#6699cc;
scrollbar-3dlight-color:#6699cc;
scrollbar-darkshadow-color:#6699cc;
scrollbar-shadow-color:#6699cc;
scrollbar-arrow-color:#ffffff;
scrollbar-track-color:#6699cc;
}
*/

