

body {
	color: black;
	font-family: tahoma;
	font-size: 12px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4f4f4f;
}

input.txtbox, textarea {
	border: 1px solid black;
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
}

hr {
	color: #000000;
	height: 1px;
}

hr.hrdashed {
	border: dashed;
	color: #000000;
	height: 1px;
}

tr,td{
	color: black;
	font-family: tahoma;
	font-size: 12px;
}

.big {
	font-size: 16px;
	font-weight: bold;
	font-family: tahoma;
}

.small {
	font-size: 12px;
	font-weight: bold;
}

.medium {
	font-size: 12px;
	font-weight: bold;
}

/* website background */
.background {
	background-color: #ffffff;
}

/* left/right menu box */
.menu {
	border: solid;
	border-color: #C5C5C5;
	border-width: 1px;
}

/* 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: 12px;
}

/* main content (center) box */
.content {
	border: solid;
	border-color: Black;
	border-width: 1px;
	background-color: #f5f5f5;
}

/* header font for content */
.header {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}

/* horizontal bar font */
.bar {
	color: #000000;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}


h1,h2,h3,h4,h5,h6{
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

